a2g_maps/Configuration/TypoScript/Base/constants.typoscript
2023-12-04 16:36:56 +01:00

18 lines
803 B
Plaintext
Executable File

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 =
#}
}