| Current Path : /home/poliximo/public_html/templates/yootheme/cache/ |
| Current File : /home/poliximo/public_html/templates/yootheme/cache/element-5dceafb8.php |
<?php // @file /home/poliximo/public_html/templates/yootheme/vendor/yootheme/builder/elements/map_marker/element.json
return [
'name' => 'map_marker',
'title' => 'Marker',
'width' => 500,
'templates' => [
'render' => $this->applyFilter('./templates/template.php', ['path']),
'content' => $this->applyFilter('./templates/content.php', ['path'])
],
'fields' => [
'location' => [
'label' => 'Location',
'type' => 'location'
],
'title' => [
'label' => 'Title',
'description' => ''
],
'content' => [
'label' => 'Content',
'description' => 'Click the marker to open the popup content.',
'type' => 'editor'
],
'hide' => [
'label' => 'Settings',
'type' => 'checkbox',
'text' => 'Hide marker'
],
'show_popup' => [
'type' => 'checkbox',
'text' => 'Show popup on load'
]
],
'fieldset' => [
'default' => [
'fields' => ['location', 'title', 'content', 'hide', 'show_popup']
]
]
];