fix: lightbox not loading iframe content
This commit is contained in:
@@ -1,24 +1,19 @@
|
||||
base: 'https://www.ep-reisen.de'
|
||||
baseVariants:
|
||||
-
|
||||
base: 'https://ep-reisen.ddev.site'
|
||||
condition: 'applicationContext == "Development"'
|
||||
-
|
||||
base: 'https://ep-reisen-10.ddev.site'
|
||||
condition: 'applicationContext == "Development"'
|
||||
-
|
||||
base: 'https://schnee-event.ddev.site'
|
||||
condition: 'applicationContext == "Development/Skimax"'
|
||||
disableStaticFileCache: false
|
||||
errorHandling:
|
||||
-
|
||||
errorCode: '404'
|
||||
errorCode: 404
|
||||
errorHandler: Page
|
||||
errorContentSource: 't3://page?uid=608'
|
||||
languages:
|
||||
-
|
||||
title: Deutsch
|
||||
enabled: true
|
||||
languageId: '0'
|
||||
languageId: 0
|
||||
base: /
|
||||
typo3Language: de
|
||||
locale: de_DE.UTF-8
|
||||
@@ -30,7 +25,7 @@ languages:
|
||||
-
|
||||
title: Englisch
|
||||
enabled: true
|
||||
languageId: '1'
|
||||
languageId: 1
|
||||
base: /en/
|
||||
typo3Language: default
|
||||
locale: en_US.UTF-8
|
||||
@@ -248,3 +243,4 @@ 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"
|
||||
websiteTitle: ''
|
||||
|
||||
Reference in New Issue
Block a user