Fix invalid default value.

This commit is contained in:
David Molineus
2017-10-09 14:18:24 +02:00
parent 756c28cdc6
commit a5fbba740b

View File

@@ -243,7 +243,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
'exclude' => true,
'inputType' => 'select',
'options_callback' => ['netzmacht.contao_leaflet_maps.listeners.dca.leaflet', 'getZoomLevels'],
'default' => '',
'default' => null,
'eval' => array(
'maxlength' => 4,
'rgxp' => 'digit',