Files
website-typo3/config/sites/ep-events/config.yaml
T

129 lines
2.9 KiB
YAML

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
-
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:
-
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: PersistedAliasMapper
tableName: tx_epevents_domain_model_traveltype
routeFieldName: uid
location_type:
type: PersistedAliasMapper
tableName: tx_epevents_domain_model_location
routeFieldName: uid
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: PersistedAliasMapper
tableName: tx_epevents_domain_model_traveltype
routeFieldName: uid
PageTypeSuffix:
type: PageType
default: '/'
index: ''
map:
'/': 0