128 lines
2.9 KiB
YAML
128 lines
2.9 KiB
YAML
base: 'https://www.ep-events.de'
|
|
baseVariants:
|
|
-
|
|
base: 'https://ep-events.ddev.site'
|
|
condition: 'applicationContext == "Development"'
|
|
disableStaticFileCache: false
|
|
errorHandling:
|
|
-
|
|
errorCode: '404'
|
|
errorHandler: Page
|
|
errorContentSource: 't3://page?uid=608'
|
|
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
|
|
rootPageId: 884
|
|
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+
|
|
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
|
|
/json: 1703
|
|
sitemap.xml: 1533906435
|
|
yoast-snippetpreview.json: 1480321830
|
|
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"
|