67 lines
1.8 KiB
Plaintext
Executable File
67 lines
1.8 KiB
Plaintext
Executable File
plugin.tx_a2gmaps_map {
|
|
view {
|
|
templateRootPaths.0 = EXT:a2g_maps/Resources/Private/Templates/
|
|
templateRootPaths.1 = {$plugin.tx_a2gmaps.view.templateRootPath}
|
|
partialRootPaths.0 = EXT:a2g_maps/Resources/Private/Partials/
|
|
partialRootPaths.1 = {$plugin.tx_a2gmaps.view.partialRootPath}
|
|
layoutRootPaths.0 = EXT:a2g_maps/Resources/Private/Layouts/
|
|
layoutRootPaths.1 = {$plugin.tx_a2gmaps.view.layoutRootPath}
|
|
}
|
|
settings {
|
|
defaultMapMarker = {$plugin.tx_a2gmaps.settings.defaultMapMarker}
|
|
}
|
|
#persistence {
|
|
# storagePid = {$plugin.tx_a2gmaps.persistence.storagePid}
|
|
#recursive = 1
|
|
#}
|
|
}
|
|
|
|
|
|
page.includeJSFooter.a2gMapsConfig = EXT:a2g_maps/Resources/Public/JavaScript/a2gMap.config.js
|
|
page.includeJSFooter.a2gMapsModule= EXT:a2g_maps/Resources/Public/JavaScript/a2gMap.min.js
|
|
|
|
page.includeJSFooter.a2gMapsConfig {
|
|
disableCompression = 1
|
|
excludeFromConcatenation = 1
|
|
}
|
|
page.includeJSFooter.a2gMapsModule {
|
|
type = module
|
|
crossorigin = true
|
|
disableCompression = 1
|
|
excludeFromConcatenation = 1
|
|
}
|
|
|
|
page.includeCSS {
|
|
a2gMaps = EXT:a2g_maps/Resources/Public/Scss/a2gMap.scss
|
|
}
|
|
|
|
page.includeCSS.a2gMaps {
|
|
disableCompression = 1
|
|
excludeFromConcatenation = 1
|
|
}
|
|
|
|
|
|
a2gMapMarkers = PAGE
|
|
a2gMapMarkers {
|
|
typeNum = 1652369510
|
|
config {
|
|
disableAllHeaderCode = 1
|
|
admPanel = 0
|
|
additionalHeaders.10.header = Content-type:application/json
|
|
xhtml_cleaning = 0
|
|
debug = 0
|
|
no_cache = 0
|
|
}
|
|
10 = USER
|
|
10 {
|
|
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
|
extensionName = A2gMaps
|
|
pluginName = map
|
|
vendorName = Altogether
|
|
controller = Map
|
|
settings < plugin.tx_a2gmaps_map.settings
|
|
persistence < plugin.tx_a2gmaps_map.persistence
|
|
view < plugin.tx_a2gmaps_map.view
|
|
}
|
|
}
|