From 92a376a3077087a341c797b6560cb8ff89ffd03e Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Sun, 3 May 2020 16:18:33 +0100 Subject: [PATCH] use template_legend instead of template_legend --- src/Bundle/Resources/contao/dca/tl_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/Resources/contao/dca/tl_content.php b/src/Bundle/Resources/contao/dca/tl_content.php index 2d8cfb9..98c95da 100644 --- a/src/Bundle/Resources/contao/dca/tl_content.php +++ b/src/Bundle/Resources/contao/dca/tl_content.php @@ -13,7 +13,7 @@ $GLOBALS['TL_DCA']['tl_content']['metapalettes']['leaflet'] = [ 'type' => ['type', 'headline'], 'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height'], - 'templates' => [':hide', 'customTpl', 'leaflet_template'], + 'template' => [':hide', 'customTpl', 'leaflet_template'], 'protected' => [':hide', 'protected'], 'expert' => [':hide', 'guests', 'cssID', 'space'], 'invisible' => [':hide', 'invisible', 'start', 'start'],