mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 15:16:11 +01:00
24 lines
696 B
Text
24 lines
696 B
Text
plugin.tx_events {
|
|
persistence {
|
|
storagePid = {$plugin.tx_events.persistence.storagePid}
|
|
recursive = 1
|
|
}
|
|
|
|
settings {
|
|
dataProcessing {
|
|
WerkraumMedia\Events\Domain\Model\Event {
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
|
|
10 {
|
|
special = list
|
|
special.value.field = pages
|
|
dataProcessing {
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
|
10 {
|
|
references.fieldName = media
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|