Upgrade to TYPO3 9.5 LTS

This commit is contained in:
Björn Fromme
2019-06-06 17:20:29 +02:00
parent adab7fb39a
commit 3c472eb973
989 changed files with 4924 additions and 3674 deletions
+86
View File
@@ -0,0 +1,86 @@
rootPageId: 884
base: 'https://www.ep-events.de'
baseVariants:
- base: 'https://ep-events.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
NewsPlugin:
type: Extbase
extension: News
plugin: Pi1
limitToPages: [989]
routes:
- { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
defaultController: 'News::detail'
aspects:
news_title:
type: PersistedAliasMapper
tableName: 'tx_news_domain_model_news'
routeFieldName: 'path_segment'
ActivityPlugin:
type: Extbase
extension: EpEvents
plugin: activitydetail
limitToPages: [1405]
routes:
- { routePath: '/{activity_name}', _controller: 'Activity::detail', _arguments: {'activity_name': 'activity'} }
defaultController: 'Activity::detail'
aspects:
activity_name:
type: PersistedAliasMapper
tableName: 'tx_epevents_domain_model_activity'
routeFieldName: 'path_segment'
ConfiguratorPlugin:
type: Extbase
extension: EpEvents
plugin: configurator
limitToPages: [1263]
routes:
- { routePath: '/{travel_type}/{location_type}', _controller: 'Form::configurator', _arguments: {'travel_type': 'travelType', 'location_type': 'locationType'} }
defaultController: 'Form::configurator'
requirements:
travel_type: '\d+'
location_type: '\d+'
aspects:
travel_type:
type: StaticRangeMapper
start: '1'
end: '100'
location_type:
type: StaticRangeMapper
start: '1'
end: '100'
ContactFormPlugin:
type: Extbase
extension: EpEvents
plugin: contactform
limitToPages: [987]
routes:
- { routePath: '/{travel_type}', _controller: 'Form::contactForm', _arguments: {'travel_type': 'travelType'} }
defaultController: 'Form::contactForm'
requirements:
travel_type: '\d+'
aspects:
travel_type:
type: StaticRangeMapper
start: '1'
end: '100'