mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 08:16:09 +01:00
31 lines
1.3 KiB
Text
31 lines
1.3 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
|
|
# cat.plugin.tx_events//a; type=string: Label=Category Storage
|
|
categoriesPid = 54
|
|
}
|
|
}
|
|
}
|