Reference

Extension Configurations

Property

include_library

Data type

boolean

Description

Use JavaScript Library from Extension: jQuery

Default

0

Property

footerJS

Data type

boolean

Description

Adds all JavaScript to the footer of the body instead of the head

Default

1

Constants

Property

view.templateRootPath

Data type

file

Description

Path to template root (FE)

Default

EXT:go_maps_ext/Resources/Private/Templates/

Property

view.layoutRootPath

Data type

file

Description

Path to template layouts (FE)

Default

EXT:go_maps_ext/Resources/Private/Layouts/

Property

view.partialRootPath

Data type

file

Description

Path to template partials (FE)

Default

EXT:go_maps_ext/Resources/Private/Partials/

Property

settings.storagePid

Data type

integer

Description

Displays all addresses from this PID and additionally from the TCA field

Default

Property

settings.googleMapsLibrary

Data type

String

Description

Configure the URL form which the Google Maps JS is loaded

Default

//maps.google.com/maps/api/js?v=3.17&sensor=false

Property

settings.infoWindow.openByClick

Data type

boolean

Description

Open InfoWindows by click instead of mouse over. Global configuration for all addresses.

Default

0

Property

settings.infoWindow.closeByClick

Data type

boolean

Description

Close InfoWindows by click instead of mouse out. Global configuration for all addresses.

Default

0

Property

language

Data type

String

Description

Language Code for the API, for details look here: `https://spreadsheets.google.com/pub?key=p9pdwsai2hDMsLkXsoM05KQ&gid=1 <https://spreadsheets.google.com/pub?key=p9pdwsai2hDMsLkXsoM05KQ&gid=1 >`_

If not defined the language depends on the browser settings.

Default

config.language

Example

plugin.tx_gomapsext.settings.infoWindow.openByClick = 1
plugin.tx_gomapsext.settings.infoWindow.closeByClick = 1