plugin.tx_gomapsext { view { # cat=plugin.tx_gomapsext/file; type=string; label=Path to template root (FE) templateRootPath = EXT:go_maps_ext/Resources/Private/Templates/ # cat=plugin.tx_gomapsext/file; type=string; label=Path to template partials (FE) partialRootPath = EXT:go_maps_ext/Resources/Private/Partials/ # cat=plugin.tx_gomapsext/file; type=string; label=Path to template layouts (FE) layoutRootPath = EXT:go_maps_ext/Resources/Private/Layouts/ } settings { # cat=plugin.tx_gomapsext//a; type=text+; label = Show Addresses from this PIDs storagePid = this # cat=plugin.tx_gomapsext//a; type=boolean; label = Category filter with logical AND (instead of logical OR) logicalAnd = 0 # cat=plugin.tx_gomapsext//a; type=text+; label = API Key, https://developers.google.com/maps/documentation/javascript/get-api-key apiKey = # cat=plugin.tx_gomapsext//a; type=text+; label = URL to Google Maps API: Default is current version googleMapsLibrary = //maps.google.com/maps/api/js?v=3.30 infoWindow { # cat=plugin.tx_gomapsext//b; type=boolean; label = Open Infowindows By Click openByClick = 0 # cat=plugin.tx_gomapsext//c; type=boolean; label = Close Infowindows By Click closeByClick = 0 # cat=plugin.tx_gomapsext//d; type=string; label = Max. width of image in infowindows imageMaxWidth = 654 } preview { # cat=plugin.tx_gomapsext//e; type=boolean; label = Load map only when user accepted enabled = 0 # cat=plugin.tx_gomapsext//e; type=text+; label = URL to general preview image image = # cat=plugin.tx_gomapsext//e; type=boolean; label = If the user wants to see a map once, it will be saved in the session. setCookieToShowMapAlways = 0 } } }