Hide locate legend by default.

This commit is contained in:
David Molineus
2015-02-01 17:02:54 +01:00
parent 9b94a4afda
commit 4b88651b31

View File

@@ -127,6 +127,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
'maxZoom' 'maxZoom'
), ),
'locate' => array( 'locate' => array(
':hide',
'locateWatch', 'locateWatch',
'locateSetView', 'locateSetView',
'locateMaxZoom', 'locateMaxZoom',