From fbd1ef81b07044f758aa179813b89587036bf30d Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Sun, 3 May 2020 16:19:16 +0100 Subject: [PATCH] use template_legend instead of templates_legend --- src/Bundle/Resources/contao/dca/tl_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/Resources/contao/dca/tl_module.php b/src/Bundle/Resources/contao/dca/tl_module.php index 0601776..2f9c572 100644 --- a/src/Bundle/Resources/contao/dca/tl_module.php +++ b/src/Bundle/Resources/contao/dca/tl_module.php @@ -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'],