Skip to content
Snippets Groups Projects
Commit 2555d9a1 authored by Italo Mairo's avatar Italo Mairo
Browse files

LeafletDefaultFormatter update: Restored the option Show a popup infowindow with the content Title

parent 90101fc2
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,13 @@ class LeafletDefaultFormatter extends FormatterBase implements ContainerFactoryP
];
}
$elements['popup'] = [
'#title' => $this->t('Popup Infowindow'),
'#description' => $this->t('Show a popup infowindow with the content Title.'),
'#type' => 'checkbox',
'#default_value' => $this->getSetting('popup'),
];
// Generate the Leaflet Map General Settings.
$this->generateMapGeneralSettings($elements, $this->getSettings());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment