| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- plugin.tx_otwidgets_events {
- view {
- templateRootPaths.1 = {$plugin.tx_otwidgets_events.view.templateRootPath}
- partialRootPaths.1 = {$plugin.tx_otwidgets_events.view.partialRootPath}
- layoutRootPaths.1 = {$plugin.tx_otwidgets_events.view.layoutRootPath}
- }
- features {
- #skipDefaultArguments = 1
- # if set to 1, the enable fields are ignored in BE context
- ignoreAllEnableFieldsInBe = 0
- # Should be on by default, but can be disabled if all action in the plugin are uncached
- requireCHashArgumentForActionArguments = 1
- }
- mvc {
- #callDefaultActionIfActionCantBeResolved = 1
- }
- settings {
- organizationId = {$plugin.tx_ottemplating.settings.organization.id}
- organizationIsNetwork = {$plugin.tx_ottemplating.settings.organization.is_network}
- nextEventsLimit = {$plugin.tx_ottemplating.settings.events.limit}
- nextEventsPeriod = {$plugin.tx_ottemplating.settings.events.period}
- }
- }
- plugin.tx_otwidgets_allevents {
- view {
- templateRootPaths.1 = {$plugin.tx_otwidgets_events.view.templateRootPath}
- partialRootPaths.1 = {$plugin.tx_otwidgets_events.view.partialRootPath}
- layoutRootPaths.1 = {$plugin.tx_otwidgets_events.view.layoutRootPath}
- }
- features {
- #skipDefaultArguments = 1
- # if set to 1, the enable fields are ignored in BE context
- ignoreAllEnableFieldsInBe = 0
- # Should be on by default, but can be disabled if all action in the plugin are uncached
- requireCHashArgumentForActionArguments = 1
- }
- mvc {
- #callDefaultActionIfActionCantBeResolved = 1
- }
- settings {
- organizationId = {$plugin.tx_ottemplating.settings.organization.id}
- opentalentWebsite = {$plugin.tx_ottemplating.settings.opentalent.website}
- }
- }
- plugin.tx_otwidgets_donors {
- view {
- templateRootPaths.0 = EXT:ot_widgets/Resources/Private/Templates/
- partialRootPaths.0 = EXT:ot_widgets/Resources/Private/Partials/
- layoutRootPaths.0 = EXT:ot_widgets/Resources/Private/Layouts/
- }
- features {
- #skipDefaultArguments = 1
- # if set to 1, the enable fields are ignored in BE context
- ignoreAllEnableFieldsInBe = 0
- # Should be on by default, but can be disabled if all action in the plugin are uncached
- requireCHashArgumentForActionArguments = 1
- }
- mvc {
- #callDefaultActionIfActionCantBeResolved = 1
- }
- settings {
- organizationId = {$plugin.tx_ottemplating.settings.organization.id}
- carousel = {$plugin.tx_ottemplating.settings.donors.carousel}
- }
- }
|