Update and streamline site configs
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 884
|
rootPageId: 884
|
||||||
base: 'https://www.ep-events.de'
|
base: 'https://www.ep-events.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://ep-events.burn.dpn'
|
-
|
||||||
|
base: 'https://ep-events.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -15,50 +17,80 @@ languages:
|
|||||||
hreflang: de-DE
|
hreflang: de-DE
|
||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
|
-
|
||||||
|
title: Englisch
|
||||||
|
enabled: true
|
||||||
|
languageId: '1'
|
||||||
|
base: /en/
|
||||||
|
typo3Language: default
|
||||||
|
locale: en_US.UTF-8
|
||||||
|
iso-639-1: en
|
||||||
|
navigationTitle: English
|
||||||
|
hreflang: en-US
|
||||||
|
direction: ''
|
||||||
|
fallbackType: strict
|
||||||
|
fallbacks: ''
|
||||||
|
flag: gb
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes: { }
|
||||||
|
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
NewsPlugin:
|
NewsPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: News
|
extension: News
|
||||||
plugin: Pi1
|
plugin: Pi1
|
||||||
limitToPages: [989]
|
limitToPages:
|
||||||
|
- 989
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
|
-
|
||||||
|
routePath: '/{news_title}'
|
||||||
|
_controller: 'News::detail'
|
||||||
|
_arguments:
|
||||||
|
news_title: news
|
||||||
defaultController: 'News::detail'
|
defaultController: 'News::detail'
|
||||||
aspects:
|
aspects:
|
||||||
news_title:
|
news_title:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_news_domain_model_news'
|
tableName: tx_news_domain_model_news
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
ActivityPlugin:
|
ActivityPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpEvents
|
extension: EpEvents
|
||||||
plugin: activitydetail
|
plugin: activitydetail
|
||||||
limitToPages: [1405]
|
limitToPages:
|
||||||
|
- 1405
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{activity_name}', _controller: 'Activity::detail', _arguments: {'activity_name': 'activity'} }
|
-
|
||||||
|
routePath: '/{activity_name}'
|
||||||
|
_controller: 'Activity::detail'
|
||||||
|
_arguments:
|
||||||
|
activity_name: activity
|
||||||
defaultController: 'Activity::detail'
|
defaultController: 'Activity::detail'
|
||||||
aspects:
|
aspects:
|
||||||
activity_name:
|
activity_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epevents_domain_model_activity'
|
tableName: tx_epevents_domain_model_activity
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
ConfiguratorPlugin:
|
ConfiguratorPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpEvents
|
extension: EpEvents
|
||||||
plugin: configurator
|
plugin: configurator
|
||||||
limitToPages: [1263]
|
limitToPages:
|
||||||
|
- 1263
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{travel_type}/{location_type}', _controller: 'Form::configurator', _arguments: {'travel_type': 'travelType', 'location_type': 'locationType'} }
|
-
|
||||||
|
routePath: '/{travel_type}/{location_type}'
|
||||||
|
_controller: 'Form::configurator'
|
||||||
|
_arguments:
|
||||||
|
travel_type: travelType
|
||||||
|
location_type: locationType
|
||||||
defaultController: 'Form::configurator'
|
defaultController: 'Form::configurator'
|
||||||
requirements:
|
requirements:
|
||||||
travel_type: '\d+'
|
travel_type: \d+
|
||||||
location_type: '\d+'
|
location_type: \d+
|
||||||
aspects:
|
aspects:
|
||||||
travel_type:
|
travel_type:
|
||||||
type: StaticRangeMapper
|
type: StaticRangeMapper
|
||||||
@@ -72,15 +104,19 @@ routeEnhancers:
|
|||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpEvents
|
extension: EpEvents
|
||||||
plugin: contactform
|
plugin: contactform
|
||||||
limitToPages: [987]
|
limitToPages:
|
||||||
|
- 987
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{travel_type}', _controller: 'Form::contactForm', _arguments: {'travel_type': 'travelType'} }
|
-
|
||||||
|
routePath: '/{travel_type}'
|
||||||
|
_controller: 'Form::contactForm'
|
||||||
|
_arguments:
|
||||||
|
travel_type: travelType
|
||||||
defaultController: 'Form::contactForm'
|
defaultController: 'Form::contactForm'
|
||||||
requirements:
|
requirements:
|
||||||
travel_type: '\d+'
|
travel_type: \d+
|
||||||
aspects:
|
aspects:
|
||||||
travel_type:
|
travel_type:
|
||||||
type: StaticRangeMapper
|
type: StaticRangeMapper
|
||||||
start: '1'
|
start: '1'
|
||||||
end: '100'
|
end: '100'
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 9
|
rootPageId: 9
|
||||||
base: 'https://www.ep-reisen.de'
|
base: 'https://www.ep-reisen.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://eptypo3.burn.dpn'
|
-
|
||||||
|
base: 'https://eptypo3.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -15,91 +17,152 @@ languages:
|
|||||||
hreflang: de-DE
|
hreflang: de-DE
|
||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
|
-
|
||||||
|
title: Englisch
|
||||||
|
enabled: true
|
||||||
|
languageId: '1'
|
||||||
|
base: /en/
|
||||||
|
typo3Language: default
|
||||||
|
locale: en_US.UTF-8
|
||||||
|
iso-639-1: en
|
||||||
|
navigationTitle: English
|
||||||
|
hreflang: en-US
|
||||||
|
direction: ''
|
||||||
|
fallbackType: strict
|
||||||
|
fallbacks: ''
|
||||||
|
flag: gb
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes:
|
||||||
|
-
|
||||||
|
route: robots.txt
|
||||||
|
type: staticText
|
||||||
|
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
NewsDetailPlugin:
|
NewsDetailPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: News
|
extension: News
|
||||||
plugin: Pi1
|
plugin: Pi1
|
||||||
limitToPages: [1392]
|
limitToPages:
|
||||||
|
- 1392
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
|
-
|
||||||
|
routePath: '/{news_title}'
|
||||||
|
_controller: 'News::detail'
|
||||||
|
_arguments:
|
||||||
|
news_title: news
|
||||||
defaultController: 'News::detail'
|
defaultController: 'News::detail'
|
||||||
aspects:
|
aspects:
|
||||||
news_title:
|
news_title:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_news_domain_model_news'
|
tableName: tx_news_domain_model_news
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
NewsTagPlugin:
|
NewsTagPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: News
|
extension: News
|
||||||
plugin: Pi1
|
plugin: Pi1
|
||||||
limitToPages: [1391]
|
limitToPages:
|
||||||
|
- 1391
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{news_tag}', _controller: 'News::list', _arguments: {'news_tag': 'overwriteDemand/tags'} }
|
-
|
||||||
|
routePath: '/{news_tag}'
|
||||||
|
_controller: 'News::list'
|
||||||
|
_arguments:
|
||||||
|
news_tag: overwriteDemand/tags
|
||||||
defaultController: 'News::list'
|
defaultController: 'News::list'
|
||||||
aspects:
|
aspects:
|
||||||
news_tag:
|
news_tag:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_news_domain_model_tag'
|
tableName: tx_news_domain_model_tag
|
||||||
routeFieldName: 'slug'
|
routeFieldName: slug
|
||||||
TeamPlugin:
|
TeamPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: teammembers
|
plugin: teammembers
|
||||||
limitToPages: [1446]
|
limitToPages:
|
||||||
|
- 1446
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
|
-
|
||||||
|
routePath: '/{teamer_name}'
|
||||||
|
_controller: 'Team::show'
|
||||||
|
_arguments:
|
||||||
|
teamer_name: member
|
||||||
defaultController: 'Team::show'
|
defaultController: 'Team::show'
|
||||||
aspects:
|
aspects:
|
||||||
teamer_name:
|
teamer_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_teammember'
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
ProductDetailPlugin:
|
ProductDetailPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: product_detail
|
plugin: product_detail
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
|
-
|
||||||
|
routePath: '/{teamer_name}'
|
||||||
|
_controller: 'Team::show'
|
||||||
|
_arguments:
|
||||||
|
teamer_name: member
|
||||||
defaultController: 'Team::show'
|
defaultController: 'Team::show'
|
||||||
aspects:
|
aspects:
|
||||||
teamer_name:
|
teamer_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_teammember'
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
SearchResultPlugin:
|
SearchResultPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: searchresult
|
plugin: searchresult
|
||||||
limitToPages: [41]
|
limitToPages:
|
||||||
|
- 41
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{filtersettings}', _controller: 'Search::searchresult', _arguments: {'filtersettings': 'filterSettings'} }
|
-
|
||||||
|
routePath: '/{filtersettings}'
|
||||||
|
_controller: 'Search::searchresult'
|
||||||
|
_arguments:
|
||||||
|
filtersettings: filterSettings
|
||||||
defaultController: 'Search::searchresult'
|
defaultController: 'Search::searchresult'
|
||||||
ResellerPlugin:
|
ResellerPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: reseller
|
plugin: reseller
|
||||||
limitToPages: [1483]
|
limitToPages:
|
||||||
|
- 1483
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{reseller_code}', _controller: 'Reseller::list', _arguments: {'reseller_code': 'reseller'} }
|
-
|
||||||
- { routePath: '/{reseller_code}/xml', _controller: 'Reseller::xml', _arguments: {'reseller_code': 'reseller'} }
|
routePath: '/{reseller_code}'
|
||||||
- { routePath: '/{reseller_code}/csv/{type}', _controller: 'Reseller::csv', _arguments: {'reseller_code': 'reseller', 'type': 'type'} }
|
_controller: 'Reseller::list'
|
||||||
- { routePath: '/{reseller_code}/copypaste/{product_id}', _controller: 'Reseller::copypaste', _arguments: {'reseller_code': 'reseller', 'product_id': 'product'} }
|
_arguments:
|
||||||
|
reseller_code: reseller
|
||||||
|
-
|
||||||
|
routePath: '/{reseller_code}/xml'
|
||||||
|
_controller: 'Reseller::xml'
|
||||||
|
_arguments:
|
||||||
|
reseller_code: reseller
|
||||||
|
-
|
||||||
|
routePath: '/{reseller_code}/csv/{type}'
|
||||||
|
_controller: 'Reseller::csv'
|
||||||
|
_arguments:
|
||||||
|
reseller_code: reseller
|
||||||
|
type: type
|
||||||
|
-
|
||||||
|
routePath: '/{reseller_code}/copypaste/{product_id}'
|
||||||
|
_controller: 'Reseller::copypaste'
|
||||||
|
_arguments:
|
||||||
|
reseller_code: reseller
|
||||||
|
product_id: product
|
||||||
requirements:
|
requirements:
|
||||||
reseller_code: '\w+'
|
reseller_code: \w+
|
||||||
type: '\w+'
|
type: \w+
|
||||||
product_id: '\d+'
|
product_id: \d+
|
||||||
aspects:
|
aspects:
|
||||||
reseller_code:
|
reseller_code:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_reseller'
|
tableName: tx_epproducts_domain_model_reseller
|
||||||
routeFieldName: 'code'
|
routeFieldName: code
|
||||||
type:
|
type:
|
||||||
type: StaticValueMapper
|
type: StaticValueMapper
|
||||||
map:
|
map:
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 24
|
rootPageId: 24
|
||||||
base: 'https://www.ski-boarderweek.de'
|
base: 'https://www.ski-boarderweek.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://ski-boarderweek.burn.dpn'
|
-
|
||||||
|
base: 'https://ski-boarderweek.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -16,22 +18,27 @@ languages:
|
|||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes: { }
|
||||||
|
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
TeamPlugin:
|
TeamPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: teammembers
|
plugin: teammembers
|
||||||
limitToPages: [1488]
|
limitToPages:
|
||||||
|
- 1488
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
|
-
|
||||||
|
routePath: '/{teamer_name}'
|
||||||
|
_controller: 'Team::show'
|
||||||
|
_arguments:
|
||||||
|
teamer_name: member
|
||||||
defaultController: 'Team::show'
|
defaultController: 'Team::show'
|
||||||
aspects:
|
aspects:
|
||||||
teamer_name:
|
teamer_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_teammember'
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 14
|
rootPageId: 14
|
||||||
base: 'https://www.ski-wochenenden.de'
|
base: 'https://www.ski-wochenenden.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://ski-wochenenden.burn.dpn'
|
-
|
||||||
|
base: 'https://ski-wochenenden.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -16,9 +18,9 @@ languages:
|
|||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes: { }
|
||||||
|
|
||||||
routeEnhancers: { }
|
routeEnhancers: { }
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 25
|
rootPageId: 25
|
||||||
base: 'https://www.snowzone.net'
|
base: 'https://www.snowzone.net'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://snowzone.burn.dpn'
|
-
|
||||||
|
base: 'https://snowzone.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -16,22 +18,27 @@ languages:
|
|||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes: { }
|
||||||
|
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
TeamPlugin:
|
TeamPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: teammembers
|
plugin: teammembers
|
||||||
limitToPages: [1619]
|
limitToPages:
|
||||||
|
- 1619
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
|
-
|
||||||
|
routePath: '/{teamer_name}'
|
||||||
|
_controller: 'Team::show'
|
||||||
|
_arguments:
|
||||||
|
teamer_name: member
|
||||||
defaultController: 'Team::show'
|
defaultController: 'Team::show'
|
||||||
aspects:
|
aspects:
|
||||||
teamer_name:
|
teamer_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_teammember'
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
rootPageId: 26
|
rootPageId: 26
|
||||||
base: 'https://www.unichamp.de'
|
base: 'https://www.unichamp.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
- base: 'https://unichamp.burn.dpn'
|
-
|
||||||
|
base: 'https://unichamp.burn.dpn'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
languages:
|
languages:
|
||||||
- title: Deutsch
|
-
|
||||||
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: '0'
|
||||||
base: /
|
base: /
|
||||||
@@ -16,22 +18,27 @@ languages:
|
|||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
errorHandling:
|
errorHandling:
|
||||||
- errorCode: '404'
|
-
|
||||||
|
errorCode: '404'
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
routes: { }
|
routes: { }
|
||||||
|
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
TeamPlugin:
|
TeamPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
plugin: teammembers
|
plugin: teammembers
|
||||||
limitToPages: [1620]
|
limitToPages:
|
||||||
|
- 1620
|
||||||
routes:
|
routes:
|
||||||
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
|
-
|
||||||
|
routePath: '/{teamer_name}'
|
||||||
|
_controller: 'Team::show'
|
||||||
|
_arguments:
|
||||||
|
teamer_name: member
|
||||||
defaultController: 'Team::show'
|
defaultController: 'Team::show'
|
||||||
aspects:
|
aspects:
|
||||||
teamer_name:
|
teamer_name:
|
||||||
type: PersistedAliasMapper
|
type: PersistedAliasMapper
|
||||||
tableName: 'tx_epproducts_domain_model_teammember'
|
tableName: tx_epproducts_domain_model_teammember
|
||||||
routeFieldName: 'path_segment'
|
routeFieldName: path_segment
|
||||||
|
|||||||
Reference in New Issue
Block a user