Migrate groups price calculator

This commit is contained in:
Björn Fromme
2021-12-22 15:50:48 +01:00
parent 4894a8b869
commit 16eb99744d
5 changed files with 188 additions and 112 deletions
@@ -9,7 +9,7 @@ page {
bodyTagCObject = COA
bodyTagCObject {
10 = TEXT
10.value = <body class="antialiased text-gray-800 font-sans pt-14 lg:pt-8
10.value = <body class="antialiased text-gray-800 font-sans pt-14 lg:pt-8 bg-white
20 = TEXT
20 {
field = tx_eptheme_bodyclass
@@ -162,3 +162,9 @@ page {
if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey}
}
}
[page["backend_layout"] == 'pagets__popup']
page.bodyTagCObject >
page.bodyTagCObject = TEXT
page.bodyTagCObject.value = <body class="antialiased text-gray-800 font-sans bg-white p-4">
[end]