Fix forms being unavailable in backend
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
base: /
|
||||
baseVariants:
|
||||
-
|
||||
base: 'https://eptypo3.burn.dpn'
|
||||
base: 'https://eptypo3.ddev.site'
|
||||
condition: 'applicationContext == "Development"'
|
||||
-
|
||||
base: 'https://schnee-event.burn.dpn'
|
||||
base: 'https://schnee-event.ddev.site'
|
||||
condition: 'applicationContext == "Development/Skimax"'
|
||||
-
|
||||
base: 'https://ep-reisen.ddev.site'
|
||||
condition: 'applicationContext == "Development/Ddev"'
|
||||
disableStaticFileCache: true
|
||||
errorHandling:
|
||||
-
|
||||
@@ -130,8 +127,8 @@ routeEnhancers:
|
||||
date_to:
|
||||
type: PassthroughMapper
|
||||
requirements:
|
||||
product_uid: '\d'
|
||||
hotel_uid: '\d'
|
||||
product_uid: \d
|
||||
hotel_uid: \d
|
||||
date_from: '\d{4}\-\d{2}\-\d{2}'
|
||||
date_to: '\d{4}\-\d{2}\-\d{2}'
|
||||
BookingLinkPlugin:
|
||||
|
||||
Reference in New Issue
Block a user