initial commit
This commit is contained in:
18
Configuration/TypoScript/Base/constants.typoscript
Executable file
18
Configuration/TypoScript/Base/constants.typoscript
Executable file
@ -0,0 +1,18 @@
|
||||
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 =
|
||||
#}
|
||||
}
|
Reference in New Issue
Block a user