setup.ts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. plugin.tx_otwidgets_events {
  2. view {
  3. templateRootPaths.1 = {$plugin.tx_otwidgets_events.view.templateRootPath}
  4. partialRootPaths.1 = {$plugin.tx_otwidgets_events.view.partialRootPath}
  5. layoutRootPaths.1 = {$plugin.tx_otwidgets_events.view.layoutRootPath}
  6. }
  7. features {
  8. #skipDefaultArguments = 1
  9. # if set to 1, the enable fields are ignored in BE context
  10. ignoreAllEnableFieldsInBe = 0
  11. # Should be on by default, but can be disabled if all action in the plugin are uncached
  12. requireCHashArgumentForActionArguments = 1
  13. }
  14. mvc {
  15. #callDefaultActionIfActionCantBeResolved = 1
  16. }
  17. settings {
  18. organizationId = {$plugin.tx_ottemplating.settings.organization.id}
  19. organizationIsNetwork = {$plugin.tx_ottemplating.settings.organization.is_network}
  20. nextEventsLimit = {$plugin.tx_ottemplating.settings.events.limit}
  21. nextEventsPeriod = {$plugin.tx_ottemplating.settings.events.period}
  22. }
  23. }
  24. plugin.tx_otwidgets_allevents {
  25. view {
  26. templateRootPaths.1 = {$plugin.tx_otwidgets_events.view.templateRootPath}
  27. partialRootPaths.1 = {$plugin.tx_otwidgets_events.view.partialRootPath}
  28. layoutRootPaths.1 = {$plugin.tx_otwidgets_events.view.layoutRootPath}
  29. }
  30. features {
  31. #skipDefaultArguments = 1
  32. # if set to 1, the enable fields are ignored in BE context
  33. ignoreAllEnableFieldsInBe = 0
  34. # Should be on by default, but can be disabled if all action in the plugin are uncached
  35. requireCHashArgumentForActionArguments = 1
  36. }
  37. mvc {
  38. #callDefaultActionIfActionCantBeResolved = 1
  39. }
  40. settings {
  41. organizationId = {$plugin.tx_ottemplating.settings.organization.id}
  42. opentalentWebsite = {$plugin.tx_ottemplating.settings.opentalent.website}
  43. }
  44. }
  45. plugin.tx_otwidgets_donors {
  46. view {
  47. templateRootPaths.0 = EXT:ot_widgets/Resources/Private/Templates/
  48. partialRootPaths.0 = EXT:ot_widgets/Resources/Private/Partials/
  49. layoutRootPaths.0 = EXT:ot_widgets/Resources/Private/Layouts/
  50. }
  51. features {
  52. #skipDefaultArguments = 1
  53. # if set to 1, the enable fields are ignored in BE context
  54. ignoreAllEnableFieldsInBe = 0
  55. # Should be on by default, but can be disabled if all action in the plugin are uncached
  56. requireCHashArgumentForActionArguments = 1
  57. }
  58. mvc {
  59. #callDefaultActionIfActionCantBeResolved = 1
  60. }
  61. settings {
  62. organizationId = {$plugin.tx_ottemplating.settings.organization.id}
  63. carousel = {$plugin.tx_ottemplating.settings.donors.carousel}
  64. }
  65. }
  66. plugin.tx_otwidgets_members {
  67. view {
  68. templateRootPaths.0 = EXT:ot_widgets/Resources/Private/Templates/
  69. partialRootPaths.0 = EXT:ot_widgets/Resources/Private/Partials/
  70. layoutRootPaths.0 = EXT:ot_widgets/Resources/Private/Layouts/
  71. }
  72. features {
  73. #skipDefaultArguments = 1
  74. # if set to 1, the enable fields are ignored in BE context
  75. ignoreAllEnableFieldsInBe = 0
  76. # Should be on by default, but can be disabled if all action in the plugin are uncached
  77. requireCHashArgumentForActionArguments = 1
  78. }
  79. mvc {
  80. #callDefaultActionIfActionCantBeResolved = 1
  81. }
  82. settings {
  83. organizationId = {$plugin.tx_ottemplating.settings.organization.id}
  84. }
  85. }