events/Configuration/TypoScript/constants.typoscript
2019-08-12 07:43:37 +02:00

29 lines
1.2 KiB
Text

plugin.tx_events {
view {
# cat=plugin.tx_events/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:events/Resources/Private/Templates/
# cat=plugin.tx_events/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:events/Resources/Private/Partials/
# cat=plugin.tx_events/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:events/Resources/Private/Layouts/
}
persistence {
# cat=plugin.tx_events//a; type=string; label=Default storage PID
storagePid =
}
settings {
destinationData {
# cat=plugin.tx_events//a; type=string; label=Rest Url
restUrl = http://meta.et4.de/rest.ashx/search/
# cat=plugin.tx_events//a; type=string; label=License
license = ***REMOVED***
# cat=plugin.tx_events//a; type=string; label=Data Type
dataType = Event
# cat=plugin.tx_events//a; type=string; label=Data Limit
dataLimit = 200
# cat=plugin.tx_events//a; type=string; label=Data Template
dataTemplate = ET2014A.json
}
}
}