| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- #
- # Container setup
- #
- #
- # Base container
- #
- lib.containerElement {
- templateRootPaths {
- 30 = EXT:eum_site_package/Resources/Private/Templates/Container/
- }
- partialRootPaths {
- 30 = EXT:eum_site_package/Resources/Private/Partials/Container/
- }
- layoutRootPaths {
- 30 = EXT:eum_site_package/Resources/Private/Layouts/Container/
- }
- }
- #
- # Accordion container
- #
- tt_content.accordion-container < lib.containerElement
- tt_content.accordion-container {
- templateName = Accordion
- dataProcessing {
- 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
- 10 {
- if.isTrue.field = image
- as = images
- references.fieldName = image
- }
- }
- }
|