diff --git a/src/Bundle/Resources/contao/dca/tl_content.php b/src/Bundle/Resources/contao/dca/tl_content.php index 38e10f3..8c922c5 100644 --- a/src/Bundle/Resources/contao/dca/tl_content.php +++ b/src/Bundle/Resources/contao/dca/tl_content.php @@ -12,8 +12,8 @@ $GLOBALS['TL_DCA']['tl_content']['metapalettes']['leaflet'] = [ 'type' => ['type', 'headline'], - 'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height', 'leaflet_template'], - 'templates' => [':hide', 'customTpl'], + 'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height'], + 'templates' => [':hide', 'customTpl', 'leaflet_template'], 'protected' => [':hide', 'protected'], 'expert' => [':hide', 'guests', 'cssID', 'space'], 'invisible' => [':hide', 'invisible', 'start', 'start'],