mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
Move map template to template section.
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
$GLOBALS['TL_DCA']['tl_content']['metapalettes']['leaflet'] = [
|
$GLOBALS['TL_DCA']['tl_content']['metapalettes']['leaflet'] = [
|
||||||
'type' => ['type', 'headline'],
|
'type' => ['type', 'headline'],
|
||||||
'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height', 'leaflet_template'],
|
'leaflet' => ['leaflet_map', 'leaflet_mapId', 'leaflet_width', 'leaflet_height'],
|
||||||
'templates' => [':hide', 'customTpl'],
|
'templates' => [':hide', 'customTpl', 'leaflet_template'],
|
||||||
'protected' => [':hide', 'protected'],
|
'protected' => [':hide', 'protected'],
|
||||||
'expert' => [':hide', 'guests', 'cssID', 'space'],
|
'expert' => [':hide', 'guests', 'cssID', 'space'],
|
||||||
'invisible' => [':hide', 'invisible', 'start', 'start'],
|
'invisible' => [':hide', 'invisible', 'start', 'start'],
|
||||||
|
|||||||
Reference in New Issue
Block a user