18 lines
803 B
Plaintext
18 lines
803 B
Plaintext
|
plugin.tx_a2gmaps {
|
||
|
view {
|
||
|
# cat=altogether maps/file; type=string; label=Path to template root (FE)
|
||
|
templateRootPath = EXT:a2g_maps/Resources/Private/Templates/
|
||
|
# cat=altogether maps/file; type=string; label=Path to template partials (FE)
|
||
|
partialRootPath = EXT:a2g_maps/Resources/Private/Partials/
|
||
|
# cat=altogether maps/file; type=string; label=Path to template layouts (FE)
|
||
|
layoutRootPath = EXT:a2g_maps/Resources/Private/Layouts/
|
||
|
}
|
||
|
settings {
|
||
|
# cat=altogether maps//config; type=string; label=Path to default map marker
|
||
|
defaultMapMarker = /typo3conf/ext/a2g_openlayers/data/icons/markerSolid.svg
|
||
|
}
|
||
|
#persistence {
|
||
|
# cat=altogether maps//a; type=string; label=Default storage PID
|
||
|
# storagePid =
|
||
|
#}
|
||
|
}
|