events/Configuration/TypoScript/constants.typoscript

32 lines
1.3 KiB
Text
Raw Normal View History

plugin.tx_events {
view {
2019-07-25 12:42:37 +02:00
# cat=plugin.tx_events/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:events/Resources/Private/Templates/
2019-07-25 12:42:37 +02:00
# 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 {
2019-07-25 12:42:37 +02:00
# cat=plugin.tx_events//a; type=string; label=Default storage PID
storagePid =
}
2019-08-12 07:43:37 +02:00
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
2019-08-13 11:41:41 +02:00
restType = Event
2019-08-12 07:43:37 +02:00
# cat=plugin.tx_events//a; type=string; label=Data Limit
2019-08-13 11:41:41 +02:00
restLimit = 200
2019-08-12 07:43:37 +02:00
# cat=plugin.tx_events//a; type=string; label=Data Template
2019-08-13 11:41:41 +02:00
restTemplate = ET2014A.json
2019-08-13 11:17:34 +02:00
# cat=plugin.tx_events//a; type=string; Label=Category Storage
2019-08-13 10:10:00 +02:00
categoriesPid = 54
2019-08-12 07:43:37 +02:00
}
}
}