fix: lightbox not loading iframe content
This commit is contained in:
@@ -1,24 +1,19 @@
|
|||||||
base: 'https://www.ep-reisen.de'
|
base: 'https://www.ep-reisen.de'
|
||||||
baseVariants:
|
baseVariants:
|
||||||
-
|
|
||||||
base: 'https://ep-reisen.ddev.site'
|
|
||||||
condition: 'applicationContext == "Development"'
|
|
||||||
-
|
-
|
||||||
base: 'https://ep-reisen-10.ddev.site'
|
base: 'https://ep-reisen-10.ddev.site'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
-
|
disableStaticFileCache: false
|
||||||
base: 'https://schnee-event.ddev.site'
|
|
||||||
condition: 'applicationContext == "Development/Skimax"'
|
|
||||||
errorHandling:
|
errorHandling:
|
||||||
-
|
-
|
||||||
errorCode: '404'
|
errorCode: 404
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
languages:
|
languages:
|
||||||
-
|
-
|
||||||
title: Deutsch
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: 0
|
||||||
base: /
|
base: /
|
||||||
typo3Language: de
|
typo3Language: de
|
||||||
locale: de_DE.UTF-8
|
locale: de_DE.UTF-8
|
||||||
@@ -30,7 +25,7 @@ languages:
|
|||||||
-
|
-
|
||||||
title: Englisch
|
title: Englisch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '1'
|
languageId: 1
|
||||||
base: /en/
|
base: /en/
|
||||||
typo3Language: default
|
typo3Language: default
|
||||||
locale: en_US.UTF-8
|
locale: en_US.UTF-8
|
||||||
@@ -248,3 +243,4 @@ routes:
|
|||||||
route: robots.txt
|
route: robots.txt
|
||||||
type: staticText
|
type: staticText
|
||||||
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
||||||
|
websiteTitle: ''
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
class="button bg-button w-full"
|
class="button bg-button w-full"
|
||||||
data-controller="lightbox"
|
data-controller="lightbox"
|
||||||
data-lightbox-height-value="85vh"
|
data-lightbox-height-value="85vh"
|
||||||
data-lightbox-url-value="{f:uri.action(action: 'index', controller: 'GroupsPrice', arguments: '{hotel: hotel}', pageUid: settings.groupsPricePopupPageUid)}"
|
data-lightbox-url-value="{f:uri.action(action: 'index', controller: 'GroupsPrice', arguments: '{hotel: hotel}', pageUid: settings.groupsPricePopupPageUid, absolute: 1)}"
|
||||||
data-lightbox-type-value="external"
|
data-lightbox-type-value="external"
|
||||||
data-action="lightbox#open">
|
data-action="lightbox#open">
|
||||||
Preisberechnung
|
Preisberechnung
|
||||||
|
|||||||
@@ -308,7 +308,8 @@
|
|||||||
<button type="button"
|
<button type="button"
|
||||||
class="button bg-button w-full"
|
class="button bg-button w-full"
|
||||||
data-controller="lightbox"
|
data-controller="lightbox"
|
||||||
data-lightbox-url-value="{f:uri.action(action: 'index', controller: 'GroupsPrice', arguments: '{hotel: hotel}', pageUid: settings.groupsPricePopupPageUid)}"
|
data-lightbox-url-value="{f:uri.action(action: 'index', controller: 'GroupsPrice', arguments: '{hotel: hotel}', pageUid: settings.groupsPricePopupPageUid, absolute: 1)}"
|
||||||
|
data-lightbox-type-value="external"
|
||||||
data-lightbox-height-value="85vh"
|
data-lightbox-height-value="85vh"
|
||||||
data-action="lightbox#open">
|
data-action="lightbox#open">
|
||||||
Preisberechnung
|
Preisberechnung
|
||||||
|
|||||||
Reference in New Issue
Block a user