| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- 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}
- }
- }
- plugin.tx_otwidgets_members {
- 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}
- }
- }
|