Upgrade to TYPO3 9.5 LTS
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user