forked from Snck3rs/contao-leaflet-maps
Allow empty standard layers.
This commit is contained in:
@@ -224,7 +224,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
|
||||
'inputType' => 'select',
|
||||
'options_callback' => ['netzmacht.contao_leaflet_maps.listeners.dca.map', 'getLayers'],
|
||||
'eval' => array(
|
||||
'mandatory' => true,
|
||||
'mandatory' => false,
|
||||
'tl_class' => 'w50',
|
||||
'chosen' => true,
|
||||
'includeBlankOption' => true,
|
||||
|
||||
Reference in New Issue
Block a user