use template_legend instead of templates_legend

This commit is contained in:
Fritz Michael Gschwantner
2020-05-03 16:19:16 +01:00
committed by GitHub
parent 92a376a307
commit fbd1ef81b0

View File

@@ -13,7 +13,7 @@
$GLOBALS['TL_DCA']['tl_module']['metapalettes']['leaflet'] = [
'type' => ['name', 'type', 'headline'],
'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height', 'leaflet_template'],
'templates' => [':hide', 'customTpl'],
'template' => [':hide', 'customTpl'],
'protected' => [':hide', 'protected'],
'expert' => [':hide', 'guests', 'cssID', 'space'],
'invisible' => [':hide', 'invisible', 'start', 'start'],