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
+37
View File
@@ -0,0 +1,37 @@
rootPageId: 26
base: 'https://www.unichamp.de'
baseVariants:
- base: 'https://unichamp.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:
TeamPlugin:
type: Extbase
extension: EpProducts
plugin: teammembers
limitToPages: [1620]
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'