244 lines
6.0 KiB
YAML
244 lines
6.0 KiB
YAML
base: /
|
|
baseVariants:
|
|
-
|
|
base: 'https://eptypo3.burn.dpn'
|
|
condition: 'applicationContext == "Development"'
|
|
-
|
|
base: 'https://schnee-event.burn.dpn'
|
|
condition: 'applicationContext == "Development/Skimax"'
|
|
disableStaticFileCache: true
|
|
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: 9
|
|
routeEnhancers:
|
|
NewsDetailPlugin:
|
|
type: Extbase
|
|
extension: News
|
|
plugin: Pi1
|
|
limitToPages:
|
|
- 1392
|
|
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
|
|
NewsTagPlugin:
|
|
type: Extbase
|
|
extension: News
|
|
plugin: Pi1
|
|
limitToPages:
|
|
- 1391
|
|
routes:
|
|
-
|
|
routePath: '/{news_tag}'
|
|
_controller: 'News::list'
|
|
_arguments:
|
|
news_tag: overwriteDemand/tags
|
|
defaultController: 'News::list'
|
|
aspects:
|
|
news_tag:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_news_domain_model_tag
|
|
routeFieldName: slug
|
|
TeamPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: teammembers
|
|
limitToPages:
|
|
- 1446
|
|
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
|
|
ProductDetailPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: product_detail
|
|
routes:
|
|
-
|
|
routePath: '/detail/{product_uid}/{hotel_uid}'
|
|
_controller: 'Product::detail'
|
|
_arguments:
|
|
product_uid: product
|
|
hotel_uid: hotel
|
|
defaultController: 'Product::detail'
|
|
aspects:
|
|
product_uid:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_product
|
|
routeFieldName: uid
|
|
hotel_uid:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_hotel
|
|
routeFieldName: uid
|
|
BookingLinkPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: booking_link
|
|
limitToPages:
|
|
- 1846
|
|
routes:
|
|
-
|
|
routePath: '/{product}'
|
|
_controller: 'Product::detail'
|
|
_arguments:
|
|
product: product
|
|
defaultController: 'Product::detail'
|
|
aspects:
|
|
product:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_product
|
|
routeFieldName: path_segment
|
|
SearchResultPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: searchresult
|
|
limitToPages:
|
|
- 41
|
|
routes:
|
|
-
|
|
routePath: '/ergebnis/{filter_settings}'
|
|
_controller: 'Search::searchresult'
|
|
_arguments:
|
|
filter_settings: filterSettings
|
|
defaultController: 'Search::searchresult'
|
|
requirements:
|
|
filter_settings: '[A-Z\d%\-]+'
|
|
StaticResultsPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: staticresult
|
|
limitToPages:
|
|
- 1758
|
|
routes:
|
|
-
|
|
routePath: '/{filter_settings}'
|
|
_controller: 'Search::staticresult'
|
|
_arguments:
|
|
filter_settings: encodedFilterSettings
|
|
defaultController: 'Search::staticresult'
|
|
requirements:
|
|
filter_settings: '[A-Z\d%\-]+'
|
|
ContingentsIcalPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: ical
|
|
routes:
|
|
-
|
|
routePath: '/contingents/{hotel}'
|
|
_controller: 'Ical::contingents'
|
|
_arguments:
|
|
hotel: hotel
|
|
defaultController: 'Ical::contingents'
|
|
aspects:
|
|
hotel:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_hotel
|
|
routeFieldName: path_segment
|
|
ResellerPlugin:
|
|
type: Extbase
|
|
extension: EpProducts
|
|
plugin: reseller
|
|
limitToPages:
|
|
- 1483
|
|
routes:
|
|
-
|
|
routePath: '/{reseller_code}'
|
|
_controller: 'Reseller::list'
|
|
_arguments:
|
|
reseller_code: reseller
|
|
-
|
|
routePath: '/{reseller_code}/xml'
|
|
_controller: 'Reseller::xml'
|
|
_arguments:
|
|
reseller_code: reseller
|
|
-
|
|
routePath: '/{reseller_code}/csv/{export_type}'
|
|
_controller: 'Reseller::csv'
|
|
_arguments:
|
|
reseller_code: reseller
|
|
export_type: type
|
|
-
|
|
routePath: '/{reseller_code}/copypaste/{product_uid}'
|
|
_controller: 'Reseller::copypaste'
|
|
_arguments:
|
|
reseller_code: reseller
|
|
product_uid: product
|
|
aspects:
|
|
export_type:
|
|
type: StaticValueMapper
|
|
map:
|
|
google: google
|
|
facebook: facebook
|
|
reseller_code:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_reseller
|
|
routeFieldName: code
|
|
product_uid:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_epproducts_domain_model_product
|
|
routeFieldName: uid
|
|
PageTypeSuffix:
|
|
type: PageType
|
|
default: /
|
|
index: ''
|
|
map:
|
|
/: 0
|
|
/json: 1701
|
|
/html: 1702
|
|
.json: 1803
|
|
.ical: 1710
|
|
sitemap.xml: 1533906435
|
|
yoast-snippetpreview.json: 1480321830
|
|
/pxa: 7378121
|
|
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"
|