Implement group bookings price calculator
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
rootPageId: 9
|
||||
base: /
|
||||
baseVariants:
|
||||
-
|
||||
@@ -7,6 +6,12 @@ baseVariants:
|
||||
-
|
||||
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
|
||||
@@ -34,16 +39,7 @@ languages:
|
||||
fallbackType: strict
|
||||
fallbacks: ''
|
||||
flag: gb
|
||||
errorHandling:
|
||||
-
|
||||
errorCode: '404'
|
||||
errorHandler: Page
|
||||
errorContentSource: 't3://page?uid=608'
|
||||
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"
|
||||
rootPageId: 9
|
||||
routeEnhancers:
|
||||
NewsDetailPlugin:
|
||||
type: Extbase
|
||||
@@ -232,11 +228,16 @@ routeEnhancers:
|
||||
default: /
|
||||
index: ''
|
||||
map:
|
||||
'/': 0
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'.json': 1803
|
||||
'.ical': 1710
|
||||
'sitemap.xml': 1533906435
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
'/pxa': 7378121
|
||||
/: 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"
|
||||
|
||||
Reference in New Issue
Block a user