mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 02:54:16 +01:00
Fix default layer.
This commit is contained in:
@@ -457,7 +457,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = [
|
||||
'exclude' => true,
|
||||
'inputType' => 'select',
|
||||
'options_callback' => ['netzmacht.contao_leaflet_maps.listeners.dca.leaflet', 'getZoomLevels'],
|
||||
'default' => '',
|
||||
'default' => null,
|
||||
'eval' => [
|
||||
'maxlength' => 4,
|
||||
'rgxp' => 'digit',
|
||||
|
||||
Reference in New Issue
Block a user