Add empty config placeholder.

This commit is contained in:
David Molineus
2015-01-12 09:20:01 +01:00
parent ff087c25ea
commit c9d7befc08

View File

@@ -130,6 +130,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = array
'metapalettes' => array( 'metapalettes' => array(
'default' => array( 'default' => array(
'title' => array('title', 'alias', 'type'), 'title' => array('title', 'alias', 'type'),
'config' => array(),
'expert' => array(':hide'), 'expert' => array(':hide'),
'active' => array('active'), 'active' => array('active'),
), ),