diff --git a/module/dca/tl_leaflet_layer.php b/module/dca/tl_leaflet_layer.php index 3a73fb9..c868861 100644 --- a/module/dca/tl_leaflet_layer.php +++ b/module/dca/tl_leaflet_layer.php @@ -130,6 +130,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = array 'metapalettes' => array( 'default' => array( 'title' => array('title', 'alias', 'type'), + 'config' => array(), 'expert' => array(':hide'), 'active' => array('active'), ),