From c9d7befc08fb24d9a9fdad2618f43c3fcf6e28e3 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 12 Jan 2015 09:20:01 +0100 Subject: [PATCH] Add empty config placeholder. --- module/dca/tl_leaflet_layer.php | 1 + 1 file changed, 1 insertion(+) 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'), ),