2019-07-18 13:44:19 +02:00
|
|
|
plugin.tx_events {
|
|
|
|
view {
|
|
|
|
templateRootPaths {
|
|
|
|
0 = EXT:events/Resources/Private/Templates/
|
|
|
|
1 = {$plugin.tx_events.view.templateRootPath}
|
|
|
|
}
|
|
|
|
partialRootPaths {
|
|
|
|
0 = EXT:events/Resources/Private/Partials/
|
|
|
|
1 = {$plugin.tx_events.view.partialRootPath}
|
|
|
|
}
|
|
|
|
layoutRootPaths {
|
|
|
|
0 = EXT:events/Resources/Private/Layouts/
|
|
|
|
1 = {$plugin.tx_events.view.layoutRootPath}
|
|
|
|
}
|
|
|
|
widget {
|
|
|
|
TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper {
|
|
|
|
templateRootPath = {$plugin.tx_events.view.templateRootPath}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2019-07-18 13:44:19 +02:00
|
|
|
persistence {
|
|
|
|
storagePid = {$plugin.tx_events.persistence.storagePid}
|
|
|
|
recursive = 1
|
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2019-07-18 13:44:19 +02:00
|
|
|
features {
|
2022-11-22 12:58:36 +01:00
|
|
|
skipDefaultArguments = 1
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2019-07-18 13:44:19 +02:00
|
|
|
mvc {
|
2022-11-22 12:58:36 +01:00
|
|
|
callDefaultActionIfActionCantBeResolved = 1
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2019-07-18 13:44:19 +02:00
|
|
|
settings {
|
|
|
|
|
|
|
|
defaulDetailEventsPid =
|
|
|
|
defaultDetailDatesPid =
|
2019-11-07 14:16:28 +01:00
|
|
|
defaultImagePath = {$plugin.tx_events.settings.defaultImagePath}
|
2019-07-18 13:44:19 +02:00
|
|
|
|
|
|
|
paginate {
|
|
|
|
# can be overriden by plugin
|
|
|
|
itemsPerPage = 10
|
|
|
|
insertAbove = 0
|
|
|
|
insertBelow = 1
|
|
|
|
maximumNumberOfLinks = 10
|
|
|
|
}
|
2019-08-12 07:43:37 +02:00
|
|
|
|
|
|
|
destinationData {
|
|
|
|
restUrl = {$plugin.tx_events.settings.destinationData.restUrl}
|
|
|
|
license = {$plugin.tx_events.settings.destinationData.license}
|
2019-08-13 11:41:41 +02:00
|
|
|
restType = {$plugin.tx_events.settings.destinationData.restType}
|
|
|
|
restLimit = {$plugin.tx_events.settings.destinationData.restLimit}
|
2020-02-19 09:08:15 +01:00
|
|
|
restMode = {$plugin.tx_events.settings.destinationData.restMode}
|
2019-08-13 11:41:41 +02:00
|
|
|
restTemplate = {$plugin.tx_events.settings.destinationData.restTemplate}
|
2019-08-13 10:10:00 +02:00
|
|
|
categoriesPid = {$plugin.tx_events.settings.destinationData.categoriesPid}
|
2019-11-07 10:25:09 +01:00
|
|
|
categoryParentUid = {$plugin.tx_events.settings.destinationData.categoryParentUid}
|
2019-08-12 07:43:37 +02:00
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2021-01-11 09:20:51 +01:00
|
|
|
dataProcessing {
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Domain\Model\Event {
|
2021-01-11 09:20:51 +01:00
|
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
|
|
|
|
10 {
|
|
|
|
special = list
|
|
|
|
special.value.field = pages
|
|
|
|
dataProcessing {
|
|
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
|
|
|
10 {
|
|
|
|
references.fieldName = media
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-01-05 10:01:13 +01:00
|
|
|
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2019-08-12 07:43:37 +02:00
|
|
|
}
|
|
|
|
|
2022-11-22 12:58:36 +01:00
|
|
|
plugin.tx_events_datelist.view.pluginNamespace = events_search
|
|
|
|
plugin.tx_events_datesearch.view.pluginNamespace = events_search
|
|
|
|
|
2020-02-19 09:08:15 +01:00
|
|
|
module.tx_events < plugin.tx_events
|
2023-01-05 10:01:13 +01:00
|
|
|
|
|
|
|
module.tx_events_import {
|
|
|
|
settings {
|
|
|
|
repeatUntil = +60 days
|
|
|
|
}
|
|
|
|
}
|