From 5149ea7e61ddab5b1d470254b1c58f6e6f14f3e7 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Mon, 21 Feb 2022 15:08:50 +0100 Subject: [PATCH] first check --- .DS_Store | Bin 0 -> 6148 bytes zenitPlatformAtmosSet1/.DS_Store | Bin 0 -> 6148 bytes zenitPlatformAtmosSet1/.idea/.gitignore | 8 + zenitPlatformAtmosSet1/.idea/encodings.xml | 4 + zenitPlatformAtmosSet1/.idea/modules.xml | 8 + zenitPlatformAtmosSet1/.idea/php.xml | 6 + .../.idea/zenitPlatformAtmosSet1.iml | 12 + zenitPlatformAtmosSet1/composer.json | 44 + zenitPlatformAtmosSet1/src/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/app/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/app/storefront/.DS_Store | Bin 0 -> 6148 bytes .../Resources/app/storefront/dist/.DS_Store | Bin 0 -> 6148 bytes .../assets/logo/demo-atmos-set-1-favicon.png | Bin 0 -> 228 bytes .../logo/demo-atmos-set-1-logo-light.svg | 57 + .../assets/logo/demo-atmos-set-1-logo.svg | 57 + .../app/storefront/dist/storefront/.DS_Store | Bin 0 -> 6148 bytes .../js/zenit-platform-atmos-set1.js | 118 + .../Resources/app/storefront/src/.DS_Store | Bin 0 -> 6148 bytes .../app/storefront/src/scss/base.scss | 7 + .../storefront/src/scss/component/_card.scss | 195 + .../src/scss/component/_cms-block.scss | 44 + .../src/scss/component/_cms-element.scss | 25 + .../src/scss/component/_product-box.scss | 34 + .../storefront/src/scss/layout/_header.scss | 54 + .../app/storefront/src/scss/overrides.scss | 77 + .../src/scss/page/checkout/_cart.scss | 105 + .../page/product-detail/_product-detail.scss | 99 + zenitPlatformAtmosSet1/src/Resources/cms.xml | 45 + .../preview.html | 9 + .../swag-gallery-buybox-abnehmplan/styles.css | 35 + .../Resources/config/atmos-set-1-preview.png | Bin 0 -> 5430 bytes .../src/Resources/config/plugin.png | Bin 0 -> 1286 bytes .../src/Resources/theme.json | 13707 ++++++++++++++++ .../src/Resources/views/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/views/storefront/.DS_Store | Bin 0 -> 6148 bytes .../block/cms-block-gallery-buybox.html.twig | 40 + ...lery-buybox-abnehmplan-component.html.twig | 0 .../views/storefront/component/.DS_Store | Bin 0 -> 6148 bytes .../component/buy-widget/buy-widget.html.twig | 21 + .../checkout/offcanvas-cart.html.twig | 74 + .../checkout/offcanvas-item.html.twig | 69 + .../product/card/box-standard.html.twig | 162 + .../product/card/price-unit.html.twig | 55 + .../component/product/listing.html.twig | 41 + .../storefront/layout/footer/footer.html.twig | 7 + .../page/checkout/cart/index.html.twig | 63 + .../page/checkout/checkout-item.html.twig | 50 + .../confirm/confirm-address.html.twig | 17 + .../page/checkout/confirm/index.html.twig | 112 + .../summary/summary-shipping.html.twig | 25 + .../page/product-detail/description.html.twig | 16 + .../page/product-detail/index.html.twig | 18 + zenitPlatformAtmosSet1/src/manifest.xml | 0 .../src/zenitPlatformAtmosSet1.php | 70 + zenitPlatformAtmosSet2/.DS_Store | Bin 0 -> 6148 bytes zenitPlatformAtmosSet2/composer.json | 44 + zenitPlatformAtmosSet2/src/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/app/.DS_Store | Bin 0 -> 6148 bytes .../src/Resources/app/storefront/.DS_Store | Bin 0 -> 6148 bytes .../Resources/app/storefront/dist/.DS_Store | Bin 0 -> 6148 bytes .../dist/assets/background/atmos-set-2-bg.jpg | Bin 0 -> 1252 bytes .../assets/logo/demo-atmos-set-2-favicon.png | Bin 0 -> 228 bytes .../logo/demo-atmos-set-2-logo-light.svg | 57 + .../assets/logo/demo-atmos-set-2-logo.svg | 57 + .../app/storefront/dist/storefront/.DS_Store | Bin 0 -> 6148 bytes .../js/zenit-platform-atmos-set2.js | 0 .../Resources/app/storefront/src/.DS_Store | Bin 0 -> 6148 bytes .../app/storefront/src/scss/base.scss | 0 .../app/storefront/src/scss/overrides.scss | 8 + .../Resources/config/atmos-set-2-preview.png | Bin 0 -> 5430 bytes .../src/Resources/config/plugin.png | Bin 0 -> 1286 bytes .../src/Resources/theme.json | 13705 +++++++++++++++ .../src/zenitPlatformAtmosSet2.php | 70 + 75 files changed, 29531 insertions(+) create mode 100644 .DS_Store create mode 100644 zenitPlatformAtmosSet1/.DS_Store create mode 100644 zenitPlatformAtmosSet1/.idea/.gitignore create mode 100644 zenitPlatformAtmosSet1/.idea/encodings.xml create mode 100644 zenitPlatformAtmosSet1/.idea/modules.xml create mode 100644 zenitPlatformAtmosSet1/.idea/php.xml create mode 100644 zenitPlatformAtmosSet1/.idea/zenitPlatformAtmosSet1.iml create mode 100644 zenitPlatformAtmosSet1/composer.json create mode 100644 zenitPlatformAtmosSet1/src/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-favicon.png create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set1.js create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/base.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-block.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_product-box.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss create mode 100644 zenitPlatformAtmosSet1/src/Resources/cms.xml create mode 100644 zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/preview.html create mode 100644 zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/styles.css create mode 100644 zenitPlatformAtmosSet1/src/Resources/config/atmos-set-1-preview.png create mode 100644 zenitPlatformAtmosSet1/src/Resources/config/plugin.png create mode 100644 zenitPlatformAtmosSet1/src/Resources/theme.json create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/block/cms-block-gallery-buybox.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/block/cms-block-swag-gallery-buybox-abnehmplan-component.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/.DS_Store create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/buy-widget/buy-widget.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/box-standard.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/price-unit.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/listing.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/cart/index.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/index.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/summary/summary-shipping.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/description.html.twig create mode 100644 zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/index.html.twig create mode 100644 zenitPlatformAtmosSet1/src/manifest.xml create mode 100644 zenitPlatformAtmosSet1/src/zenitPlatformAtmosSet1.php create mode 100644 zenitPlatformAtmosSet2/.DS_Store create mode 100644 zenitPlatformAtmosSet2/composer.json create mode 100644 zenitPlatformAtmosSet2/src/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/background/atmos-set-2-bg.jpg create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-favicon.png create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set2.js create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/src/.DS_Store create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/base.scss create mode 100644 zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss create mode 100644 zenitPlatformAtmosSet2/src/Resources/config/atmos-set-2-preview.png create mode 100644 zenitPlatformAtmosSet2/src/Resources/config/plugin.png create mode 100644 zenitPlatformAtmosSet2/src/Resources/theme.json create mode 100644 zenitPlatformAtmosSet2/src/zenitPlatformAtmosSet2.php diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..fed805264bdf71e88ef398ce51d004a1baeaa0bf GIT binary patch literal 6148 zcmeHKyH3ME5S)b+k!VsO%KL@n3yvu1k@5pP0uqvgC1RRX?)YtHA3!39f`%gOO1tA* z@7&o_c)b8*{?|^hVtaJBL4!MVcp6k6Pbl{iJ3QhA&*Xjc zTfAa}Yvwj+vBiot9j5E;Lv!D@jc)fF;%uLI{8=)a3Zw$5Kq`<5{09Ztv(?5Iju}&d zR3H`jQb4~Cg|1iwdq?|pFxUt{95HRiYnvsAMH9pt*gG;q6Q>fLDluY+)0r<(R|9)T zr$g*y?h_|VOekWfGheJ6QXMm<0;#~E0_VP*X#Zc*f0+LdNx4b|Qh}3FKt_wzV$N5J z-a2?W?X`t|OaC<1S~-KYVxqNTF0>V2?bQ{%=KUJjI~tvNqZ9K-Ky^t=1^z;T50FwN AtpET3 literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/.DS_Store b/zenitPlatformAtmosSet1/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9a874b5768f336915163bb88cd434575b859f936 GIT binary patch literal 6148 zcmeH~Jr2S!425ml0g0s}V-^m;4I%_5-~tF3k&vj^b9A16778<}(6eNJu~Vz<8=6`~ zboab&MFtUB!i}=AFfm2m$tVxGT*u4pe81nUlA49C} z?O@64YO)2RT{MRe%{!}2F))pG(Sih~)xkgosK7*lF7m<7{{#Hn{6A@7N(HFEpDCdI z{ + + + \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/.idea/modules.xml b/zenitPlatformAtmosSet1/.idea/modules.xml new file mode 100644 index 0000000..e89cf76 --- /dev/null +++ b/zenitPlatformAtmosSet1/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/.idea/php.xml b/zenitPlatformAtmosSet1/.idea/php.xml new file mode 100644 index 0000000..b07a1d6 --- /dev/null +++ b/zenitPlatformAtmosSet1/.idea/php.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/.idea/zenitPlatformAtmosSet1.iml b/zenitPlatformAtmosSet1/.idea/zenitPlatformAtmosSet1.iml new file mode 100644 index 0000000..82bcf5a --- /dev/null +++ b/zenitPlatformAtmosSet1/.idea/zenitPlatformAtmosSet1.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/composer.json b/zenitPlatformAtmosSet1/composer.json new file mode 100644 index 0000000..12a6608 --- /dev/null +++ b/zenitPlatformAtmosSet1/composer.json @@ -0,0 +1,44 @@ +{ + "name": "zenit/atmos-set-1", + "description": "Theme Atmos by Zenit Design", + "version": "2.4.1", + "type": "shopware-platform-plugin", + "license": "proprietary", + "authors": [ + { + "name": "Zenit Design", + "homepage": "https://zenit.design", + "role": "Manufacturer" + } + ], + "require": { + "shopware/core": "^6.3", + "shopware/storefront": "^6.3" + }, + "extra": { + "shopware-plugin-class": "zenit\\PlatformAtmosSet1\\zenitPlatformAtmosSet1", + "plugin-icon": "src/Resources/config/plugin.png", + "copyright": "(c) by Zenit Design", + "label": { + "de-DE": "Theme Atmos | Pro - Set 1 Diäko", + "en-GB": "Theme Atmos | Pro - Set 1 Diäko" + }, + "description": { + "de-DE": "Theme Atmos | Pro - Set 1 Diäko", + "en-GB": "Theme Atmos | Pro - Set 1 Diäko" + }, + "manufacturerLink": { + "de-DE": "https://store.shopware.com/zenit-design.html", + "en-GB": "https://store.shopware.com/en/zenit-design.html" + }, + "supportLink": { + "de-DE": "https://help.zenit.design", + "en-GB": "https://help.zenit.design" + } + }, + "autoload": { + "psr-4": { + "zenit\\PlatformAtmosSet1\\": "src/" + } + } +} diff --git a/zenitPlatformAtmosSet1/src/.DS_Store b/zenitPlatformAtmosSet1/src/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..c07ac1b967871b7aae207f9d855b03e515e84b37 GIT binary patch literal 6148 zcmeHKJ8nWT5S&dYh-fHN`U<&$g~$cq0#Set=}AHKugbY{w9I}A&`UaK(5$o`d%a`J zQ@ni(z*gt|8?Xd0r#s@?hpG9#`^26qVnjO6IO7XD9B|s7CfR=nocn@}b1+=;cgN3R zIQq6s3P=GdAO)m=6u6-RRb1zb8=k47q<|E73I(2Zv|@h%<)6IFDX} z*gQb&g<~QkG)pQmsa7q9C7tnBdA)EA4pEMYQI5Ira{L-e bnb&;I{a!dG2A%Ps6ZJFTy2zx!y%qQcBVZMt literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/src/Resources/.DS_Store b/zenitPlatformAtmosSet1/src/Resources/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3b2fd0f2d047c00a41ff41fbd3d870f24e13c8c4 GIT binary patch literal 6148 zcmeHKOHRWu5S^g~BC+X`74j8&gHVMN^a79s3Q~e2ReYAY3QM>K7vM;|@k~*o7TBQ* z%}Dke&&Q6R6x%~Yym+YRL^C4F&;(hO9U|tPt^*4`2C~diHD!#ASdYxL_aNUsp)2aB ztJlNtuPD+z-OwGaHV*8O4(So5YkH#fH|AzFUskd023sE_wXrD5CYJDKFK4gMZy)dH z<7wMi{}R#NZmlp_%vEQ=8E^)i0cYT62IM}2WG9N=I|I&uGw{WLoDTs_FgNTK)6s!0 zl>opg%t@e2Eg?C%>@4!fDL!%roPmGF08fi$vB0M6Zr$3R+_eGi5=}(ndQl+I lM~?su)6@?Sz0#OK55lL;{~sH$AC9{OtSwDIQIc3<_~24;vY`W z$NexIJwYY~q<|EV0#ZNY4%Hu{e4Ip1_Q&V#}s$}us@F&AEr dSCN!?&F9?jg=1pS84o&9KLf6dObYzB0zZ9~70&T{c&of#I3*_CJZ{E0b+cE8;&D6TEz-?)6@?Sz0#OK55lL;{~sH$AC9{OtSwDIQIc3<_~24;vY`W z$NexIJwYY~q<|EV0#ZNY4%Hu{e4Ip1_Q&V#}s$}us@F&AEr dSCN!?&F9?jg=1pS84o&9KLf6dObYzB0zZ9~70&}eLpZ~S)9(A^y_Xl`l+mtvSGdL?< jD9~(MZg6|nLKBAGrxv_*>Jhhrb})Fl`njxgN@xNAmEuYw literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg b/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg new file mode 100644 index 0000000..4af444b --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg b/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg new file mode 100644 index 0000000..ca08ce3 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/.DS_Store b/zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ba3b77f6a8c3248a9cea646d67980a85d45fcca5 GIT binary patch literal 6148 zcmeH~Jr2S!425lAKw|00n1usyg9yP1xBvnsRH*}E&(V4QVW2Rh3O!5q7rU|AzM-i_ zM0bztR-_Y=CEO?*3nNqHGr7tAdcXANVd$-pHcMIw-pT0tYadAkr~nn90#twsOh

").insertAfter(".confirm-delivery-date"); + fp.config.onChange.push(function() { + manipulateDateInputValue(); + }); + + // If Austria and same day delivery is checked change to DPD + if ($(".confirm-address-shipping").data("iso") === "AT") { + inputDPD.attr('checked', true).trigger("click"); + // No same day delivery + inputSameDayDelivery.parents(".shipping-method").hide(); + // No shop + inputShopPickup.parents(".shipping-method").hide(); + } + + // Call changeDelivery + $("[name='shippingMethodId']").on('change', () => { + changeDelivery(fp); + }); + changeDelivery(fp); + } +}); + +function manipulateDateInputValue() { + spawnDateInputValue = $(".confirm-delivery-date #dtgs-datepicker-inputfield").val(); + if (inputSameDayDelivery.is(':checked')) { + // If same day delivery is checked, select time + $("#spwn-delivery .spwn-delivery--time span.active").trigger("click"); + } +} + +function changeDelivery(fp) { + $("body").on("click", "#spwn-delivery .spwn-delivery--time span", function() { + $("#spwn-delivery .spwn-delivery--time span").removeClass("active"); + $(this).addClass("active"); + $(".confirm-delivery-date #dtgs-datepicker-inputfield").val(spawnDateInputValue + " " + $(this).text()); + }); + + if ($(".confirm-address-shipping").data("iso") !== "AT") { + if (inputShopPickup.is(':checked')) { + // Abholung im Ladengeschäft + console.log("Abholung"); + $(".confirm-delivery-date #dtgs-datepicker-inputfield").val('Abholung im Ladengeschäft'); + $(".confirm-delivery-date").hide(); + $("#spwn-delivery p").text("Die bestellten Produkte stehen zur Abholung in unserem Ladengeschäft in Hamburg für Sie bereit."); + } else if (inputSameDayDelivery.is(':checked')) { + // Abendzustellung + console.log("Abendzustellung"); + $(".confirm-delivery-date #dtgs-datepicker-inputfield").val(''); + spwnIncludedDays = [1,2,3,4,5]; + setIncludedDays("evening", fp, 0); + $("#spwn-delivery p").text("Abendzustellung gewählt. Bitte wählen Sie nun eine Wunsch-Zeit:"); + $("#spwn-delivery .spwn-delivery--time").append("18 - 21 Uhr20 - 23 Uhr"); + if (spawnDateInputValue === "" || spawnDateInputValue.indexOf("Uhr") === -1) { + manipulateDateInputValue(); + } + } else { + // DPD + console.log("DPD"); + spwnIncludedDays = [2,3,4,5,6]; + setIncludedDays("dpd", fp, 1); + $("#spwn-delivery p").text("DPD gewählt. Die Zustellung erfolgt zwischen 7 und 13 Uhr."); + } + } else { + console.log("DPD AT"); + spwnIncludedDays = [3,4]; + setIncludedDays("dpd", fp, 2); + $("#spwn-delivery p").text("DPD gewählt. Die Zustellung erfolgt zwischen 7 und 18 Uhr."); + } +} + +function setIncludedDays(delivery, fp, addDays) { + let spwnDateTemp = new Date(); + spwnDateTemp.setDate(spwnDateTemp.getDate() + addDays); + + let spwnTime = parseInt(spwnDateTemp.getHours() + "" + spwnDateTemp.getMinutes()); + if (delivery === "evening" && spwnTime > 1300) { + spwnDateTemp.setDate(spwnDateTemp.getDate() + 1); + } else if (delivery === "dpd" && spwnTime > 1400) { + spwnDateTemp.setDate(spwnDateTemp.getDate() + 1); + } + let spwnDate = fp.formatDate(spwnDateTemp, "d.m.Y"); + fp.set("minDate", spwnDate); + + fp.set("enable", [ + function(date) { + let day = date.getDate(); + let month = date.getMonth(); + month = month + 1; + if((String(day)).length===1) + day='0'+day; + if((String(month)).length===1) + month='0'+month; + let formattedDate = day + '.' + month + '.' + date.getFullYear(); + //Excluded Dates + if($.inArray(formattedDate, dtgsDeliveryDateExcludedDates) > -1) { + return false; + } + // Datum auf Bereich Montag = 0, Sonntag = 7 bringen + return spwnIncludedDays.indexOf(((date.getDay() + 6) % 7) + 1) !== -1; + } + ]); +} diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/.DS_Store b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..1571b92d99541ff41dbf51a1b518f998c93d1e6b GIT binary patch literal 6148 zcmeH~u?~Vj42D}}AaP-Iyu}Cb4K75Vz!xyWNWwte@6r9+>moWEV*V!WckR&t|G-fZ z(f&D}MLH2_;YK-GSeYVkWRU^BjLR@R=6SLrY*!(c!aG^*$2LI)r~nn90#twsY)FAP z#@oY&o{5h_1*pI_6tM3@f*W(NRQjg_!AAhFLD>y!pC!O#1uzFoB`PqD=|Q7aeGIX> zw}UCJ%fV7v+eKse(73bO6a&-RE}D?QG&>lm02Np%u&;S%=l>P{ZT?@iFr@-i;LjA$ z=5o9Ac&RvBKVHx3_o&*sz(Kzp;q4~?i5 .container { + padding-left: 0; + padding-right: 0; +} + +.main-navigation-menu { + justify-content: space-between; +} + +.main-navigation-divider { + display: none; +} + +.main-navigation-link { + font-size: 16px; + font-weight: 500; + letter-spacing: 1.6px; + line-height: 18px; + text-transform: uppercase; + padding: 0; +} diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss new file mode 100644 index 0000000..29085b9 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss @@ -0,0 +1,77 @@ +/* +Override variable defaults +================================================== +This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap. + +Because of the !default flags, theme variable overrides have to be declared beforehand. +https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults +*/ + +body { + background: #fff; +} + +h1 { + line-height: 54px !important; +} + +.cms-block { + .category { + font-size: 16px; + font-weight: 500; + letter-spacing: 1.6px; + line-height: 18px; + text-transform: uppercase; + ; + } +} + +.sv-vbadge-vb3fx { + z-index: 999 !important; +} + +.product-image.is-standard { + object-fit: cover !important; + font-family: "object-fit: cover;" !important; +} + +.btn-outline-primary { + border: 2px solid #33548C !important; + border-radius: 3px; + font-size: 16px; + font-weight: 600; + letter-spacing: 1px; + text-transform: uppercase; + padding: 5px 32px !important; +} + +input.custom-number[type=number] { + border-bottom: 2px solid $sw-color-brand-primary; +} + +.product-wishlist .icon-wishlist svg { + color: $sw-color-brand-primary; +} + +@media (min-width: 992px) { + .is-act-confirmpage { + .checkout { + .checkout-main { + margin-left: 0 !important; + flex: 0 0 100% !important; + max-width: 100% !important; + } + .checkout-additional { + margin-left: 0 !important; + flex: 0 0 66.6666666667% !important; + max-width: 66.6666666667% !important; + } + } + } +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 800px !important; + } +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss new file mode 100644 index 0000000..8eb771e --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss @@ -0,0 +1,105 @@ +.is-act-cartpage { + .checkout { + .spwn-add-customized-products { + width: 100%; + .spwn-add-customized-products-detail { + position: relative; + margin: 55px 20px 0; + padding: 26px 21px; + border: 2px solid $sw-color-brand-primary; + border-radius: 3px; + font-size: 16px; + font-weight: 500; + letter-spacing: 1.6px; + line-height: 18px; + text-align: center; + text-transform: uppercase; + color: $sw-color-brand-primary; + display: block; + span { + display: block; + max-width: 415px; + margin: 0 auto; + } + &:hover { + text-decoration: none; + background-color: $sw-color-brand-primary; + color: #fff; + } + &:before { + position: absolute; + top: -55px; + left: 50%; + transform: translateX(-50%); + content: ''; + display: inline-block; + width: 50px; + height: 50px; + background: linear-gradient($sw-color-brand-primary 0 0), linear-gradient($sw-color-brand-primary 0 0); + background-position: center; + background-size: 50% 2px, 2px 50%; + background-repeat: no-repeat; + } + } + } + } +} + +.checkout-aside-container { + background-color: #E9F4FC; + padding-top: 1rem; + padding-bottom: 2rem; + a[data-toggle="modal"] { + color: #222; + text-decoration: underline; + &:hover { + text-decoration: none; + } + } + .checkout-aside-summary-total { + border-top: 1px solid #B1C3D9; + } + dd.checkout-aside-summary-total { + color: $sw-color-brand-primary; + } + .checkout-aside-action { + padding-left: 1rem; + padding-right: 1rem; + .cart-add-promotion { + padding-left: 0; + border-bottom: 2px solid $sw-color-brand-primary; + .form-control { + font-size: 18px; + padding-left: 0; + &::-webkit-input-placeholder { + color: #222; + } + } + } + .btn { + background: transparent; + border: none; + padding-right: 0; + .icon { + color: $sw-color-brand-primary; + } + } + .btn-primary { + margin-top: 36px; + background: transparent; + color: $sw-color-brand-primary; + font-size: 16px; + font-weight: 600; + letter-spacing: 1px; + line-height: 18px; + text-align: center; + text-transform: uppercase; + border: 2px solid $sw-color-brand-primary; + padding: 12px 12px; + &:hover { + background: $sw-color-brand-primary; + color: #fff; + } + } + } +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss new file mode 100644 index 0000000..7cc2b01 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss @@ -0,0 +1,99 @@ +.is-ctl-product { + .product-detail-media { + padding-right: 40px; + .gallery-slider-image { + width: 100%; + } + .aku-cms-factory-element { + display: flex; + .thumbnail-container { + max-width: 75px; + margin-right: 25px; + figure { + margin: 10px 0; + img { + max-width: 55px; + margin-bottom: 10px; + } + figcaption { + font-family: $sw-font-family-base; + font-size: 15px; + line-height: 20px; + color: #222; + text-align: center; + } + } + } + .product-info { + width: 100%; + figure { + position: relative; + margin-top: 50px; + img { + width: 100%; + } + figcaption { + position: absolute; + left: 10px; + bottom: 10px; + background-color: #fff; + font-family: $sw-font-family-headline; + font-size: 60px; + line-height: 54px; + color: $sw-color-brand-primary; + padding: 15px 20px; + } + &:first-child { + margin-top: 0; + } + } + p { + margin-bottom: 0.5rem; + } + a[data-toggle="modal"] { + text-decoration: underline; + cursor: pointer; + &:hover { + text-decoration: none; + } + } + } + } + } + .product-detail-buy { + border-radius: 3px; + background-color: #E9F4FC; + padding-top: 40px; + .product-detail-name { + font-size: 60px; + line-height: 54px; + color: $sw-color-brand-primary; + } + .product-detail-price { + color: $sw-color-brand-primary; + } + .product-detail-tax-link { + color: #222; + text-decoration: underline; + &:hover { + text-decoration: none; + } + } + .btn-primary { + background: transparent; + color: $sw-color-brand-primary; + font-size: 16px; + font-weight: 600; + letter-spacing: 1px; + line-height: 18px; + text-align: center; + text-transform: uppercase; + border: 2px solid $sw-color-brand-primary; + padding: 12px 12px; + &:hover { + background: $sw-color-brand-primary; + color: #fff; + } + } + } +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/cms.xml b/zenitPlatformAtmosSet1/src/Resources/cms.xml new file mode 100644 index 0000000..04b7f26 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/cms.xml @@ -0,0 +1,45 @@ + + + + + + swag-gallery-buybox-abnehmplan + + + commerce + + + + + + + + + + + + + + + + + + + + + + + + + + + 20px + 20px + 20px + 20px + + boxed + + + + \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/preview.html b/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/preview.html new file mode 100644 index 0000000..9e572e3 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/preview.html @@ -0,0 +1,9 @@ +
+
+

Lorem ipsum dolor

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr.

+
+ + + Preview image +
\ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/styles.css b/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/styles.css new file mode 100644 index 0000000..7705d7d --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/cms/blocks/swag-gallery-buybox-abnehmplan/styles.css @@ -0,0 +1,35 @@ +/* + * Styling of your block preview in the CMS sidebar + */ + .sw-cms-preview-swag-image-text-reversed { + display: grid; + grid-template-columns: 1fr 1fr; + grid-column-gap: 20px; + padding: 15px; +} + +/* + * Styling of your block in the CMS editor + * Pattern: sw-cms-block-${block.name}-component + */ +.sw-cms-block-swag-image-text-reversed-component { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); + grid-gap: 40px; +} + +/* + * Each slot will have an additional class + * Pattern: sw-cms-slot-${slot.name} + */ +.sw-cms-block-swag-image-text-reversed-component .sw-cms-slot-left { + +} + +/* + * Each slot will have an additional class + * Pattern: sw-cms-slot-${slot.name} + */ +.sw-cms-block-swag-image-text-reversed-component .sw-cms-slot-right { + +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/config/atmos-set-1-preview.png b/zenitPlatformAtmosSet1/src/Resources/config/atmos-set-1-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4015eefefccf6d63744b8ce912152f976b95c9 GIT binary patch literal 5430 zcmZ9QcTf|3x5q&Qq$&tOszB(WTM&@mf&wDl0HH`#AcB;H`p}y|VgV^iS5YMNBB6r> z0#XD)N)SwxUP2G;?(@!jXYSm;&Yp9=-_JSw+nL>&O*S_(Vq@lGrlFx>GluG0(9oR2 z(a_L-xIhO~UJ$;z00CicVr8(iPi>oD$p8NR?Ck7GTTAD{?`L>9^FAh!xdw!uVaOrT76@h!KZXde>SsN zN@Q-8GwBkO&*>Rrfa#BG0`fY{x9wwyo4ml=@}lO=mkrPoa@lh!Y`gtgWbtuQ`Ej|_ zor?r@!e4xUeoE0!C9VdST9OAz9qpnhgEtcUivoetZ6gbIZo?%P)Zc?E#)X2oOj}9H zTbVRK!wE+8+*h+Bszw@_*&Q(vnv?EfI42`JDKe!APOprXoKc z-xjBI2)uXzPabOr0`Y!5<{~_8g3>=G0?7jQ2v|lB14!;9+!zo9$zdgQ>Jl}$12wVg zua8kTg1csvvdN`J@O6O29`MYk@*j6so<_!zliY*vCRIr-aJk*Z3gUM>muf)xK3fKhhp3owbs09$m zW)+(O#0bXL8SoY&*tsU}*})$PT9AI#;o9*KB|w9pt^5iQMX~)I6G%CQV3h$Zz+Ejc zd8p-rN=C3-@d7*jvR0J=&W6DMQhE#!U8mTH-(e)=*0W3308<-hE589NE{I}>0aB+Z z77CmQ=bXTY>j1y}Q^3o;%b7fxd}Hiz0-;Q=A9!wAPp#8uI+{}iqWED%u^?zmYzUib zQJvfaB0ief(HtYt`!!RgFPAP}Z4uJHbuLS#&stS2>NMLtH*^3nIS6la9R|Y9(LC3 zAiptBT^&A8G7Yd!Cl&bE5v4cRb7KC3f1!hNdS}E*ktox%F=Ze}w9>=b09TAPk)E=S zy=Z2tOBAyuC!NCipNBBxa^Hy{o~xDoNm;-MgwSD=aH_#wAG;DnP#F#FpF|O)c8cc9 z{qU2WvSj>GM$5GsZ~hB0o4447`P!LibuI2B;g7T)a@?_(u8uIO%>9{r_|`e<*=kd6 z%dAv!fJ6}~H6(*>x-13x(5(xEQ1?v;QGLaM;Eqd{S}Yyk>`zkZ{~*wl*yY5z!OTc} zr@W9>t!iHTURI9yuxr{RsGDDmzaBa5t%TEE_#ETBwU@Fl#7K#<8Kfo6|TTjnS!gNo|NN&SY49?~5Bs;X-iJSJB%56Lg<82BPn)vP)CD z!@z318u$+asSQTBu<@!>7g=o2v^X*3=Nm3-ff>%9^2DZ($l_W(7|zi_&aHvgz&p|E zP0G5pje8@*2rmYN*a?O%y*%e@hr4e`_Ht5j4hNBT~`}M7`AW-g%D$aqK zh?!jjqJUJSYuDl`ekJv`j1lezBe-V9e}YGgA9S`1tE{VCA;Z(h6*D zugsMkJu@Xv!p}j-(}dl?&<{zUl!*8()QbEE*8QDi6EqaNqTRr^V zR_O-}YX*jkVP@#$;G43c9*;xy=C-v~_1J^iay;vUJQoT6zDW*ZM&u9tiN22)?`|LI zfMRm#d<8ToaRQ00Ry^`}!vL#vs{F(t=uFq?ONF_cGXavviOr?|V{g_RciYN{Jh`VF zD?2tVQWtv@hK{arA?xugK_3zx?*_!ka;Y%xRaJ-bYJ)n91IpoWba&>&vN*l54{9yU zSm&HQJVT_AUiE+;{hiqm-I+OItOS9&5LO=YL!k3t8SEKt(CsZarr^_qKb-cs!hG!E z@4Jkg2e?cR^357q*VG1?SDs;sth%Wx2h#*N5-!dhE!H_b;SuKZRepRa_OJ*tHrYCrJoh#7JHW}^;qEO_6;ck*l>)QEb))6##1jHR*OZy z;>jODC*KR{l@|3KaW&M~yZJLoI+6YjBcP4)Q_|?a3d6(pJ*zVgEWjF0 zu0}@Hgun@Do#r&J8o}tY1f|Jz;qsAySAK*-2KK$}K>!x5+C3bqZ7*bixY9srGh$bHiy zFz9wW{*nq4XtaxU&EsQQR$q3t4~L5ScjJA{9s%Ra_uBfDi|m`;yv+!G9o1&$he@yx z5^`=50Ta1)(ac$VPbs}98lfr9rsmtVlYjo9UEUfQ-0KTU=7Acz3=T`Df;KKP3-}ie zpL|Z5r?;6Ey{auUtmEod8f1G(5546bg)ozP!a7dr;zHWV%fTGfE-Br1OHP5% zD-9$LDNr?)k1a{8q_Oi@Z*4P8i0Z65J^uEaWhdRdyEcB}^h`T^$se?tQ)d{xpDbK| z#b;F+{=OOg^nvrOy9oRyB8imvP*et%2QxQk^4ZXiX2j4@HNPFazoN|qMv5}hD@DF) zU}TD4zG@1Vf`yM2ltffD&~V=h5Gv`2UvfFemqWH-w(z3LASBvyet}BF6bw==+4!cs z2oW^gLNALk0-mHErDv?=el_JEt1Dc(zLq9eKRz=bT1v{6?Ny+R0`H+&aqkCKzO2_A zX~F(Z+}=5EpA5iZ(y+iv#p_FJl&!5(+2ypYkpu>hOFIU&j!gc1E+?UXvf9nZm+@m2yUiU4sm8M9QMc48Nj@9K)XtO`ne@%5Nr zqkiD$MA3}?`U-bDRn3egn;TIDPj;wFyu4My5(cM1WFq*=vke2VQpHeRAx@1|~|F&5XW< zaAi1#mJ)!8Lyo%kL$!*NnQsnD>=x3VpmFJ3NlNmMn4=W$5tqE{9)*2Ku+L{Y8eUjk zwj4aS zNGLw%y)R_OO`g|{eAg3%i!)>EKi zo7ktKXZ^bh4ir>*O+Hk*|{z(^OD@#Q?U{*uPm+msFc_aJt0#l2qrztJMbDiQ&`?tC-45Wwk%eOx0scJh{@Z1 zhAuJn^t>7Lu9f1M7cP{GMy*4q-YK-1!)JVm@35oQvO*E8kT1I>J=`94Sqp#HBE$ZS z|NInjGNS1NuXe9Y7=7K@DePaC7{8P*a-xe;qGMx&``>d(%lCEn;t5vx$puq z>Rr~SXuB=4=}Us@yGNW5+o1)NIa>SjfF6~$Bv7*vz%+mI>5QFR4zJ5w*_*N4GKjxZ zcgAa7an*i4?541*SMug^<{hhjSIaXx%2b}*ktufwaAOq_oTYWHt2JZF@`fd?s!N;{L}-Q z4Kjc&!-M2u;kY?O!%?$B{!IR>hOg0Q_`%fOY-vhPqcwJXCSr_dtta}!gzxQJ72{l} z`zds1S)V*PHbhWzL%X5v+j11X~`1q7xCl_KGtF^p(I5^0m-ie2l{ts#};z!LG<7 zpsF7L&kM4F9J|y71C|$LHl}NA0Jai$Ge|XX$I0bD(S__$i38o(uiwO)hv!|Q^2uT~ z_Pz*X=?qxhxaucY;&6LBa_9$Elgt8`iM?SSUPHX1wTp&KUn?MGpRHg@RWhhQ?c!WP<|l0RHEM)`IA}!o&_6h7xt`kJF4(MRUgIUg;xJeQ zGhoU7wSH-Qku1R<{y_4>y;?L!R=y|b#XeaAG6VGWS+alnqb_(?QTxA9L$&o!yhMyt zj?JV>sLK$`hVqNFJ;m`pzS(pCjE?C32oB$vcZ_%P3utI{r-j?7z&^w@BYZ9q9<|O` z^@Q9^5*IIyXa1>KspDV~uxqWf0=b#QvTVS@y|a=-`_|fb*ZO{W`_mKymhn1rQgDS; zt+_9Mx)*{ww5hCB5VEQN#;Z`s&n{Z>5pHIT!Kl_!yeJ-42yTAOTOYrjFYd zfQJZI<>E5tllFE$VYQ7;#f%bEcx-;1rGQuwHv>tPCn@u$iRl7C&d6&;;NEAf2(v(v zd95?DrU=YvY)0lSWTuTF?gmh`Vd09A$LcN?(b%WOEvC{oJM3#AWvx7YyYd9gEvN%f|#;(PQp(!F}j*@8)~m79W1SLBgK z^3Yifi$w@2W=yb2IOxA=h8KOAdVtPyx&!(Pn5QK298bwQp1#be_W!CPm-qKIqk9Nd z;lGn4;OT!iunKh&aP}pL*2AQ%E~<|aNFg!!sDr~4CqN8SuSObg{z;dGTi`;+?%~8x zRp8XD>q9`9X{Q#rG=B`po6MS#eRaWZThAY_;TOaw)QXa`9Ns(PNH9S6--gDrBs^et z^?$qn&-S10XTb+J(wCn-cPr`uvcrEQKY-BzC)591YoMp08Pqs;Ft~cMz5{0OBn MHZaq#&~=Xa9|u~sO8@`> literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/src/Resources/config/plugin.png b/zenitPlatformAtmosSet1/src/Resources/config/plugin.png new file mode 100644 index 0000000000000000000000000000000000000000..67fd915563c39a602bb68a794985b528f8bb016a GIT binary patch literal 1286 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m^Cs(B1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxOgGuk#8koDQqR!L z*u>ION5ROz&_dt9Lf_C>*U-$$#K6kPNC66zfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr7I$DAX(!G<*}2 zGxI=#nqXbNzE+-j#U+V($*G<$wn{*A^fEJ3tPG4TO-)Pw1cNx?K)F<$kFyD1}{^7~R?oQzO9L3)tFN-o8GTXXXe6w_d9iFvczHQ!ZxP`d`L!V;J^Uq;tPGYaQ*7fA1zk)z@<(0*_;zUe4uA=&d<7sVbc* zV#VYxy`8I0m_G=d`%%f|`;EBh*2mvv)0c#;j(99<7A)Si@IHH~chARj(Jf2M>lt|t v?sjwte!qw5lxl42lUVb~7yh?Za2qhFo(-!!WVm(~sATeV^>bP0l+XkK*A2-0 literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/src/Resources/theme.json b/zenitPlatformAtmosSet1/src/Resources/theme.json new file mode 100644 index 0000000..f940e5f --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/theme.json @@ -0,0 +1,13707 @@ +{ + "name": "Theme Atmos | Pro - Set1", + "author": "Zenit Design", + "previewMedia": "config/atmos-set-1-preview.png", + "views": [ + "@Storefront", + "@zenitPlatformAtmos", + "@Plugins", + "@zenitPlatformAtmosSet1" + ], + "style": [ + "app/storefront/src/scss/overrides.scss", + "@zenitPlatformAtmos", + "app/storefront/src/scss/base.scss" + ], + "script": [ + "@Storefront", + "@zenitPlatformAtmos", + "app/storefront/dist/storefront/js/zenit-platform-atmos-set1.js" + ], + "asset": [ + "@Storefront", + "app/storefront/dist/assets" + ], + "config": { + "tabs": { + "logo": { + "label": { + "en-GB": "Logos", + "de-DE": "Logos" + } + }, + "typography": { + "label": { + "en-GB": "Typography", + "de-DE": "Typografie" + } + }, + "typoColor": { + "label": { + "en-GB": "Typo & Colors", + "de-DE": "Typografie & Farben" + } + }, + "header": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "footer": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "component": { + "label": { + "en-GB": "Components", + "de-DE": "Elemente" + } + }, + "listing": { + "label": { + "en-GB": "Category", + "de-DE": "Kategorie" + } + }, + "detail": { + "label": { + "en-GB": "Product", + "de-DE": "Produkt" + } + }, + "content": { + "label": { + "en-GB": "Contents", + "de-DE": "Inhalte" + } + } + }, + + "blocks": { + "layout": { + "label": { + "en-GB": "Basic Layout", + "de-DE": "Grundlayout" + } + }, + "productImages": { + "label": { + "en-GB": "Product Images", + "de-DE": "Produktbilder" + } + }, + "background": { + "label": { + "en-GB": "Global Background", + "de-DE": "Globaler Hintergrund" + } + }, + "preloader": { + "label": { + "en-GB": "Preloader", + "de-DE": "Preloader" + } + }, + "accentBorder": { + "label": { + "en-GB": "Accent border", + "de-DE": "Akzentlinie" + } + }, + "fonts": { + "label": { + "en-GB": "Fonts", + "de-DE": "Schriftarten" + } + }, + "logoHeader": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "logoFooter": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "logoOffcanvas": { + "label": { + "en-GB": "Offcanvas Topbar", + "de-DE": "Offcanvas Topbar" + } + }, + "logoMedia": { + "label": { + "en-GB": "Misc", + "de-DE": "Sonstige" + } + }, + "topBar": { + "label": { + "en-GB": "Top bar", + "de-DE": "Top Bar" + } + }, + "header": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "search": { + "label": { + "en-GB": "Search", + "de-DE": "Suche" + } + }, + "shopNavigation": { + "label": { + "en-GB": "Shop navigation (Search, Account, Cart)", + "de-DE": "Shop Navigation (Suche, Konto, Warenkorb)" + } + }, + "mainNavigation": { + "label": { + "en-GB": "Main navigation (Categories)", + "de-DE": "Main Navigation (Kategorien)" + } + }, + "flyoutNavigation": { + "label": { + "en-GB": "Flyout navigation", + "de-DE": "Flyout Navigation" + } + }, + "footer": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "footerContent": { + "label": { + "en-GB": "Content", + "de-DE": "Inhalte" + } + }, + "footerColumns": { + "label": { + "en-GB": "Columns", + "de-DE": "Spalten" + } + }, + "footerColumnsStyling": { + "label": { + "en-GB": "Columns styling", + "de-DE": "Spalten Styling" + } + }, + "footerBottom": { + "label": { + "en-GB": "Footer Bottom", + "de-DE": "Footer Bottom" + } + }, + "sidebarNav": { + "label": { + "en-GB": "Sidebar Navigation", + "de-DE": "Sidebar Navigation" + } + }, + "forms": { + "label": { + "en-GB": "Forms", + "de-DE": "Formulare" + } + }, + "baseSliderControls": { + "label": { + "en-GB": "Image & Gallery Slider", + "de-DE": "Bild & Galerie Slider" + } + }, + "productSlider": { + "label": { + "en-GB": "Product Slider", + "de-DE": "Produkt Slider" + } + }, + "pagination": { + "label": { + "en-GB": "Pagination", + "de-DE": "Paginierung" + } + }, + "breadcrumbs": { + "label": { + "en-GB": "Breadcrumbs", + "de-DE": "Breadcrumbs" + } + }, + "cookieBanner": { + "label": { + "en-GB": "Cookie Banner", + "de-DE": "Cookie Banner" + } + }, + "actions": { + "label": { + "en-GB": "Listing actions", + "de-DE": "Listing Actions" + } + }, + "card": { + "label": { + "en-GB": "Produkt boxes", + "de-DE": "Produkt-Boxen" + } + }, + "categoryHeader": { + "label": { + "en-GB": "Header overlay", + "de-DE": "Header überlagernd" + } + }, + "categoryImage": { + "label": { + "en-GB": "Category image", + "de-DE": "Kategoriebild" + } + }, + "categoryFilter": { + "label": { + "en-GB": "Filter", + "de-DE": "Filter" + } + }, + "product": { + "label": { + "en-GB": "Detail", + "de-DE": "Details" + } + }, + "productTabs": { + "label": { + "en-GB": "Tabs", + "de-DE": "Tabs" + } + }, + "productTabsNavigation": { + "label": { + "en-GB": "Tabs Navigation", + "de-DE": "Tabs Navigation" + } + }, + "productTabsContent": { + "label": { + "en-GB": "Tabs Content", + "de-DE": "Tabs Inhalt" + } + }, + "productGallerySlider": { + "label": { + "en-GB": "Gallery Slider", + "de-DE": "Galerie Slider" + } + }, + "deprecated": { + "label": { + "en-GB": "Deprecated Fields", + "de-DE": "Veraltete Felder" + } + } + }, + "sections": { + "mediaTopBarOffcanvas": { + "label": { + "en-GB": "Top Bar Offcanvas", + "de-DE": "Top Bar Offcanvas" + } + }, + "layoutStyle": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "preloader": { + "label": { + "en-GB": "Preloader - Page Loading Animation", + "de-DE": "Preloader - Seitenladeanimation" + } + }, + "layoutAccent": { + "label": { + "en-GB": "Accent Line", + "de-DE": "Akzentlinie" + } + }, + "layoutPaddings": { + "label": { + "en-GB": "Global Body Paddings", + "de-DE": "Globale Body Abstände" + } + }, + "layoutContentContainerPaddings": { + "label": { + "en-GB": "Container Spacings", + "de-DE": "Container Abstände" + } + }, + "layoutRadius": { + "label": { + "en-GB": "Border Radius", + "de-DE": "Abgerundete Ecken" + } + }, + "aspectRatioSimple": { + "label": { + "en-GB": "Aspect ratio - Determination of the optimal aspect ratio based on given aspect ratios which can be used for product listings and product image galleries. (This option can be overwritten by entering the exact image width and height below)", + "de-DE": "Seitenverhältnis - Ermittlung des optimalen Seitenverhältnisses anhand vorgegebener Seitenverhältnisse, welche für Produktlistings und Produkt Image Galerie genutzt werden können. (Diese Option kann durch Eingabe exakter Bildweite und Bildhöhe im Folgenden überschrieben werden)" + } + }, + "aspectRatioDetected": { + "label": { + "en-GB": "Aspect ratio - Determination of the optimal aspect ratio based on exact heights and widths which can be used for product listings and product image gallery", + "de-DE": "Seitenverhältnis - Ermittlung des optimalen Seitenverhältnisses anhand exakter Höhen und Breiten, welche für Produktlistings und Produkt Image Galerie genutzt werden können." + } + }, + "typographyDefault": { + "label": { + "en-GB": "Default fonts (GDPR compliant and self hosted)", + "de-DE": "Theme Schriften" + } + }, + "typographyCustom": { + "label": { + "en-GB": "Custom fonts (Google Fonts or self hosted)", + "de-DE": "Custom Schriften (Google Fonts oder selbst gehostet)" + } + }, + "typographyColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "typographyFontSizes": { + "label": { + "en-GB": "Font sizes", + "de-DE": "Schriftgrößen" + } + }, + "background": { + "label": { + "en-GB": "Global Shop Background - Can be overlaid by the color for the Shop Background under Typo & Colors > Theme colors. Set color value to transparent or color with transparency, e.g. rgba(255,255,255, 0.5)", + "de-DE": "Globaler Shop Hintergrund - Kann durch die Farbe für Shop Hintergrund unter Typografie & Farben > Theme-Farben überlagert werden. Farbwert auf transparent oder Farbton mit Transparenz setzen, z.B. rgba(255,255,255, 0.5)" + } + }, + "headerColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "headerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "headerLogo": { + "label": { + "en-GB": "Logo configuration", + "de-DE": "Logo Einstellungen" + } + }, + "headerHeights": { + "label": { + "en-GB": "Heights & Spacings", + "de-DE": "Höhen & Abstände" + } + }, + "headerSticky": { + "label": { + "en-GB": "Sticky Header", + "de-DE": "Sticky Header" + } + }, + "searchColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "topBarColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "topBarBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "shopNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "shopNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "shopNavigationCart": { + "label": { + "en-GB": "Cart", + "de-DE": "Warenkorb" + } + }, + "mainNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "mainNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "mainNavigationBorder": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + } + }, + "mainNavigationItems": { + "label": { + "en-GB": "Menu Items", + "de-DE": "Menü Elemente" + } + }, + "flyoutNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "flyoutNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "flyoutNavigationItems": { + "label": { + "en-GB": "Items", + "de-DE": "Elemente" + } + }, + "footerColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "footerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "footerContentAssignment": { + "label": { + "en-GB": "Content assignment", + "de-DE": "Inhalt Zuweisung" + } + }, + "footerColumns": { + "label": { + "en-GB": "Columns content", + "de-DE": "Spalten Inhalte" + } + }, + "footerColumnsWidth": { + "label": { + "en-GB": "Columns widths (tablet)", + "de-DE": "Spaltenbreiten (Tablet)" + } + }, + "footerColumnsWidthLarge": { + "label": { + "en-GB": "Columns widths (desktop)", + "de-DE": "Spaltenbreiten (Desktop)" + } + }, + "footerColumnsOrder": { + "label": { + "en-GB": "Columns orders", + "de-DE": "Spaltensortierung" + } + }, + "footerColumnsCollapseState": { + "label": { + "en-GB": "Column collapse state default open (mobile)", + "de-DE": "Spalten standardmäßig ausgeklappt (mobile)" + } + }, + "footerColumnsHeadline": { + "label": { + "en-GB": "Columns Headlines", + "de-DE": "Spalten Überschrift" + } + }, + "footerLogoColumn": { + "label": { + "en-GB": "Logo Column", + "de-DE": "Logo Spalte" + } + }, + "footerHotlineColumn": { + "label": { + "en-GB": "Hotline Column", + "de-DE": "Hotline Spalte" + } + }, + "footerSocialColumn": { + "label": { + "en-GB": "Social Media Icons Column", + "de-DE": "Social Media Icons Spalte" + } + }, + "footerNewsletterColumn": { + "label": { + "en-GB": "Newsletter Column", + "de-DE": "Newsletter Spalte" + } + }, + "footerCustomColumn": { + "label": { + "en-GB": "Custom Column", + "de-DE": "Custom Spalte" + } + }, + "footerBottomColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "footerBottomBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "formsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "formsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "imageSliderControlsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productSliderColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productSliderBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "baseSliderControlsOutsideColors": { + "label": { + "en-GB": "Gallery Slider (Navigation Mode: Outside)", + "de-DE": "Galerie Slider (Navigation Modus: Außen)" + } + }, + "baseSliderControlsInsideColors": { + "label": { + "en-GB": "Gallery Slider (Navigation Mode: Inside)", + "de-DE": "Galerie Slider (Navigation Modus: Innen)" + } + }, + "imageSliderControlsOutsideColors": { + "label": { + "en-GB": "Image Slider (Navigation mode: Outside)", + "de-DE": "Image Slider (Navigation Modus: Außen)" + } + }, + "imageSliderControlsInsideColors": { + "label": { + "en-GB": "Image Slider (Navigation mode: Inside)", + "de-DE": "Image Slider (Navigation Modus: Innen)" + } + }, + "paginationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "paginationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "breadcrumbsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "breadcrumbsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cookieBannerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "categoryHeaderBasic": { + "label": { + "en-GB": "The header can also be displayed on listings on an shopping experience and overlay it. An impressive layout is created especially when overlaying images, sliders and videos.", + "de-DE": "Der Header kann auf Listings auch auf einer Erlebniswelt dargestellt werden und diese überlagern. Insbesondere beim Überlagern von Bilder, Slidern und Videos entsteht ein eindrucksvolles Layout." + } + }, + "categoryImageBasic": { + "label": { + "en-GB": "The category picture can be integrated into the first(!) section of a shopping experience. Define basic settings here, which you can overwrite individually in the respective category. Find out in our documentary how the category image is placed in the header.", + "de-DE": "Das Kategoriebild kann in die erste(!) Section einer Erlebniswelt integriert werden. Definiere hier grundlegende Einstellungen, welche Du in der jeweiligen Kategorie individuell überschreiben kannst. Erfahre in unserer Doku, wie das Kategoriebild in den Header gesetzt wird." + } + }, + "categoryFilterColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "categoryFilterBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "categoryFilterSidebar": { + "label": { + "en-GB": "Sidebar Filter", + "de-DE": "Sidebar Filter" + } + }, + "sidebarNavColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "sidebarNavBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "actionsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cardColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "cardListingColumns": { + "label": { + "en-GB": "Products per row", + "de-DE": "Produkte pro Zeile" + } + }, + "cardListingColumnsSidebar": { + "label": { + "en-GB": "Products per row (with active Sidebar)", + "de-DE": "Produkte pro Zeile (bei aktiver Sidebar)" + } + }, + "cardBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cardImage": { + "label": { + "en-GB": "Product image", + "de-DE": "Produktbild" + } + }, + "cardName": { + "label": { + "en-GB": "Product name", + "de-DE": "Produktname" + } + }, + "cardDescription": { + "label": { + "en-GB": "Product description", + "de-DE": "Produktbeschreibung" + } + }, + "cardPrice": { + "label": { + "en-GB": "Product price", + "de-DE": "Produktpreis" + } + }, + "cardsCardActions": { + "label": { + "en-GB": "Product actions", + "de-DE": "Produktaktionen" + } + }, + "productColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productName": { + "label": { + "en-GB": "Product Title", + "de-DE": "Produkttitel" + } + }, + "productPrice": { + "label": { + "en-GB": "Product price", + "de-DE": "Produktpreis" + } + }, + "productDetails": { + "label": { + "en-GB": "Product details", + "de-DE": "Produkt Details" + } + }, + "productGallerySliderBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productGallerySliderDimension": { + "label": { + "en-GB": "Width & Height", + "de-DE": "Breite & Höhe" + } + }, + "productGallerySliderNavigation": { + "label": { + "en-GB": "Navigation", + "de-DE": "Navigation" + } + }, + "productGallerySliderZoom": { + "label": { + "en-GB": "Zoom", + "de-DE": "Zoom" + } + }, + "productTabsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productTabsNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productTabsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productTabsExtra": { + "label": { + "en-GB": "Custom Tabs", + "de-DE": "Zusätzliche Tabs" + } + }, + "productTabsContentColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + } + }, + + "fields": { + + "zen-layout-style": { + "label": { + "en-GB": "Basic Layout", + "de-DE": "Grundlayout" + }, + "helpText": { + "en-GB": "Boxed = Sets the basic layout width of the shop: Boxed = Limited width

Full Width Boxed = elements limited width and backgrounds fit to browser width

Full Width Header = Header elements fit to browser edge all other content have a limited width, backgrounds fit to browser edge

Full Width = elements and backgrounds fit to browser border


Variable: zen-layout-style", + "de-DE": "Boxed = Legt die grundlegende Layoutbreite des Onlineshops fest.: Boxed = Begrenzte Breite

Full Width Boxed = Elemente begrenzte Breite und Hintergründe bis Browserrand

Full Width Header = Header Elemente bis Browserrand alle anderen Inhalte haben eine begrenzte Breite, Hintergründe bis Browserrand

Full Width = Elemente und Hintergründe bis Browserrand


Variable: zen-layout-style" + }, + "type": "text", + "value": "full-width", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "boxed", + "label": { + "en-GB": "Boxed", + "de-DE": "Boxed" + } + }, + { + "value": "full-width-boxed", + "label": { + "en-GB": "Full Width Boxed", + "de-DE": "Full Width Boxed" + } + }, + { + "value": "full-width-header", + "label": { + "en-GB": "Full Width Header", + "de-DE": "Full Width Header" + } + }, + { + "value": "full-width", + "label": { + "en-GB": "Full Width", + "de-DE": "Full Width" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 100 + }, + "zen-layout-container-width": { + "label": { + "en-GB": "[!] Layout Width", + "de-DE": "[!] Layout Breite" + }, + "helpText": { + "en-GB": "in Pixel - maximum layout-container width. e.g. 1400 (does not work in Full Width mode)


Variable: zen-layout-container-width", + "de-DE": "Angabe in Pixel - maximale Breite des Layout-Containers. z.B. 1400 (wirkt nicht im Modus Full Width)


Variable: zen-layout-container-width" + }, + "type": "string", + "value": 1400, + "block": "layout", + "section": "layoutStyle", + "order": 125 + }, + "zen-icon-set": { + "label": { + "en-GB": "Icon set", + "de-DE": "Icon Set" + }, + "helpText": { + "en-GB": "Changes the icons of the shop-navigation and over places


Variable: zen-icon-set", + "de-DE": "Tauscht die Icons der Shop-Navigation und anderen Stellen aus


Variable: zen-icon-set" + }, + "type": "text", + "value": "feather", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "entypo", + "label": { + "en-GB": "Entypo Icons (solid)", + "de-DE": "Entypo Icons (solid)" + } + }, + { + "value": "featherold", + "label": { + "en-GB": "Feather Old Icons (outlined)", + "de-DE": "Feather Old Icons (outlined)" + } + }, + { + "value": "feather", + "label": { + "en-GB": "Feather Icons (outlined)", + "de-DE": "Feather Icons (outlined)" + } + }, + { + "value": "material", + "label": { + "en-GB": "Material Icons (solid)", + "de-DE": "Material Icons (solid)" + } + }, + { + "value": "tonicons", + "label": { + "en-GB": "Tonicons Icons (outlined)", + "de-DE": "Tonicons Icons (outlined)" + } + }, + { + "value": "simple", + "label": { + "en-GB": "Simple Line Icons (outlined)", + "de-DE": "Simple Line Icons (outlined)" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 150 + }, + "zen-header-style": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + }, + "helpText": { + "en-GB": "Single-line header: Display of the main navigation in one line with the logo and the shop navigation.

Two-line header:Display of the top bar in one line with the logo and the shop navigation. Main navigation as a separate line.
[!] Influences the setting for the top bar.

Multi-line header: Display of the top bar in a separate line or according to the setting in the top bar configuration. Logo and shop navigation on a separate line. Main navigation on one line.


Variable: zen-header-style", + "de-DE": "Einzeiliger Header: Darstellung der Haupt-Navigation in einer Zeile mit dem Logo und der Shop-Navigation.

Zweizeiliger Header: Darstellung der Top Bar in einer Zeile mit dem Logo und der Shop-Navigation. Haupt-Navigation als eigene Zeile.
[!] Beeinflusst die Einstellung für Top Bar.

Mehrzeiliger Header: Darstellung der Top Bar in eigener Zeile oder nach Einstellung in Top Bar Konfiguration. Logo und Shop-Navigation in eigener Zeile .Haupt-Navigation in einer Zeile.


Variable: zen-header-style" + }, + "type": "text", + "value": "single-line", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "single-line", + "label": { + "en-GB": "Single line header", + "de-DE": "Einzeiliger Header" + } + }, + { + "value": "two-line", + "label": { + "en-GB": "Two-line header", + "de-DE": "Zweizeilger Header" + } + }, + { + "value": "multi-line", + "label": { + "en-GB": "Multi-line header", + "de-DE": "Mehrzeiliger Header" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 175 + }, + "zen-search-style": { + "label": { + "en-GB": "Suche", + "de-DE": "Suche" + }, + "helpText": { + "en-GB": "The search can be displayed in the default (open) or expandable and overlay.


Variable: zen-search-style", + "de-DE": "Die Suche kann im Standard (offen) oder ausklappbar und überlagernd dargestellt werden.


Variable: zen-search-style" + }, + "type": "text", + "value": "overlay", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard search", + "de-DE": "Standard Suche" + } + }, + { + "value": "overlay", + "label": { + "en-GB": "Overlay search", + "de-DE": "Overlay Suche" + } + }, + { + "value": "expandable", + "label": { + "en-GB": "Expandable search", + "de-DE": "Ausklappbare Suche" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 200 + }, + "zen-logo-position": { + "label": { + "en-GB": "Logo position", + "de-DE": "Logo position" + }, + "helpText": { + "en-GB": "Place the logo inside the header. The other elements such as search and shop navigation are also automatically realigned.


Variable: zen-logo-position", + "de-DE": "Platziere das Logo innerhalb des Headers. Die anderen Elemente wie Suche und Shop-Navigation richten sich dabei ebenfalls automatisch neu aus.


Variable: zen-logo-position" + }, + "type": "text", + "value": "left", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Centered", + "de-DE": "Zentriert" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 225 + }, + "zen-top-bar-style": { + "label": { + "en-GB": "[!] Top bar", + "de-DE": "[!] Top bar" + }, + "helpText": { + "en-GB": "In addition to the top bar, which can be folded in or out, it can also be displayed as an offcanvas element like the shopping cart.

[!] Settings have limited effect if the header is displayed as two lines. To Bar is then integrated into the logo line.

[!] Option hidden only possible if no additional languages, currencies and marketing sliders are available - offcanvas top bar is shown as a fallback.


Variable: zen-top-bar-style", + "de-DE": "Neben der ein- oder ausklappbaren Top-Bar, kann sie auch wie der Warenkorb als Offcanvas-Element dargestellt werden.

[!] Einstellungen eingeschränkt wirksam, wenn Header als zweizeilig dargestellt wird. To Bar wird dann in Logo-Zeile integriert.

[!] Option ausgeblendet nur möglich, wenn keine zusätzlichen Sprachen, Währungen und Marketing Slider vorhanden sind - offcanvas Top-Bar wird als Fallback eingeblendet.


Variable: zen-top-bar-style" + }, + "type": "text", + "value": "offcanvas", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "expandable", + "label": { + "en-GB": "Expandable", + "de-DE": "Ausklappbar" + } + }, + { + "value": "collapsible", + "label": { + "en-GB": "Collapsible", + "de-DE": "Einklappbar" + } + }, + { + "value": "offcanvas", + "label": { + "en-GB": "Offcanvas", + "de-DE": "Offcanvas" + } + }, + { + "value": "hidden", + "label": { + "en-GB": "[!] hidden - View help note!", + "de-DE": "[!] ausgeblendet - Hilfe-Hinweis beachten!" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 250 + }, + "zen-main-navigation-style": { + "label": { + "en-GB": "Main Navigation as Offcanvas", + "de-DE": "Main Navigation als Offcanvas" + }, + "helpText": { + "en-GB": "For a modern, minimalist look, the main navigation of the theme can also be displayed on larger viewports as an offcanvas menu. The menu is shown under the so-called burger menu icon, as is already done in the smartphone view.


Variable: zen-main-navigation-style", + "de-DE": "Für den modernen minimalistischen Look kann die Haupt-Navigation des Themes auch auf größeren Viewports als Offcanvas-Menü dargestellt werden. Dabei wird das Menü unter dem sogenannten Burger-Menü Icon dargestellt, wie es bereits in der Smartphone-Ansicht gemacht wird.


Variable: zen-main-navigation-style" + }, + "type": "text", + "value": "offcanvas-md", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "offcanvas-md", + "label": { + "en-GB": "Offcanvas menu < 992px (xs - md)", + "de-DE": "Offcanvas Menü < 992px (xs - md)" + } + }, + { + "value": "offcanvas-lg", + "label": { + "en-GB": "Offcanvas menu < 1200px (xs - lg)", + "de-DE": "Offcanvas Menü < 1200px (xs - lg)" + } + }, + { + "value": "offcanvas-xl", + "label": { + "en-GB": "Offcanvas menu all viewports (xs - xl)", + "de-DE": "Offcanvas Menü für alle Viewports (xs - xl)" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 275 + }, + "zen-buy-quantity-style": { + "label": { + "en-GB": "Quantity field", + "de-DE": "Bestellmengenfeld" + }, + "helpText": { + "en-GB": "Changes the display of the entry of the order quantity for the shopping cart button. In addition to the selection field and the quantity input using the keyboard or -/+ buttons, the order quantity can also be removed entirely.


Variable: zen-buy-quantity-style", + "de-DE": "Verändert die Darstellung der Eingabe der Bestellmenge beim Warenkorb-Button. Neben dem Auswahlfeld und der Mengeneingabe durch die Tastatur oder -/+ Buttons kann die Bestellmenge auch ganz entfernt werden.


Variable: zen-buy-quantity-style" + }, + "type": "text", + "value": "input", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "select", + "label": { + "en-GB": "Quantity selection", + "de-DE": "Mengenauswahl" + } + }, + { + "value": "input", + "label": { + "en-GB": "Quantity input -/+", + "de-DE": "Mengeneingabe -/+" + } + } + ] + }, + "editable": true, + "block": "layout", + "section": "layoutStyle", + "order": 300 + }, + "zen-layout-padding-top-mobile": { + "label": { + "en-GB": "Top (mobile)", + "de-DE": "Oben (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding top of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-top-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite oben

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-top-mobile" + }, + "type": "int", + "value": 0, + "block": "layout", + "section": "layoutPaddings", + "order": 100 + }, + "zen-layout-padding-right-mobile": { + "label": { + "en-GB": "Right (mobile)", + "de-DE": "Rechts (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding right of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-right-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite rechts

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-right-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 125 + }, + "zen-layout-padding-bottom-mobile": { + "label": { + "en-GB": "Bottom (mobile)", + "de-DE": "Unten (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding bottom of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-bottom-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite unten

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-bottom-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 150 + }, + "zen-layout-padding-left-mobile": { + "label": { + "en-GB": "Left (mobile)", + "de-DE": "Links (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding left of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-left-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite links

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-left-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 175 + }, + "zen-layout-padding-top": { + "label": { + "en-GB": "Top", + "de-DE": "Oben" + }, + "helpText": { + "en-GB": "in px - global padding top of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-top", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite oben

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-top" + }, + "type": "int", + "value": 0, + "block": "layout", + "section": "layoutPaddings", + "order": 200 + }, + "zen-layout-padding-right": { + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + }, + "helpText": { + "en-GB": "in px - global padding right of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-right", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite rechts

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-right" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 225 + }, + "zen-layout-padding-bottom": { + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + }, + "helpText": { + "en-GB": "in px - global padding bottom of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-bottom", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite unten

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-bottom" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 250 + }, + "zen-layout-padding-left": { + "label": { + "en-GB": "Left", + "de-DE": "Links" + }, + "helpText": { + "en-GB": "in px - global padding left of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-left", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite links

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-left" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 275 + }, + "zen-layout-container-spacing-top": { + "label": { + "en-GB": "Top", + "de-DE": "Oben" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-top", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-top" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 100 + }, + "zen-layout-container-spacing-right": { + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-right", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-right" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 125 + }, + "zen-layout-container-spacing-bottom": { + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-bottom", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-bottom" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 150 + }, + "zen-layout-container-spacing-left": { + "label": { + "en-GB": "Left", + "de-DE": "Links" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-left", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-left" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 175 + }, + "zen-layout-button-radius": { + "label": { + "en-GB": "Buttons", + "de-DE": "Buttons" + }, + "helpText": { + "en-GB": "Global border radius for buttons


Variable: zen-layout-button-radius", + "de-DE": "Abgerundete Ecken für Buttons


Variable: zen-layout-button-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + }, + { + "value": "100", + "label": { + "en-GB": "Round", + "de-DE": "Rund" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 100 + }, + "zen-layout-input-radius": { + "label": { + "en-GB": "Inputs", + "de-DE": "Inputs" + }, + "helpText": { + "en-GB": "Global border radius for input fields


Variable: zen-layout-input-radius", + "de-DE": "Abgerundete Ecken für Formulare Input-Felder


Variable: zen-layout-input-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein Radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + }, + { + "value": "100", + "label": { + "en-GB": "Round", + "de-DE": "Rund" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 125 + }, + "zen-layout-element-radius": { + "label": { + "en-GB": "Elements", + "de-DE": "Elemente" + }, + "helpText": { + "en-GB": "Global border radius for product boxes, product slider thumbnails, tabs, modals (popups) and others


Variable: zen-layout-element-radius", + "de-DE": "Abgerundete Ecken für Produktboxen, Produkt Slider Thumbnails, Tabs, Modals (popups) und anderer Elemente


Variable: zen-layout-element-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein Radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 150 + }, + "zen-product-listing-card-img-padding": { + "label": { + "en-GB": "[!] Aspect ratio product images", + "de-DE": "[!] Seitenverhältnis Artikelbilder" + }, + "helpText": { + "en-GB": "Select the aspect ratio of your product images in the storefront. Article images in display mode 'default' (Category Listings types: standard & minimal content) and 'contain' (Product Slider Display mode: contain) can be scaled proportionally responsively.

[!] Professional setting: Alternatively, you can use the fields 'Width product image' and 'Height product image' to automatically calculate the exact aspect ratio of your images and have them displayed on the storefront.


Variable: zen-product-listing-card-img-padding", + "de-DE": "Wähle hier das Seitenverhältnis Deiner Artikelbilder im Shop aus. Artikelbilder im Anzeigemodus 'Standard' (Category Listings Typen: Standard & Minimaler Inhalt) und 'Beinhalten' (Product Slider Anzeigemodus: Beinhalten) lassen sich so proportional responsiv skalieren.

[!] Profieinstellung: Über die Felder 'Breite Artikelbild' und 'Höhe Artikelbild' kannst Du alternativ auch das Exakte Seitenverhältnis Deiner Bilder automatisch errechnen und in der Storefront ausgeben lassen.


Variable: zen-product-listing-card-img-padding" + }, + "type": "text", + "value": "133.33", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "177.77", + "label": { + "en-GB": "9:16 Portrait", + "de-DE": "9:16 Hochformat" + } + }, + { + "value": "160", + "label": { + "en-GB": "5:8 Portrait", + "de-DE": "5:8 Hochformat" + } + }, + { + "value": "150", + "label": { + "en-GB": "3:2 Portrait", + "de-DE": "3:2 Hochformat" + } + }, + { + "value": "133.33", + "label": { + "en-GB": "3:4 Portrait", + "de-DE": "3:4 Hochformat" + } + }, + { + "value": "100", + "label": { + "en-GB": "1:1 Squared", + "de-DE": "1:1 Quadratisch" + } + }, + { + "value": "75", + "label": { + "en-GB": "4:3 Landscape", + "de-DE": "4:3 Querformat" + } + }, + { + "value": "66.66", + "label": { + "en-GB": "3:2 Landscape", + "de-DE": "3:2 Querformat" + } + }, + { + "value": "62.5", + "label": { + "en-GB": "8:5 Landscape", + "de-DE": "8:5 Querformat" + } + }, + { + "value": "56.25", + "label": { + "en-GB": "16:9 Landscape", + "de-DE": "16:9 Querformat" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "block": "productImages", + "section": "aspectRatioSimple", + "order": 125 + }, + "zen-product-listing-card-img-width": { + "label": { + "en-GB": "[!] Width product image", + "de-DE": "[!] Breite Artikelbild" + }, + "helpText": { + "en-GB": "in px - leave blank, if not used

Calculates the exact aspect ratio of your product images together with the field 'Height produkt image'. Article images in display mode 'default' and 'contain' can be scaled proportionally responsively.

[!] This setting replaces the settings from 'Aspect ratio product images'.


Variable: zen-product-listing-card-img-width", + "de-DE": "Angabe in Pixel - leer lassen, wenn nicht verwendet

Errechnet zusammen mit dem Feld 'Höhe Artikelbild' das exakte Seitenverhältnis Deiner Artikelbilder aus. Artikelbilder im Anzeigemodus 'Standard' und 'Beinhalten' lassen sich so proportional responsiv skalieren.

[!] Diese Einstellung ersetzt die Konfiguration aus 'Seitenverhältnis Artikelbilder'.


Variable: zen-product-listing-card-img-width" + }, + "type": "text", + "value": "", + "editable": true, + "block": "productImages", + "section": "aspectRatioDetected", + "order": 150 + }, + "zen-product-listing-card-img-height": { + "label": { + "en-GB": "[!] Height product image", + "de-DE": "[!] Höhe Artikelbild" + }, + "helpText": { + "en-GB": "in px - leave blank, if not used

Calculates the exact aspect ratio of your product images together with the field 'Width product image'. Article images in display mode 'default' and 'contain' can be scaled proportionally responsively.

[!] This setting replaces the settings from 'Aspect ratio product images'.


Variable: zen-product-listing-card-img-height", + "de-DE": "Angabe in Pixel - leer lassen, wenn nicht verwendet
br>Errechnet zusammen mit dem Feld 'Breite Artikelbild' das exakte Seitenverhältnis Deiner Artikelbilder aus. Artikelbilder im Anzeigemodus 'Standard' und 'Beinhalten' lassen sich so proportional responsiv skalieren.

[!] Diese Einstellung ersetzt die Konfiguration aus 'Seitenverhältnis Artikelbilder'.


Variable: zen-product-listing-card-img-height" + }, + "type": "text", + "value": "", + "editable": true, + "block": "productImages", + "section": "aspectRatioDetected", + "order": 175 + }, + "zen-layout-bg-img": { + "label": { + "en-GB": "Background image", + "de-DE": "Hintergrundbild" + }, + "helpText": { + "en-GB": "Background image of the body.


Variable: zen-layout-bg-img", + "de-DE": "Hintergrundbild ds Bodys.


Variable: zen-layout-bg-img" + }, + "type": "media", + "value": "app/storefront/dist/assets/background/angle-black-bg.png", + "editable": true, + "fullwidth": true, + "block": "background", + "section": "background", + "order": 100 + }, + "zen-layout-bg-img-repeat": { + "label": { + "en-GB": "Background image repeat", + "de-DE": "Hintergrundbild Wiederholung" + }, + "helpText": { + "en-GB": "Determines whether a background is repeated over the entire width or / and height of an element.


Variable: zen-layout-bg-img-repeat", + "de-DE": "Legt fest, ob ein Hintergrund über die gesamte Breite oder/und Höhe eines Elements wiederholt wird.


Variable: zen-layout-bg-img-repeat" + }, + "type": "text", + "value": "no-repeat", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "no-repeat", + "label": { + "en-GB": "No repeat", + "de-DE": "Nicht wiederholend" + } + }, + { + "value": "repeat", + "label": { + "en-GB": "Repeat all", + "de-DE": "Wiederholend" + } + }, + { + "value": "repeat-x", + "label": { + "en-GB": "Repeat horizontal", + "de-DE": "Horizontal wiederholend" + } + }, + { + "value": "repeat-y", + "label": { + "en-GB": "Repeat vertical", + "de-DE": "Vertikal wiederholend" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 125 + }, + "zen-layout-bg-img-attachment": { + "label": { + "en-GB": "Background image attachment", + "de-DE": "Hintergrundbild Fixierung" + }, + "helpText": { + "en-GB": "Determines whether a background image moves along with scrolling or retains its fixed location on the page.


Variable: zen-layout-bg-img-attachment", + "de-DE": "Bestimmt, ob ein Hintergrundbild beim Scrollen mitwandert oder seinen festen Ort auf der Seite behält.


Variable: zen-layout-bg-img-attachment" + }, + "type": "text", + "value": "scroll", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "scroll", + "label": { + "en-GB": "Scroll", + "de-DE": "Scrollend" + } + }, + { + "value": "fixed", + "label": { + "en-GB": "Fixed", + "de-DE": "Fixiert" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 150 + }, + "zen-layout-bg-img-position": { + "label": { + "en-GB": "Background image position", + "de-DE": "Hintergrundbild Position" + }, + "helpText": { + "en-GB": "Sets the position of a background image depending on the background-repeat.


Variable: zen-layout-bg-img-position", + "de-DE": "Legt abhängig von background-repeat die Position eines Hintergrundbildes fest.


Variable: zen-layout-bg-img-position" + }, + "type": "text", + "value": "center top", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left top", + "label": { + "en-GB": "Left top", + "de-DE": "Link oben" + } + }, + { + "value": "left center", + "label": { + "en-GB": "Left center", + "de-DE": "Links mitte" + } + }, + { + "value": "left bottom", + "label": { + "en-GB": "Left bottom", + "de-DE": "Links unten" + } + }, + { + "value": "center top", + "label": { + "en-GB": "Center top", + "de-DE": "Mitte oben" + } + }, + { + "value": "center center", + "label": { + "en-GB": "Center center", + "de-DE": "Mitte mitte" + } + }, + { + "value": "center bottom", + "label": { + "en-GB": "Center bottom", + "de-DE": "Mitte unten" + } + }, + { + "value": "right top", + "label": { + "en-GB": "Right top", + "de-DE": "Rechts oben" + } + }, + { + "value": "right center", + "label": { + "en-GB": "Right center", + "de-DE": "Rechts mitte" + } + }, + { + "value": "right bottom", + "label": { + "en-GB": "Right bottom", + "de-DE": "Rechts unten" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 175 + }, + "zen-layout-bg-img-size": { + "label": { + "en-GB": "Background image size", + "de-DE": "Hintergrundbild Größe" + }, + "helpText": { + "en-GB": "Specifies the size of the background image. e.g. auto | cover | contain | 100% 100% | 100px 100px


Variable: zen-layout-bg-img-size", + "de-DE": "Legt die Größe des Hintergrundbildes fest. z.B.: auto | cover | contain | 100% 100% | 100px 100px


Variable: zen-layout-bg-img-size" + }, + "type": "string", + "value": "contain", + "editable": true, + "block": "background", + "section": "background", + "order": 200 + }, + "zen-layout-preloader-display": { + "label": { + "en-GB": "Display", + "de-DE": "Anzeige" + }, + "helpText": { + "en-GB": "Choose between no preloader animation, animation on home oder animation on all sites.


Variable: zen-layout-preloader-display", + "de-DE": "Wähle zwischen keiner Anzeige der Preloader Animation, der Anzeige auf der Startseite oder der Anzeige auf allen Seiten.


Variable: zen-layout-preloader-display" + }, + "type": "text", + "value": "home", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nicht anzeigen" + } + }, + { + "value": "home", + "label": { + "en-GB": "Home page only", + "de-DE": "Nur Startseite" + } + }, + { + "value": "all", + "label": { + "en-GB": "All pages", + "de-DE": "Alle Seiten" + } + }, + { + "value": "nohome", + "label": { + "en-GB": "All pages except Home", + "de-DE": "Alle Seiten außer Startseite" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 100 + }, + "zen-layout-preloader-style": { + "label": { + "en-GB": "Style", + "de-DE": "Style" + }, + "helpText": { + "en-GB": "Choose preloader animation.


Variable: zen-layout-preloader-style", + "de-DE": "Wähle eine Seitenladeanimation.


Variable: zen-layout-preloader-style" + }, + "type": "string", + "value": "preloader-3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "preloader-1", + "label": { + "en-GB": "Preloader 1", + "de-DE": "Preloader 1" + } + }, + { + "value": "preloader-2", + "label": { + "en-GB": "Preloader 2", + "de-DE": "Preloader 2" + } + }, + { + "value": "preloader-3", + "label": { + "en-GB": "Preloader 3", + "de-DE": "Preloader 3" + } + }, + { + "value": "preloader-4", + "label": { + "en-GB": "Preloader 4", + "de-DE": "Preloader 4" + } + }, + { + "value": "preloader-5", + "label": { + "en-GB": "Preloader 5 - Logo Animation", + "de-DE": "Preloader 5 - Logo Animation" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 125 + }, + "zen-layout-preloader-exit": { + "label": { + "en-GB": "Exit Animation", + "de-DE": "Ausblende Animation" + }, + "helpText": { + "en-GB": "Specifies the animation with which the preloader disappears.


Variable: zen-layout-preloader-exit", + "de-DE": "Legt fest, mit welcher Animation der Preloader verschwindet.


Variable: zen-layout-preloader-exit" + }, + "type": "text", + "value": "fade-out", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "fade-out", + "label": { + "en-GB": "fade-out", + "de-DE": "fade-out" + } + }, + { + "value": "fade-out-top", + "label": { + "en-GB": "fade-out-top", + "de-DE": "fade-out-top" + } + }, + { + "value": "puff-out-center", + "label": { + "en-GB": "puff-out-center", + "de-DE": "puff-out-center" + } + }, + { + "value": "slide-out-blurred-top", + "label": { + "en-GB": "slide-out-blurred-top", + "de-DE": "slide-out-blurred-top" + } + }, + { + "value": "slide-out-bck-center", + "label": { + "en-GB": "slide-out-bck-center", + "de-DE": "slide-out-bck-center" + } + }, + { + "value": "slide-out-top", + "label": { + "en-GB": "slide-out-top", + "de-DE": "slide-out-top" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 150 + }, + "zen-layout-preloader-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Hintergrund" + }, + "helpText": { + "en-GB": "Variable: zen-layout-preloader-bg", + "de-DE": "Variable: zen-layout-preloader-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "block": "preloader", + "section": "preloader", + "order": 175 + }, + "zen-layout-preloader-color": { + "label": { + "en-GB": "Color", + "de-DE": "Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-layout-preloader-color", + "de-DE": "Variable: zen-layout-preloader-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "block": "preloader", + "section": "preloader", + "order": 200 + }, + "zen-layout-border-top-width": { + "label": { + "en-GB": "Accent line top", + "de-DE": "Akzentlinie oben" + }, + "helpText": { + "en-GB": "in px


Variable: zen-layout-border-top-width", + "de-DE": "Angabe in Pixel


Variable: zen-layout-border-top-width" + }, + "type": "int", + "value": 0, + "block": "accentBorder", + "section": "layoutAccent", + "order": 100 + }, + "zen-layout-border-top-color": { + "label": { + "en-GB": "Accent line color", + "de-DE": "Akzentlinie Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-layout-border-top-color", + "de-DE": "Variable: zen-layout-border-top-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "block": "accentBorder", + "section": "layoutAccent", + "order": 125 + }, + "sw-logo-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: sw-logo-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: sw-logo-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 100 + }, + "sw-logo-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: sw-logo-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: sw-logo-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 200 + }, + "sw-logo-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: sw-logo-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: sw-logo-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 300 + }, + "zen-logo-footer-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: zen-logo-footer-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: zen-logo-footer-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 100 + }, + "zen-logo-footer-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: zen-logo-footer-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: zen-logo-footer-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 200 + }, + "zen-logo-footer-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: zen-logo-footer-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: zen-logo-footer-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 300 + }, + "zen-logo-offcanvas-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: zen-logo-offcanvas-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: zen-logo-offcanvas-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 100 + }, + "zen-logo-offcanvas-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: zen-logo-offcanvas-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: zen-logo-offcanvas-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 200 + }, + "zen-logo-offcanvas-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: zen-logo-offcanvas-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: zen-logo-offcanvas-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 300 + }, + "sw-logo-share": { + "label": { + "en-GB": "App & share icon", + "de-DE": "App- & Share-Icon" + }, + "helpText": { + "en-GB": "Variable: sw-logo-share", + "de-DE": "Variable: sw-logo-share" + }, + "type": "media", + "value": "", + "editable": true, + "tab": "logo", + "block": "logoMedia", + "order": 400 + }, + "sw-logo-favicon": { + "label": { + "en-GB": "Favicon", + "de-DE": "Favicon" + }, + "helpText": { + "en-GB": "Variable: sw-logo-favicon", + "de-DE": "Variable: sw-logo-favicon" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-1-favicon.png", + "editable": true, + "tab": "logo", + "block": "logoMedia", + "order": 500 + }, + "sw-color-brand-primary": { + "label": { + "en-GB": "Primary color", + "de-DE": "Primärfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-color-brand-primary", + "de-DE": "Variable: sw-color-brand-primary" + }, + "type": "color", + "value": "#D9AB98", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 100 + }, + "sw-color-brand-secondary": { + "label": { + "en-GB": "Secondary color", + "de-DE": "Sekundärfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-color-brand-secondary", + "de-DE": "Variable: sw-color-brand-secondary" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 200 + }, + "sw-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: sw-border-color", + "de-DE": "Variable: sw-border-color" + }, + "type": "color", + "value": "#e8e7e8", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 300 + }, + "sw-background-color": { + "label": { + "en-GB": "Body Background", + "de-DE": "Body Hintergrund" + }, + "helpText": { + "en-GB": "Variable: sw-background-color", + "de-DE": "Variable: sw-background-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 400 + }, + "zen-container-bg": { + "label": { + "en-GB": "Shop Background", + "de-DE": "Shop Hintergrund" + }, + "helpText": { + "en-GB": "Leave the field empty or enter 'transparent' to make the container backgrounds invisible.


Variable: zen-container-bg", + "de-DE": "Lass das Feld leer oder gibt 'transparent' ein, um die Container Hintergründe nicht sichtbar zu gestalten.


Variable: zen-container-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 425 + }, + "zen-meta-theme-color": { + "label": { + "en-GB": "[!] Meta Theme-color", + "de-DE": "[!] Meta Theme-Farbe" + }, + "helpText": { + "en-GB": "The theme-color value for the name attribute of the element. Indicates a color that user agents (browser) should use to customize the display of the page or of the surrounding user interface.

[!] Do not use variables (e.g. $sw-color-brand-primary), because the value is not processed in SCSS.


Variable: zen-meta-theme-color", + "de-DE": "Der Wert theme-color für das name-Attribut des -Elements. Gibt eine Farbe an, die User-agents (Browser) verwenden sollen, um die Anzeige der Seite oder der umgebenden Benutzeroberfläche anzupassen.

[!] Keine Farbvariablen (z.B. $sw-color-brand-primary) verwenden, da der Wert nicht in SCSS verarbeitet wird.


Variable: zen-meta-theme-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 450 + }, + "sw-color-success": { + "label": { + "en-GB": "Success", + "de-DE": "Erfolg" + }, + "helpText": { + "en-GB": "Variable: sw-color-success", + "de-DE": "Variable: sw-color-success" + }, + "type": "color", + "value": "#3cc261", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 100 + }, + "sw-color-info": { + "label": { + "en-GB": "Information", + "de-DE": "Information" + }, + "helpText": { + "en-GB": "Variable: sw-color-info", + "de-DE": "Variable: sw-color-info" + }, + "type": "color", + "value": "#26b6cf", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 200 + }, + "sw-color-warning": { + "label": { + "en-GB": "Notice", + "de-DE": "Hinweis" + }, + "helpText": { + "en-GB": "Variable: sw-color-warning", + "de-DE": "Variable: sw-color-warning" + }, + "type": "color", + "value": "#ffbd5d", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 300 + }, + "sw-color-danger": { + "label": { + "en-GB": "Error", + "de-DE": "Fehler" + }, + "helpText": { + "en-GB": "Variable: sw-color-danger", + "de-DE": "Variable: sw-color-danger" + }, + "type": "color", + "value": "#e52427", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 400 + }, + "zen-font-family-base-default": { + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + }, + "helpText": { + "en-GB": "Loads the local font family in the specified font styles. If selected, no custom fonts are loaded via Google. Variable: zen-font-family-base-default", + "de-DE": "Lädt die lokale Schriftfamilie in den angegebenen Font-Styles. Wenn gewählt, werden keine Custom Schriften über Google geladen. Variable: zen-font-family-base-default" + }, + "type": "text", + "value": "custom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "custom", + "label": { + "en-GB": "- Custom fonts -", + "de-DE": "- Custom Schriftart -" + } + }, + { + "value": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "label": { + "en-GB": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "de-DE": "'Catamaran', sans-serif [200, 300, regular, 600, 800]" + } + }, + { + "value": "'Inter', sans-serif", + "label": { + "en-GB": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]", + "de-DE": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "label": { + "en-GB": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "de-DE": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]" + } + }, + { + "value": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + }, + { + "value": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "label": { + "en-GB": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "de-DE": "'Quicksand', sans-serif [300, regular, 500, 600, 700]" + } + }, + { + "value": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyDefault", + "order": 100 + }, + "zen-font-family-headline-default": { + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + }, + "helpText": { + "en-GB": "Loads the local font family in the specified font styles. If selected, no custom fonts are loaded via Google. Variable: zen-font-family-headline-default", + "de-DE": "Lädt die lokale Schriftfamilie in den angegebenen Font-Styles. Wenn gewählt, werden keine Custom Schriften über Google geladen. Variable: zen-font-family-headline-default" + }, + "type": "text", + "value": "custom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "custom", + "label": { + "en-GB": "- Custom fonts -", + "de-DE": "- Custom Schriftart -" + } + }, + { + "value": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "label": { + "en-GB": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "de-DE": "'Catamaran', sans-serif [200, 300, regular, 600, 800]" + } + }, + { + "value": "'Inter', sans-serif", + "label": { + "en-GB": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]", + "de-DE": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "label": { + "en-GB": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "de-DE": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]" + } + }, + { + "value": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + }, + { + "value": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "label": { + "en-GB": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "de-DE": "'Quicksand', sans-serif [300, regular, 500, 600, 700]" + } + }, + { + "value": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyDefault", + "order": 125 + }, + "sw-font-family-base": { + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + }, + "helpText": { + "en-GB": "1. Visit https://fonts.google.com

2. Choose font

3. Enter font name: Font embedding is composed automatically by font name to the embedding link - Wrap multipart font names in single qotes '.

Example:
Roboto Condensed becomes
'Roboto Condensed'


Variable: sw-font-family-base", + "de-DE": "1. Besuche https://fonts.google.com

2. Schrift aussuchen

3. Schriftnamen eintragen: Schrifteinbettung wird automatisch durch Schriftname zum Einbettungslink zusammengesetzt - Umfasse Mehrwort-Schriftnamen in einfache Anführungszeichen '.

Beispiel:
Roboto Condensed wird zu
'Roboto Condensed'


Variable: sw-font-family-base" + }, + "type": "fontFamily", + "value": "'Comfortaa', sans-serif", + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 100 + }, + "zen-font-family-base-weight": { + "label": { + "en-GB": "Font Weights text", + "de-DE": "Schriftstärken Text" + }, + "helpText": { + "en-GB": "Variable: zen-font-family-base-weight", + "de-DE": "Variable: zen-font-family-base-weight" + }, + "type": "text", + "value": [ + "300", + "400", + "600", + "700" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "100italic", + "label": { + "en-GB": "Thin - 100 italic", + "de-DE": "Thin - 100 italic" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "200italic", + "label": { + "en-GB": "Extra Light - 200 italic", + "de-DE": "Extra Light - 200 italic" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "300italic", + "label": { + "en-GB": "Light - 300 italic", + "de-DE": "Light - 2300 italic" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "400italic", + "label": { + "en-GB": "Regular - 400 italic", + "de-DE": "Regular - 400 italic" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "500italic", + "label": { + "en-GB": "Medium - 500 italic", + "de-DE": "Medium - 500 italic" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "600italic", + "label": { + "en-GB": "Semi-bold - 600 italic", + "de-DE": "Semi-bold - 600 italic" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "700italic", + "label": { + "en-GB": "Bold - 700 italic", + "de-DE": "Bold - 700 italic" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "800italic", + "label": { + "en-GB": "Extra Bold - 800 italic", + "de-DE": "Extra Bold - 800 italic" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + }, + { + "value": "900italic", + "label": { + "en-GB": "Black - 900 italic", + "de-DE": "Black - 900 italic" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 125, + "scss": false + }, + "sw-font-family-headline": { + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + }, + "helpText": { + "en-GB": "1. Visit https://fonts.google.com

2. Choose font

3. Enter font name: Font embedding is composed automatically by font name to the embedding link - Wrap multipart font names in single qotes '.

Example:
Roboto Condensed becomes
'Roboto Condensed'


Variable: sw-font-family-headline", + "de-DE": "1. Besuche https://fonts.google.com

2. Schrift aussuchen

3. Schriftnamen eintragen: Schrifteinbettung wird automatisch durch Schriftname zum Einbettungslink zusammengesetzt - Umfasse Mehrwort-Schriftnamen in einfache Anführungszeichen '.

Beispiel:
Roboto Condensed wird zu
'Roboto Condensed'


Variable: sw-font-family-headline" + }, + "type": "fontFamily", + "value": "'Frank Ruhl Libre', serif", + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 150 + }, + "zen-font-family-headline-weight": { + "label": { + "en-GB": "Font Weights headline", + "de-DE": "Schriftstärken Überschrift" + }, + "helpText": { + "en-GB": "Variable: zen-font-family-headline-weight", + "de-DE": "Variable: zen-font-family-headline-weight" + }, + "type": "text", + "value": [ + "300", + "400", + "700" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "100italic", + "label": { + "en-GB": "Thin - 100 italic", + "de-DE": "Thin - 100 italic" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "200italic", + "label": { + "en-GB": "Extra Light - 200 italic", + "de-DE": "Extra Light - 200 italic" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "300italic", + "label": { + "en-GB": "Light - 300 italic", + "de-DE": "Light - 2300 italic" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "400italic", + "label": { + "en-GB": "Regular - 400 italic", + "de-DE": "Regular - 400 italic" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "500italic", + "label": { + "en-GB": "Medium - 500 italic", + "de-DE": "Medium - 500 italic" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "600italic", + "label": { + "en-GB": "Semi-bold - 600 italic", + "de-DE": "Semi-bold - 600 italic" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "700italic", + "label": { + "en-GB": "Bold - 700 italic", + "de-DE": "Bold - 700 italic" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "800italic", + "label": { + "en-GB": "Extra Bold - 800 italic", + "de-DE": "Extra Bold - 800 italic" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + }, + { + "value": "900italic", + "label": { + "en-GB": "Black - 900 italic", + "de-DE": "Black - 900 italic" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 200, + "scss": false + }, + "zen-font-family-import": { + "label": { + "en-GB": "Load fonts", + "de-DE": "Schriften laden" + }, + "helpText": { + "en-GB": "If active, the fonts are implemented by Google Fonts (fonts.google.com). An additional note in your privacy policy regarding the use of Google Fonts may be necessary. Deactivate this option if you want to host the fonts yourself and no connection to the Google servers should be established.


Variable: zen-font-family-import", + "de-DE": "Wenn aktiv, werden die Schriften durch Google Fonts (fonts.google.com) implementiert. Ein zusätzlicher Hinweis in Deinen Datenschutzerklärung bzgl. der Verwendung von Google Fonts kann dadurch notwendig werden. Deaktiviere diese Option, wenn Du die Schriften selbst hosten willst und keine Verbindung zu den Google Servern aufgebaut werden soll.


Variable: zen-font-family-import" + }, + "type": "bool", + "value": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 225, + "scss": false, + "fullwidth": true + }, + "sw-text-color": { + "label": { + "en-GB": "Text color", + "de-DE": "Textfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-text-color", + "de-DE": "Variable: sw-text-color" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 100 + }, + "zen-light-text-color": { + "label": { + "en-GB": "Light text color", + "de-DE": "Helle Textfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-light-text-color", + "de-DE": "Variable: zen-light-text-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 125 + }, + "sw-headline-color": { + "label": { + "en-GB": "Headline color", + "de-DE": "Überschriftfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-headline-color", + "de-DE": "Variable: sw-headline-color" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 150 + }, + "zen-light-headline-color": { + "label": { + "en-GB": "Light Headline color", + "de-DE": "Helle Überschriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-light-headline-color", + "de-DE": "Variable: zen-light-headline-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 175 + }, + "zen-font-size-base": { + "label": { + "en-GB": "Base font size", + "de-DE": "Basis Schriftgröße" + }, + "helpText": { + "en-GB": "in px - default 16px


Variable: zen-font-size-base", + "de-DE": "Angabe in Pixel - Standard 16px


Variable: zen-font-size-base" + }, + "type": "int", + "value": 14, + "editable": true, + "fullwidth": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 100 + }, + "zen-h1-font-size": { + "label": { + "en-GB": "H1", + "de-DE": "H1" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h1-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h1-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 125 + }, + "zen-h2-font-size": { + "label": { + "en-GB": "H2", + "de-DE": "H2" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h2-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h2-font-size" + }, + "type": "int", + "value": 28, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 150 + }, + "zen-h3-font-size": { + "label": { + "en-GB": "H3", + "de-DE": "H3" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h3-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h3-font-size" + }, + "type": "int", + "value": 24, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 175 + }, + "zen-h4-font-size": { + "label": { + "en-GB": "H4", + "de-DE": "H4" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h4-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h4-font-size" + }, + "type": "int", + "value": 20, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 200 + }, + "zen-h5-font-size": { + "label": { + "en-GB": "H5", + "de-DE": "H5" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h5-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h5-font-size" + }, + "type": "int", + "value": 16, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 225 + }, + "zen-h6-font-size": { + "label": { + "en-GB": "H6", + "de-DE": "H6" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h6-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h6-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 250 + }, + "sw-color-price": { + "label": { + "en-GB": "Price", + "de-DE": "Preis" + }, + "helpText": { + "en-GB": "Variable: sw-color-price", + "de-DE": "Variable: sw-color-price" + }, + "type": "color", + "value": "#111111", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 100 + }, + "sw-color-buy-button": { + "label": { + "en-GB": "Buy button", + "de-DE": "Kaufen-Button" + }, + "helpText": { + "en-GB": "Variable: sw-color-buy-button", + "de-DE": "Variable: sw-color-buy-button" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 200 + }, + "sw-color-buy-button-text": { + "label": { + "en-GB": "Buy button text", + "de-DE": "Kaufen-Button Text" + }, + "helpText": { + "en-GB": "Variable: sw-color-buy-button-text", + "de-DE": "Variable: sw-color-buy-button-text" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 300 + }, + "zen-header-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-header-bg", + "de-DE": "Variable: zen-header-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 100 + }, + "zen-header-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-header-color", + "de-DE": "Variable: zen-header-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 125 + }, + "zen-header-border-bottom-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-header-border-bottom-color", + "de-DE": "Variable: zen-header-border-bottom-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 150 + }, + "zen-header-border-bottom": { + "label": { + "en-GB": "Border bottom", + "de-DE": "Rahmen unten" + }, + "helpText": { + "en-GB": "Variable: zen-header-border-bottom", + "de-DE": "Variable: zen-header-border-bottom" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 175 + }, + "zen-logo-size-mobile": { + "label": { + "en-GB": "Logo size (mobile)", + "de-DE": "Logo Größe (mobil)" + }, + "helpText": { + "en-GB": "in % - Logo size in % for smaller viewports


Variable: zen-logo-size-mobile", + "de-DE": "Angabe in Prozent - Logo Größe in % im Verhältnis zur Header-Höhe für kleinere Geräte


Variable: zen-logo-size-mobile" + }, + "type": "int", + "value": 75, + "tab": "header", + "block": "header", + "section": "headerLogo", + "order": 100 + }, + "zen-logo-size": { + "label": { + "en-GB": "Logo size", + "de-DE": "Logo Größe" + }, + "helpText": { + "en-GB": "in p% - Logo size in % for bigger viewports


Variable: zen-logo-size", + "de-DE": "Angabe in Prozent - Logo Größe in % im Verhältnis zur Header-Höhe für größere Geräte


Variable: zen-logo-size" + }, + "type": "int", + "value": 40, + "tab": "header", + "block": "header", + "section": "headerLogo", + "order": 125 + }, + "zen-header-height-mobile": { + "label": { + "en-GB": "Height (mobile)", + "de-DE": "Höhe (mobile)" + }, + "helpText": { + "en-GB": "in px - Set the height of the main header element for smaller viewports.


Variable: zen-header-height-mobile", + "de-DE": "Angabe in Pixel - Legt die Höhe des Headers für kleine Geräte fest.


Variable: zen-header-height-mobile" + }, + "type": "int", + "value": 50, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 100 + }, + "zen-header-height": { + "label": { + "en-GB": "Height", + "de-DE": "Höhe" + }, + "helpText": { + "en-GB": "in px - Set the height of the main header element for bigger viewports.


Variable: zen-header-height", + "de-DE": "Angabe in Pixel - Legt die Höhe des Headers für größere Geräte fest.


Variable: zen-header-height" + }, + "type": "int", + "value": 100, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 125 + }, + "zen-header-padding-top-mobile": { + "label": { + "en-GB": "Padding top (mobile)", + "de-DE": "Abstand oben (mobile)" + }, + "helpText": { + "en-GB": "in px - Set the padding top of the main header element for smaller viewports.


Variable: zen-header-padding-top-mobile", + "de-DE": "Angabe in Pixel - Legt die Abstand nach oben des Headers für kleine Geräte fest.


Variable: zen-header-padding-top-mobile" + }, + "type": "int", + "value": 0, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 150 + }, + "zen-header-padding-top": { + "label": { + "en-GB": "Padding top", + "de-DE": "Abstand oben" + }, + "helpText": { + "en-GB": "in px - Set the padding top of the main header element for bigger viewports.


Variable: zen-header-padding-top", + "de-DE": "Angabe in Pixel - Legt einen Abstand nach oben des Headers für größere Geräte fest.


Variable: zen-header-padding-top" + }, + "type": "int", + "value": 0, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 175 + }, + "zen-sticky-header": { + "label": { + "en-GB": "Viewports", + "de-DE": "Anzeigebereiche" + }, + "helpText": { + "en-GB": "The header will be stick to the top when you scroll to bottom of the page.


Variable: zen-sticky-header", + "de-DE": "Fixiert den Header am oberen Bildschirmrand wenn nach unten gescrollt wird.


Variable: zen-sticky-header" + }, + "type": "text", + "value": [ + "XS", + "SM", + "MD", + "LG", + "XL" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "XS", + "label": { + "en-GB": "Extra small devices", + "de-DE": "Sehr kleine Geräte" + } + }, + { + "value": "SM", + "label": { + "en-GB": "Small devices", + "de-DE": "Kleine geräte" + } + }, + { + "value": "MD", + "label": { + "en-GB": "Medium devices", + "de-DE": "Mittlere Geräte" + } + }, + { + "value": "LG", + "label": { + "en-GB": "Large devices", + "de-DE": "Große Geräte" + } + }, + { + "value": "XL", + "label": { + "en-GB": "Extra large devices", + "de-DE": "Extra große Geräte" + } + } + ] + }, + "fullwidth": true, + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 200, + "scss": false + }, + "zen-sticky-header-offset": { + "label": { + "en-GB": "Offset", + "de-DE": "Offset" + }, + "helpText": { + "en-GB": "Indication in px, empty = automatic.

Defines the distance from above when the header should be fixed. Leave the field empty if the distance of the header to the top edge of the browser should be determined automatically.


Variable: zen-sticky-header-offset", + "de-DE": "Angabe in px, leer = automatisch.

Definiert den Abstand von Oben, ab wann der Header fixiert werden soll. Lass das Feld leer, wenn der Abstand des Headers zur Oberkante des Browsers automatisch ermittelt werden soll.


Variable: zen-sticky-header-offset" + }, + "type": "text", + "value": "", + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 225 + }, + "zen-sticky-header-hide": { + "label": { + "en-GB": "Auto Hide", + "de-DE": "Auto Hide" + }, + "helpText": { + "en-GB": "The Auto Hide function means that the fixed header only appears when scrolling up. With particularly high headers, this does not cover as much of the content..


Variable: zen-sticky-header-hide", + "de-DE": "Die Auto Hide Funktion bewirkt, dass der fixierte Header erst beim Hochscrollen erscheint. Bei besonders hohen Headern wird dadurch nicht so viel vom Content verdeckt.


Variable: zen-sticky-header-hide" + }, + "type": "switch", + "value": false, + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 250, + "scss": false + }, + "zen-search-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "If the search appearance is set to 'Overlay' or 'Expandable', the background color is used for the overlay color.


Variable: zen-search-bg", + "de-DE": "Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hintergrundfarbe für die Overlay Farbe verwendet.


Variable: zen-search-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 100 + }, + "zen-search-focus-bg": { + "label": { + "en-GB": "[!] Background:focus", + "de-DE": "[!] Background:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover background color is not used.


Variable: zen-search-focus-bg", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Hintergrundfarbe nicht verwendet.


Variable: zen-search-focus-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 125 + }, + "zen-search-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-search-color", + "de-DE": "Variable: zen-search-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 150 + }, + "zen-search-focus-color": { + "label": { + "en-GB": "[!] Text:focus", + "de-DE": "[!] Text:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover color is not used.


Variable: zen-search-focus-color", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Farbe nicht verwendet.


Variable: zen-search-focus-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 175 + }, + "zen-search-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If the search appearance is set to 'Overlay', the border-color is used as underline color.


Variable: zen-search-border", + "de-DE": "Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Rahmenfarbe für den Unterstrich verwendet.


Variable: zen-search-border" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 200 + }, + "zen-search-focus-border": { + "label": { + "en-GB": "[!] Border:focus", + "de-DE": "[!] Rahmen:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover border-color is not used.


Variable: zen-search-focus-border", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Rahmenfarbe nicht verwendet.


Variable: zen-search-focus-border" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 225 + }, + "zen-top-bar-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-bg", + "de-DE": "Variable: zen-top-bar-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 100 + }, + "zen-top-bar-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-hover-bg", + "de-DE": "Variable: zen-top-bar-hover-bg" + }, + "type": "color", + "value": "#111111", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 125 + }, + "zen-top-bar-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-color", + "de-DE": "Variable: zen-top-bar-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 150 + }, + "zen-top-bar-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-hover-color", + "de-DE": "Variable: zen-top-bar-hover-color" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 175 + }, + "zen-top-bar-language-widget-text": { + "label": { + "en-GB": "Language Switcher text", + "de-DE": "Sprachauswahl Text" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-language-widget-text", + "de-DE": "Variable: zen-top-bar-language-widget-text" + }, + "type": "text", + "value": "standard", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nein" + } + }, + { + "value": "standard", + "label": { + "en-GB": "Sprache", + "de-DE": "Sprache" + } + }, + { + "value": "isoCodeShort", + "label": { + "en-GB": "ISO Code Language", + "de-DE": "ISO Code Sprache" + } + }, + { + "value": "isoCodeFull", + "label": { + "en-GB": "ISO Code Language-Country", + "de-DE": "ISO Code Sprache-Land" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarBasic", + "order": 100 + }, + "zen-top-bar-language-widget-flag": { + "label": { + "en-GB": "Language Switcher flag", + "de-DE": "Sprachauswahl Flagge" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-language-widget-flag", + "de-DE": "Variable: zen-top-bar-language-widget-flag" + }, + "type": "switch", + "value": "true", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarBasic", + "order": 125 + }, + "zen-shop-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-bg", + "de-DE": "Variable: zen-shop-navigation-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 100 + }, + "zen-shop-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-hover-bg", + "de-DE": "Variable: zen-shop-navigation-hover-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 125 + }, + "zen-shop-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-color", + "de-DE": "Variable: zen-shop-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 150 + }, + "zen-shop-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-hover-color", + "de-DE": "Variable: zen-shop-navigation-hover-color" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 175 + }, + "zen-shop-navigation-tooltips": { + "label": { + "en-GB": "Tooltips", + "de-DE": "Tooltips" + }, + "helpText": { + "en-GB": "Show or hides the tooltips on shop-navigation items.


Variable: zen-shop-navigation-tooltips", + "de-DE": "Zeigt oder versteckt die Tooltips der Shop-Navigations Elemente.


Variable: zen-shop-navigation-tooltips" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationBasic", + "order": 100, + "scss": false + }, + "zen-shop-navigation-tooltips-placement": { + "label": { + "en-GB": "Tooltips Placement", + "de-DE": "Tooltips Platzierung" + }, + "helpText": { + "en-GB": "Placement of the tooltips
top, left, right, bottom

If there is not enough space above the tooltips, they will not be shown below the element.


Variable: zen-shop-navigation-tooltips-placement", + "de-DE": "Platzierung der Tooltips
top, left, right, bottom

Sollte nicht ausreichend Platz oberhalb der Tooltips sein, werden diese unter dem Element dargestellt.


Variable: zen-shop-navigation-tooltips-placement" + }, + "type": "string", + "value": "left", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "top", + "label": { + "en-GB": "Top", + "de-DE": "Oben" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationBasic", + "order": 125 + }, + "zen-shop-navigation-cart-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-bg", + "de-DE": "Variable: zen-shop-navigation-cart-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 100 + }, + "zen-shop-navigation-cart-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-hover-bg", + "de-DE": "Variable: zen-shop-navigation-cart-hover-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 125 + }, + "zen-shop-navigation-cart-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-color", + "de-DE": "Variable: zen-shop-navigation-cart-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 150 + }, + "zen-shop-navigation-cart-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-hover-color", + "de-DE": "Variable: zen-shop-navigation-cart-hover-color" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 175 + }, + "zen-shop-navigation-cart-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-shop-navigation-cart-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-shop-navigation-cart-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 200 + }, + "zen-shop-navigation-cart-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-font-weight", + "de-DE": "Variable: zen-shop-navigation-cart-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 225 + }, + "zen-main-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-bg", + "de-DE": "Variable: zen-main-navigation-bg" + }, + "type": "color", + "value": "#333333", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 100 + }, + "zen-main-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-hover-bg", + "de-DE": "Variable: zen-main-navigation-hover-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 125 + }, + "zen-main-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-color", + "de-DE": "Variable: zen-main-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 150 + }, + "zen-main-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-hover-color", + "de-DE": "Variable: zen-main-navigation-hover-color" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 175 + }, + "zen-main-navigation-home": { + "label": { + "en-GB": "Home-Link", + "de-DE": "Home-Link" + }, + "helpText": { + "en-GB": "Show or hides the home menu item.


Variable: zen-main-navigation-home", + "de-DE": "Zeigt oder versteckt den Home Menüpunkt.


Variable: zen-main-navigation-home" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 125, + "scss": false + }, + "zen-main-navigation-align": { + "label": { + "en-GB": "Alignment", + "de-DE": "Ausrichtung" + }, + "helpText": { + "en-GB": "Alignment of the navigation elements, left, center, right or evenly distributed over the entire width.


Variable: zen-main-navigation-align", + "de-DE": "Ausrichtung der Navigations-Elemente, links, mittig, rechts oder auch gleichmäßig auf der gesamten Breite verteilt.


Variable: zen-main-navigation-align" + }, + "type": "text", + "value": "center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "space-between", + "label": { + "en-GB": "Equally distributed", + "de-DE": "Gleichmäßig verteilt" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 150 + }, + "zen-main-navigation-divider": { + "label": { + "en-GB": "Divider", + "de-DE": "Trenner" + }, + "helpText": { + "en-GB": "Divider between main navigation items.


Variable: zen-main-navigation-divider", + "de-DE": "Trenner zwischen den Hauptmenüpunkten.


Variable: zen-main-navigation-divider" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "HOME CATEGORY CATEGORY", + "de-DE": "HOME KATEGORIE KATEGORIE" + } + }, + { + "value": "1", + "label": { + "en-GB": "HOME / CATEGORY / CATEGORY", + "de-DE": "HOME / KATEGORIE / KATEGORIE" + } + }, + { + "value": "2", + "label": { + "en-GB": "HOME | CATEGORY | CATEGORY", + "de-DE": "HOME | KATEGORIE | KATEGORIE" + } + }, + { + "value": "3", + "label": { + "en-GB": "HOME - CATEGORY - CATEGORY", + "de-DE": "HOME - KATEGORIE - KATEGORIE" + } + }, + { + "value": "4", + "label": { + "en-GB": "HOME + CATEGORY + CATEGORY", + "de-DE": "HOME + KATEGORIE + KATEGORIE" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 175 + }, + "zen-main-navigation-hover-animation": { + "label": { + "en-GB": "Hover Animation", + "de-DE": "Hover Animation" + }, + "helpText": { + "en-GB": "Some effects will benefit from a strong color-field Background:hover or color-field Text:Hover color.

* => Color-field Background:hover is not used. Color-field Text:hover should have contrast to color-field Text.

** => Color-field Background:hover is used. Color-field Text:hover should have contrast to color-field Background:hover.


Variable: zen-main-navigation-hover-animation", + "de-DE": "Einige Effekte profitieren von einer auffälligen Background:hover oder Text:Hover Farbe.

* => Farbfeld Background:hover wird nicht verwendet. Farbfeld Text:hover sollte daher einen guten Kontrast zu Farbfeld Text haben.

** => Farbfeld @Background:hover wird verwendet. Farbfeld Text:hover sollte daher einen guten Kontrast zu Farbfeld Background:hover haben.


Variable: zen-main-navigation-hover-animation" + }, + "type": "text", + "value": "hover-12", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hover-0", + "label": { + "en-GB": "Hover 0 - Background:hover & Text:hover **", + "de-DE": "Hover 0 - Background:hover & Text:hover **" + } + }, + { + "value": "hover-1", + "label": { + "en-GB": "Hover 1 - Brackets *", + "de-DE": "Hover 1 - Eckige Klammern *" + } + }, + { + "value": "hover-2", + "label": { + "en-GB": "Hover 2 - Border bottom enlarge *", + "de-DE": "Hover 2 - Border unten vergrößern *" + } + }, + { + "value": "hover-3", + "label": { + "en-GB": "Hover 3 - Same word slide in *", + "de-DE": "Hover 3 - Gleiches Wort slide in *" + } + }, + { + "value": "hover-4", + "label": { + "en-GB": "Hover 4 - Reveal, push out **", + "de-DE": "Hover 4 - Aufdecken, Herausdrücken **" + } + }, + { + "value": "hover-5", + "label": { + "en-GB": "Hover 5 - Fill left to right **", + "de-DE": "Hover 5 - Füllen von links nach rechts **" + } + }, + { + "value": "hover-6", + "label": { + "en-GB": "Hover 6 - Three circles *", + "de-DE": "Hover 6 - Drei Kreise *" + } + }, + { + "value": "hover-7", + "label": { + "en-GB": "Hover 7 - Border switch *", + "de-DE": "Hover 7 - Rahmen wechsel *" + } + }, + { + "value": "hover-8", + "label": { + "en-GB": "Hover 8 - Scale down, reveal *", + "de-DE": "Hover 8 - Skalieren, aufdecken *" + } + }, + { + "value": "hover-9", + "label": { + "en-GB": "Hover 9 - Fall down *", + "de-DE": "Hover 9 - Herunterfallen *" + } + }, + { + "value": "hover-10", + "label": { + "en-GB": "Hover 10 - Borders top & bottom *", + "de-DE": "Hover 10 - Rahmen oben & unten *" + } + }, + { + "value": "hover-11", + "label": { + "en-GB": "Hover 11 - Text-shadow *", + "de-DE": "Hover 11 - Text Schatten *" + } + }, + { + "value": "hover-12", + "label": { + "en-GB": "Hover 12 - Bottom border enlarge from center *", + "de-DE": "Hover 12 - Rahmen unten ausdehnend mittig *" + } + }, + { + "value": "hover-13", + "label": { + "en-GB": "Hover 13 - Bottom border enlarge from left *", + "de-DE": "Hover 13 - Rahmen unten ausdehnend von links *" + } + }, + { + "value": "hover-14", + "label": { + "en-GB": "Hover 14 - Bottom border enlarge from right *", + "de-DE": "Hover 14 - Rahmen unten ausdehnend von rechts *" + } + } + + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 200 + }, + "zen-main-navigation-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Show or hides a top border.


Variable: zen-main-navigation-border-top", + "de-DE": "Zeigt oder versteckt einen oberen Rahmen.


Variable: zen-main-navigation-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "fullwidth": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 100 + }, + "zen-main-navigation-border-top-color": { + "label": { + "en-GB": "Border top color", + "de-DE": "Rahmen oben Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-border-top-color", + "de-DE": "Variable: zen-main-navigation-border-top-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 125 + }, + "zen-main-navigation-border-top-width": { + "label": { + "en-GB": "Border top width", + "de-DE": "Rahmen oben Dicke" + }, + "helpText": { + "en-GB": "in px - Border width of the top border.


Variable: zen-main-navigation-border-top-width", + "de-DE": "Angabe in Pixel - Dicke der oberen Linie.


Variable: zen-main-navigation-border-top-width" + }, + "type": "int", + "value": 1, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 150 + }, + "zen-main-navigation-arrow": { + "label": { + "en-GB": "Arrows", + "de-DE": "Pfeile" + }, + "helpText": { + "en-GB": "Shows arrow down, if there are child-items.


Variable: zen-main-navigation-arrow", + "de-DE": "Zeigt einen Pfeil nach unten neben dem Hauptmenüelement, wenn Untermenüpunkte vorhanden sind.


Variable: zen-main-navigation-arrow" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 225, + "scss": false + }, + "zen-main-navigation-padding": { + "label": { + "en-GB": "Padding left/right", + "de-DE": "Abstand links/rechts" + }, + "helpText": { + "en-GB": "in px - Padding left and right of main navigation items.


Variable: zen-main-navigation-padding", + "de-DE": "Angabe in Pixel - Abstand zwischen den Hauptmenüpunkten.


Variable: zen-main-navigation-padding" + }, + "type": "int", + "value": 20, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 100 + }, + "zen-main-navigation-height": { + "label": { + "en-GB": "Height", + "de-DE": "Höhe" + }, + "helpText": { + "en-GB": "in px - Height of main navigation items.


Variable: zen-main-navigation-height", + "de-DE": "Angabe in Pixel - Höhe der Hauptmenüpunkten.


Variable: zen-main-navigation-height" + }, + "type": "int", + "value": 40, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 125 + }, + "zen-main-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px - Font size of main navigation items


Variable: zen-main-navigation-font-size", + "de-DE": "Angabe in Pixel - Schriftgröße der Hauptmenüpunkten.


Variable: zen-main-navigation-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 150 + }, + "zen-main-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-weight", + "de-DE": "Variable: zen-main-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 175 + }, + "zen-main-navigation-active-font-weight": { + "label": { + "en-GB": "Font Weight:active", + "de-DE": "Schriftstärke:active" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-active-font-weight", + "de-DE": "Variable: zen-main-navigation-active-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 200 + }, + "zen-main-navigation-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-main-navigation-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-main-navigation-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 225 + }, + "zen-main-navigation-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 250 + }, + "zen-flyout-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-bg", + "de-DE": "Variable: zen-flyout-navigation-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 100 + }, + "zen-flyout-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-color", + "de-DE": "Variable: zen-flyout-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 125 + }, + "zen-flyout-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-hover-color", + "de-DE": "Variable: zen-flyout-navigation-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 150 + }, + "zen-flyout-navigation-full-width": { + "label": { + "en-GB": "Flyout Full Width", + "de-DE": "Dropdown voll Breite" + }, + "helpText": { + "en-GB": "Shows the flyout menu on full width.


Variable: zen-flyout-navigation-full-width", + "de-DE": "Stellt das Flyout-Menü auf die volle Breite dar.


Variable: zen-flyout-navigation-full-width" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 100, + "scss": false + }, + "zen-flyout-navigation-header": { + "label": { + "en-GB": "Flyout Header Line", + "de-DE": "Flyout Header Zeile" + }, + "helpText": { + "en-GB": "Shows the flyout navigation header line with category link and closing icon.


Variable: zen-flyout-navigation-header", + "de-DE": "Wenn gewählt, wird das Flyout Menü um eine Headerzeile ergänzt, welche den Link zur Kategorie und ein Schließen-Icon beinhaltet.


Variable: zen-flyout-navigation-header" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 125, + "scss": false + }, + "zen-flyout-navigation-teaser": { + "label": { + "en-GB": "Flyout Teaser", + "de-DE": "Flyout Teaser" + }, + "helpText": { + "en-GB": "If active, the category-image will be display in the flyout navigation.


Variable: zen-flyout-navigation-teaser", + "de-DE": "Wenn gewählt, wird das Kategoriebild im Flyout-Menü als Teaser dargestellt.


Variable: zen-flyout-navigation-teaser" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 150, + "scss": false + }, + "zen-flyout-navigation-animation": { + "label": { + "en-GB": "Animation", + "de-DE": "Animation" + }, + "helpText": { + "en-GB": "


Variable: zen-flyout-navigation-animation", + "de-DE": "


Variable: zen-flyout-navigation-animation" + }, + "type": "text", + "value": "slide", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "swing", + "label": { + "en-GB": "Swing in", + "de-DE": "Swing in" + } + }, + { + "value": "slide", + "label": { + "en-GB": "Slide in", + "de-DE": "Slide in" + } + }, + { + "value": "slide-blurred", + "label": { + "en-GB": "Slide in blurred", + "de-DE": "Slide in blurred" + } + }, + { + "value": "fade", + "label": { + "en-GB": "Fade in", + "de-DE": "Fade in" + } + }, + { + "value": "bounce", + "label": { + "en-GB": "Bounce in", + "de-DE": "Bounce in" + } + } + ] + }, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 175 + }, + "zen-flyout-navigation-grouping": { + "label": { + "en-GB": "Grouping-Border left", + "de-DE": "Gruppierungsrahmen links" + }, + "helpText": { + "en-GB": "If active, the menu items will have an grouping border on left side.


Variable: zen-flyout-navigation-grouping", + "de-DE": "Wenn gewählt, bekommen die einzelnen Menüeinträge einen gruppierenden Rahmen auf der linken Seite.


Variable: zen-flyout-navigation-grouping" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 200 + }, + "zen-flyout-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-flyout-navigation-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-flyout-navigation-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationItems", + "order": 100 + }, + "zen-flyout-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-font-weight", + "de-DE": "Variable: zen-flyout-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationItems", + "order": 125 + }, + "zen-footer-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bg", + "de-DE": "Variable: zen-footer-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 100 + }, + "zen-footer-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-color", + "de-DE": "Variable: zen-footer-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 125 + }, + "zen-footer-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hover-color", + "de-DE": "Variable: zen-footer-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 150 + }, + "zen-footer-border-top-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-footer-border-top-color", + "de-DE": "Variable: zen-footer-border-top-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 175 + }, + "zen-footer-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Variable: zen-footer-border-top", + "de-DE": "Variable: zen-footer-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 200 + }, + "zen-footer-padding-top": { + "label": { + "en-GB": "Padding top", + "de-DE": "Innenabstand Oben" + }, + "helpText": { + "en-GB": "in px -


Variable: zen-footer-padding-top", + "de-DE": "Angabe in Pixel


Variable: zen-footer-padding-top" + }, + "type": "int", + "value": 0, + "tab": "footer", + "block": "footer", + "section": "footerBasic", + "order": 100 + }, + "zen-footer-padding-bottom": { + "label": { + "en-GB": "Padding bottom", + "de-DE": "Innenabstand Unten" + }, + "helpText": { + "en-GB": "in px -


Variable: zen-footer-padding-bottom", + "de-DE": "Angabe in Pixel


Variable: zen-footer-padding-bottom" + }, + "type": "int", + "value": 0, + "tab": "footer", + "block": "footer", + "section": "footerBasic", + "order": 125 + }, + "zen-footer-logo-position": { + "label": { + "en-GB": "Footer Logo", + "de-DE": "Footer Logo" + }, + "helpText": { + "en-GB": "Positioning of the footer logo as a separate column or as the header of other columns.


Variable: zen-footer-logo-position", + "de-DE": "Positionierung des Footer Logos als eigene Spalte oder als Kopfzeile anderer Spalten.


Variable: zen-footer-logo-position" + }, + "type": "text", + "value": "newsletter", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "hotline", + "label": { + "en-GB": "In Hotline Column", + "de-DE": "In Hotline Spalte" + } + }, + { + "value": "social", + "label": { + "en-GB": "In Social Media Icons Column", + "de-DE": "In Social Media Icons Spalte" + } + }, + { + "value": "newsletter", + "label": { + "en-GB": "In Newsletter Column", + "de-DE": "In Newsletter Spalte" + } + }, + { + "value": "column", + "label": { + "en-GB": "[!] As Footer Column", + "de-DE": "[!] Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 100 + }, + "zen-footer-hotline-position": { + "label": { + "en-GB": "Hotline", + "de-DE": "Hotline" + }, + "helpText": { + "en-GB": "Positioning of the hotline column.


Variable: zen-footer-hotline-position", + "de-DE": "Positionierung der Hotline-Spalte.


Variable: zen-footer-hotline-position" + }, + "type": "text", + "value": "column", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 125 + }, + "zen-footer-social-position": { + "label": { + "en-GB": "Social Media Icons", + "de-DE": "Social Media Icons" + }, + "helpText": { + "en-GB": "Positioning of the social media icon as a separate line in the lower footer or as a display with its own footer column. [!] Display in footer logo column, if footer logo position is set to 'Logo column'.


Variable: zen-footer-social-position", + "de-DE": "Positionierung des Social media icons als eigene Zeile im unteren Footer oder als Darstellung mit eigener Footer Spalte. [!] Darstellung in Footer Logo Spalte, sofern Footer Logo Position auf 'Logo Spalte' gesetzt ist.


Variable: zen-footer-social-position" + }, + "type": "text", + "value": "bottom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Footer Bottom", + "de-DE": "Footer Bottom" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 150 + }, + "zen-footer-newsletter-position": { + "label": { + "en-GB": "Newsletter", + "de-DE": "Newsletter" + }, + "helpText": { + "en-GB": "Positioning of the social media icon as a separate line in the lower footer or as a display with its own footer column.


Variable: zen-footer-newsletter-position", + "de-DE": "Positionierung des Newsletterbereichs als eigene Zeile im unteren Footer oder als Darstellung mit eigener Footer Spalte.


Variable: zen-footer-newsletter-position" + }, + "type": "text", + "value": "column", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "prepend", + "label": { + "en-GB": "Above footer", + "de-DE": "Oberhalb Footer" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 175 + }, + "zen-footer-col-headline-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-col-headline-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-col-headline-font-size" + }, + "type": "int", + "value": 20, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 100 + }, + "zen-footer-col-headline-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 125 + }, + "zen-footer-col-headline-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-headline-font-weight", + "de-DE": "Variable: zen-footer-col-headline-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 150 + }, + "zen-footer-col-headline-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-headline-font-align", + "de-DE": "Variable: zen-footer-col-headline-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 175 + }, + "zen-footer-col-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-col-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-col-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 100 + }, + "zen-footer-col-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-font-weight", + "de-DE": "Variable: zen-footer-col-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 125 + }, + "zen-footer-col-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-font-align", + "de-DE": "Variable: zen-footer-col-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 150 + }, + "zen-footer-logo-col": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the footer logo column. 12 columns give 100% width.


Variable: zen-footer-logo-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Footer-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-logo-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 100 + }, + "zen-footer-hotline-col": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the hotline column. 12 columns give 100% width.


Variable: zen-footer-hotline-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der Hotline-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-hotline-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 125 + }, + "zen-footer-social-col": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column:Column width of the social media icons column. 12 columns give 100% width.


Variable: zen-footer-social-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Social Media Icons Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-social-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 150 + }, + "zen-footer-newsletter-col": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the newsletter column. 12 columns give 100% width.


Variable: zen-footer-newsletter-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen newsletter Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-newsletter-col" + }, + "type": "text", + "value": "col-md-6", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 175 + }, + "zen-footer-custom-col": { + "label": { + "en-GB": "[!] Custom column", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If active in plugin settings: Column width of the custom column. 12 columns give 100% width.


Variable: zen-footer-custom-col", + "de-DE": "[!] Wenn aktiv in Plugin-Konfiguration: Spaltenbreite der optionalen custom Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-custom-col" + }, + "type": "text", + "value": "col-md-6", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 200 + }, + "zen-footer-navigation-col": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Column width of the automatically generated footer navigation columns. The number of columns depends on the entry point in the sales channel configuration \"Entry point footer navigation\".


Variable: zen-footer-navigation-col", + "de-DE": "Spaltenbreite der automatisch generierten Footer Navigations Spalten. Die Anzahl der Spalten richtet sich nach dem Einstiegspunkt in der Sales-Channel Konfiguration \"Einstiegspunkt für die Footer-Navigation\".


Variable: zen-footer-navigation-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 225 + }, + "zen-footer-logo-col-xl": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the footer logo column. 12 columns give 100% width.


Variable: zen-footer-logo-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Footer-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-logo-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 100 + }, + "zen-footer-hotline-col-xl": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the hotline column. 12 columns give 100% width.


Variable: zen-footer-hotline-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der Hotline-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-hotline-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 125 + }, + "zen-footer-social-col-xl": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column:Column width of the social media icons column. 12 columns give 100% width.


Variable: zen-footer-social-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Social Media Icons Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-social-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 150 + }, + "zen-footer-newsletter-col-xl": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the newsletter column. 12 columns give 100% width.


Variable: zen-footer-newsletter-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen newsletter Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-newsletter-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 175 + }, + "zen-footer-custom-col-xl": { + "label": { + "en-GB": "[!] Custom column", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If active in plugin settings: Column width of the custom column. 12 columns give 100% width.


Variable: zen-footer-custom-col-xl", + "de-DE": "[!] Wenn aktiv in Plugin-Konfiguration: Spaltenbreite der optionalen custom Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-custom-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 200 + }, + "zen-footer-navigation-col-xl": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Column width of the automatically generated footer navigation columns. The number of columns depends on the entry point in the sales channel configuration \"Entry point footer navigation\".


Variable: zen-footer-navigation-col-xl", + "de-DE": "Spaltenbreite der automatisch generierten Footer Navigations Spalten. Die Anzahl der Spalten richtet sich nach dem Einstiegspunkt in der Sales-Channel Konfiguration \"Einstiegspunkt für die Footer-Navigation\".


Variable: zen-footer-navigation-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 225 + }, + "zen-footer-logo-order": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-logo-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-logo-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 1, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 100 + }, + "zen-footer-hotline-order": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-hotline-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-hotline-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 2, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 125 + }, + "zen-footer-social-order": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-social-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-social-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 8, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 150 + }, + "zen-footer-newsletter-order": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-newsletter-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-newsletter-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 9, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 175 + }, + "zen-footer-custom-order": { + "label": { + "en-GB": "[!] Custom", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-custom-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-custom-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 10, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 200 + }, + "zen-footer-navigation-order": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-navigation-order", + "de-DE": "Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-navigation-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 3, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 225 + }, + "zen-footer-hotline-collapse-state": { + "label": { + "en-GB": "Hotline", + "de-DE": "Hotline" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-hotline-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-hotline-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 100, + "scss": false + }, + "zen-footer-social-collapse-state": { + "label": { + "en-GB": "Social Media Icons", + "de-DE": "Social Media Icons" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-social-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-social-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 125, + "scss": false + }, + "zen-footer-newsletter-collapse-state": { + "label": { + "en-GB": "Newsletter", + "de-DE": "Newsletter" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-newsletter-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-newsletter-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 150, + "scss": false + }, + "zen-footer-custom-collapse-state": { + "label": { + "en-GB": "Custom column", + "de-DE": "Custom Spalte" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-custom-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-custom-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 175, + "scss": false + }, + "zen-footer-navigation-collapse-state": { + "label": { + "en-GB": "Navigation columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-navigation-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-navigation-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 200, + "scss": false + }, + "zen-footer-logo-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-logo-column-bg", + "de-DE": "Variable: zen-footer-logo-column-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerLogoColumn", + "order": 100 + }, + "zen-footer-logo-column-valign": { + "label": { + "en-GB": "Vertical alignment", + "de-DE": "Vertikale Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-logo-column-valign", + "de-DE": "Variable: zen-footer-logo-column-valign" + }, + "type": "text", + "value": "center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "top", + "label": { + "en-GB": "Top", + "de-DE": "Oben" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerLogoColumn", + "order": 125 + }, + "zen-footer-hotline-font-size": { + "label": { + "en-GB": "Hotline Font size", + "de-DE": "Hotline Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-hotline-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-hotline-font-size" + }, + "type": "int", + "value": 20, + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 100 + }, + "zen-footer-hotline-font-weight": { + "label": { + "en-GB": "Hotline Font Weight", + "de-DE": "Hotline Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-font-weight", + "de-DE": "Variable: zen-footer-hotline-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 125 + }, + "zen-footer-hotline-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-bg", + "de-DE": "Variable: zen-footer-hotline-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 150 + }, + "zen-footer-hotline-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-color", + "de-DE": "Variable: zen-footer-hotline-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 175 + }, + "zen-footer-hotline-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-hover-color", + "de-DE": "Variable: zen-footer-hotline-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 200 + }, + "zen-footer-social-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-bg", + "de-DE": "Variable: zen-footer-social-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 100 + }, + "zen-footer-social-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-color", + "de-DE": "Variable: zen-footer-social-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 125 + }, + "zen-footer-social-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-hover-color", + "de-DE": "Variable: zen-footer-social-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 150 + }, + "zen-footer-newsletter-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-column-bg", + "de-DE": "Variable: zen-footer-newsletter-column-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 100 + }, + "zen-footer-newsletter-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-column-color", + "de-DE": "Variable: zen-footer-newsletter-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 125 + }, + "zen-footer-newsletter-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-hover-color", + "de-DE": "Variable: zen-footer-newsletter-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 150 + }, + "zen-footer-newsletter-field-bg": { + "label": { + "en-GB": "[!] Form Background", + "de-DE": "[!] Form Background" + }, + "helpText": { + "en-GB": "[!] If form fields in the style are 'underlined', the background color is omitted. Make sure there is sufficient contrast to the column background color.


Variable: zen-footer-newsletter-field-bg", + "de-DE": "[!] Wenn Formularfelder im Style 'unterstrichen' dargestellt werden, entfällt die Hintergrundfarbe. Achte daher auf ausreichenden Kontrast zur Spalten-Hintergrundfarbe.


Variable: zen-footer-newsletter-field-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 175 + }, + "zen-footer-newsletter-field-focus-bg": { + "label": { + "en-GB": "[!] Form Background:focus", + "de-DE": "[!] Form Background:focus" + }, + "helpText": { + "en-GB": "[!] If form fields in the style are 'underlined', the background:focus color is omitted. Make sure there is sufficient contrast to the column background color.


Variable: zen-footer-newsletter-field-focus-bg", + "de-DE": "[!] Wenn Formularfelder im Style 'unterstrichen' dargestellt werden, entfällt die Focus-Hintergrundfarbe. Achte daher auf ausreichenden Kontrast zur Spalten-Hintergrundfarbe.


Variable: zen-footer-newsletter-field-focus-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 175 + }, + "zen-footer-newsletter-field-color": { + "label": { + "en-GB": "Form Text", + "de-DE": "Form Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-color", + "de-DE": "Variable: zen-footer-newsletter-field-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 200 + }, + "zen-footer-newsletter-field-focus-color": { + "label": { + "en-GB": "Form Text:focus", + "de-DE": "Form Text:Focus" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-focus-color", + "de-DE": "Variable: zen-footer-newsletter-field-focus-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 225 + }, + "zen-footer-newsletter-field-border": { + "label": { + "en-GB": "Form Border", + "de-DE": "Form Border" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-border", + "de-DE": "Variable: zen-footer-newsletter-field-border" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 250 + }, + "zen-footer-newsletter-field-focus-border": { + "label": { + "en-GB": "Form Border:focus", + "de-DE": "Form Border:Focus" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-focus-border", + "de-DE": "Variable: zen-footer-newsletter-field-focus-border" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 275 + }, + "zen-footer-custom-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-bg", + "de-DE": "Variable: zen-footer-custom-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 100 + }, + "zen-footer-custom-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-color", + "de-DE": "Variable: zen-footer-custom-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 125 + }, + "zen-footer-custom-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-hover-color", + "de-DE": "Variable: zen-footer-custom-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 150 + }, + "zen-footer-bottom-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-bg", + "de-DE": "Variable: zen-footer-bottom-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 100 + }, + "zen-footer-bottom-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-color", + "de-DE": "Variable: zen-footer-bottom-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 125 + }, + "zen-footer-bottom-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-hover-color", + "de-DE": "Variable: zen-footer-bottom-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 150 + }, + "zen-sidebar-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-bg", + "de-DE": "Variable: zen-sidebar-navigation-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 100 + }, + "zen-sidebar-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-color", + "de-DE": "Variable: zen-sidebar-navigation-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 125 + }, + "zen-sidebar-navigation-active-bg": { + "label": { + "en-GB": "Background:active path", + "de-DE": "Background:aktiver Pfad" + }, + "helpText": { + "en-GB": "Colors the active category path (active category including subcategories) in the selected color.


Variable: zen-sidebar-navigation-active-bg", + "de-DE": "Färbt den aktiven Kategorie-Pfad (Aktive Kategorie inkl. Unterkategorien) in der gewählten Farbe.


Variable: zen-sidebar-navigation-active-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 150 + }, + "zen-sidebar-navigation-active-color": { + "label": { + "en-GB": "Text:active path", + "de-DE": "Text:aktiver Pfad" + }, + "helpText": { + "en-GB": "Colors the active category path (active category including subcategories) in the selected color.


Variable: zen-sidebar-navigation-active-color", + "de-DE": "Färbt den aktiven Kategorie-Pfad (Aktive Kategorie inkl. Unterkategorien) in der gewählten Farbe.


Variable: zen-sidebar-navigation-active-color" + }, + "type": "color", + "value": "#706560", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 175 + }, + "zen-sidebar-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-bg", + "de-DE": "Variable: zen-sidebar-navigation-hover-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 200 + }, + "zen-sidebar-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-color", + "de-DE": "Variable: zen-sidebar-navigation-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 225 + }, + "zen-sidebar-navigation-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-border-color", + "de-DE": "Variable: zen-sidebar-navigation-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 250 + }, + "zen-sidebar-navigation-border-hover-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-border-hover-color", + "de-DE": "Variable: zen-sidebar-navigation-border-hover-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 275 + }, + "zen-sidebar-navigation-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the sidebar navigation is given a border.


Variable: zen-sidebar-navigation-border", + "de-DE": "Wenn aktiv, erhält die Sidebar-Navigation einen Rahmen.


Variable: zen-sidebar-navigation-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 300 + }, + "zen-sidebar-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-sidebar-navigation-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-sidebar-navigation-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 100 + }, + "zen-sidebar-navigation-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-sidebar-navigation-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-sidebar-navigation-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 125 + }, + "zen-sidebar-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-font-weight", + "de-DE": "Variable: zen-sidebar-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 150 + }, + "zen-sidebar-navigation-font-weight-hover": { + "label": { + "en-GB": "Font Weight:hover", + "de-DE": "Schriftstärke:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-font-weight-hover", + "de-DE": "Variable: zen-sidebar-navigation-font-weight-hover" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 175 + }, + "zen-sidebar-navigation-pv": { + "label": { + "en-GB": "Vertical Padding", + "de-DE": "Vertikaler Innenabstand" + }, + "helpText": { + "en-GB": "in px - Padding of filter items in sidebar.


Variable: zen-sidebar-navigation-pv", + "de-DE": "Angabe in Pixel - Innenabstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-sidebar-navigation-pv" + }, + "type": "int", + "value": 10, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 200 + }, + "zen-sidebar-navigation-mb": { + "label": { + "en-GB": "Margin bottom", + "de-DE": "Abstand unten" + }, + "helpText": { + "en-GB": "in px - Margin bottom of sidebar items in sidebar.


Variable: zen-sidebar-navigation-mb", + "de-DE": "Angabe in Pixel - Unterer Abstand der einzelnen Navigations-Elemente in der Sidebar.


Variable: zen-sidebar-navigation-mb" + }, + "type": "int", + "value": 2, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 225 + }, + "zen-sidebar-navigation-arrow": { + "label": { + "en-GB": "Arrows", + "de-DE": "Pfeile" + }, + "helpText": { + "en-GB": "Shows arrow down, if there are child-items.


Variable: zen-sidebar-navigation-arrow", + "de-DE": "Zeigt einen Pfeil nach unten neben dem Hauptmenüelement, wenn Untermenüpunkte vorhanden sind.


Variable: zen-sidebar-navigation-arrow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 250, + "scss": false + }, + "zen-sidebar-navigation-hover-animation": { + "label": { + "en-GB": "Hover Animation", + "de-DE": "Hover Animation" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-animation", + "de-DE": "Variable: zen-sidebar-navigation-hover-animation" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "underlined", + "label": { + "en-GB": "Mouseover: Underline", + "de-DE": "Mouseover: Unterlinie" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 275 + }, + "zen-input-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-input-bg", + "de-DE": "Variable: zen-input-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 100 + }, + "zen-input-focus-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-bg", + "de-DE": "Variable: zen-input-focus-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 125 + }, + "zen-input-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-input-color", + "de-DE": "Variable: zen-input-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 150 + }, + "zen-input-focus-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-color", + "de-DE": "Variable: zen-input-focus-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 175 + }, + "zen-input-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-input-border-color", + "de-DE": "Variable: zen-input-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 200 + }, + "zen-input-focus-border-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-border-color", + "de-DE": "Variable: zen-input-focus-border-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 200 + }, + "zen-input-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-input-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-input-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 100 + }, + "zen-input-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-input-font-weight", + "de-DE": "Variable: zen-input-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 150 + }, + "zen-layout-forms-style": { + "label": { + "en-GB": "Form fields", + "de-DE": "Formularfelder" + }, + "helpText": { + "en-GB": "Changes the appearance of fhe form fields. Underlined represents form fields with a underline.


Variable: zen-layout-forms-style", + "de-DE": "Steuert das Aussehen der Formularfelder. Underlined stellt Formularfelder mit einer Unterlinie dar.


Variable: zen-layout-forms-style" + }, + "type": "text", + "value": "underlined", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "underlined", + "label": { + "en-GB": "Underlined", + "de-DE": "Unterlinie" + } + } + ] + }, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 175 + }, + "zen-layout-forms-floating-labels": { + "label": { + "en-GB": "Floating labels", + "de-DE": "Floating Labels" + }, + "helpText": { + "en-GB": "If active, the form labels float over the input fields on input.


Variable: zen-layout-forms-floating-labels", + "de-DE": "Wenn aktiv, schweben die Formularbeschriftungen über den Eingabefeldern bei Eingabe.


Variable: zen-layout-forms-floating-labels" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"component", + "block": "forms", + "section": "formsBasic", + "order": 200, + "scss": false + }, + "zen-base-slider-controls-outside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-bg", + "de-DE": "Variable: zen-base-slider-controls-outside-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 100 + }, + "zen-base-slider-controls-outside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-hover-bg", + "de-DE": "Variable: zen-base-slider-controls-outside-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 125 + }, + "zen-base-slider-controls-outside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-color", + "de-DE": "Variable: zen-base-slider-controls-outside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 150 + }, + "zen-base-slider-controls-outside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 175 + }, + "zen-base-slider-controls-dots-outside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-outside-color", + "de-DE": "Variable: zen-base-slider-controls-dots-outside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 200 + }, + "zen-base-slider-controls-dots-outside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-outside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-dots-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 225 + }, + "zen-base-slider-controls-inside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-bg", + "de-DE": "Variable: zen-base-slider-controls-inside-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 100 + }, + "zen-base-slider-controls-inside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-hover-bg", + "de-DE": "Variable: zen-base-slider-controls-inside-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 125 + }, + "zen-base-slider-controls-inside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-color", + "de-DE": "Variable: zen-base-slider-controls-inside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 150 + }, + "zen-base-slider-controls-inside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 175 + }, + "zen-base-slider-controls-dots-inside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-inside-color", + "de-DE": "Variable: zen-base-slider-controls-dots-inside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 200 + }, + "zen-base-slider-controls-dots-inside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-inside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-dots-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 225 + }, + "zen-image-slider-controls-outside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-bg", + "de-DE": "Variable: zen-image-slider-controls-outside-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 100 + }, + "zen-image-slider-controls-outside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-hover-bg", + "de-DE": "Variable: zen-image-slider-controls-outside-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 125 + }, + "zen-image-slider-controls-outside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-color", + "de-DE": "Variable: zen-image-slider-controls-outside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 150 + }, + "zen-image-slider-controls-outside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 175 + }, + "zen-image-slider-controls-dots-outside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-outside-color", + "de-DE": "Variable: zen-image-slider-controls-dots-outside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 200 + }, + "zen-image-slider-controls-dots-outside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-outside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-dots-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 225 + }, + "zen-image-slider-controls-inside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-bg", + "de-DE": "Variable: zen-image-slider-controls-inside-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 100 + }, + "zen-image-slider-controls-inside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-hover-bg", + "de-DE": "Variable: zen-image-slider-controls-inside-hover-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 125 + }, + "zen-image-slider-controls-inside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-color", + "de-DE": "Variable: zen-image-slider-controls-inside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 150 + }, + "zen-image-slider-controls-inside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-inside-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 175 + }, + "zen-image-slider-controls-dots-inside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-inside-color", + "de-DE": "Variable: zen-image-slider-controls-dots-inside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 200 + }, + "zen-image-slider-controls-dots-inside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-inside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-dots-inside-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 225 + }, + "zen-image-slider-controls-style": { + "label": { + "en-GB": "Positioning", + "de-DE": "Platzierung" + }, + "helpText": { + "en-GB": "Changes the appearance of the image slider controls.


Variable: zen-image-slider-controls-style", + "de-DE": "Steuert das Aussehen der Image Slider Controls.


Variable: zen-image-slider-controls-style" + }, + "type": "text", + "value": "alternate", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "alternate", + "label": { + "en-GB": "Alternate", + "de-DE": "Alternativ" + } + } + ] + }, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsBasic", + "order": 100 + }, + "zen-image-slider-controls-dots-style": { + "label": { + "en-GB": "Dots Navigation Appearance", + "de-DE": "Punkte Navigation Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of the image slider controls.


Variable: zen-image-slider-controls-dots-style", + "de-DE": "Steuert das Aussehen der Image Slider Controls.


Variable: zen-image-slider-controls-dots-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Dots", + "de-DE": "Punkte" + } + }, + { + "value": "bars", + "label": { + "en-GB": "Bars", + "de-DE": "Balken" + } + }, + { + "value": "expanding", + "label": { + "en-GB": "Expanding", + "de-DE": "Expandieren" + } + } + ] + }, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsBasic", + "order": 100 + }, + "zen-product-slider-controls-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-bg", + "de-DE": "Variable: zen-product-slider-controls-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 100 + }, + "zen-product-slider-controls-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-hover-bg", + "de-DE": "Variable: zen-product-slider-controls-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 125 + }, + "zen-product-slider-controls-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-color", + "de-DE": "Variable: zen-product-slider-controls-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 150 + }, + "zen-product-slider-controls-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-hover-color", + "de-DE": "Variable: zen-product-slider-controls-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 175 + }, + "zen-product-slider-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of the product slider.


Variable: zen-product-slider-style", + "de-DE": "Steuert das Aussehen des Produkt-Sliders.


Variable: zen-product-slider-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "expanded", + "label": { + "en-GB": "Expanded (Shows overflowed items)", + "de-DE": "Erweitert (Zeigt außerhalb liegende Elemente)" + } + } + ] + }, + "tab": "component", + "block": "productSlider", + "section": "productSliderBasic", + "order": 100 + }, + "zen-pagination-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-bg", + "de-DE": "Variable: zen-pagination-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 100 + }, + "zen-pagination-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-bg", + "de-DE": "Variable: zen-pagination-hover-bg" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 93%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 125 + }, + "zen-pagination-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-color", + "de-DE": "Variable: zen-pagination-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 150 + }, + "zen-pagination-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-color", + "de-DE": "Variable: zen-pagination-hover-color" + }, + "type": "color", + "value": "darken($sw-color-brand-primary, 15%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 175 + }, + "zen-pagination-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-border-color", + "de-DE": "Variable: zen-pagination-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 200 + }, + "zen-pagination-hover-border-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-border-color", + "de-DE": "Variable: zen-pagination-hover-border-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 89%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 225 + }, + "zen-pagination-active-bg": { + "label": { + "en-GB": "Background:active", + "de-DE": "Background:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-bg", + "de-DE": "Variable: zen-pagination-active-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 250 + }, + "zen-pagination-disabled-bg": { + "label": { + "en-GB": "Background:disabled", + "de-DE": "Background:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-bg", + "de-DE": "Variable: zen-pagination-disabled-bg" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 93%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 275 + }, + "zen-pagination-active-color": { + "label": { + "en-GB": "Text:active", + "de-DE": "Text:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-color", + "de-DE": "Variable: zen-pagination-active-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 300 + }, + "zen-pagination-disabled-color": { + "label": { + "en-GB": "Text:disabled", + "de-DE": "Text:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-color", + "de-DE": "Variable: zen-pagination-disabled-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 46%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 325 + }, + "zen-pagination-active-border-color": { + "label": { + "en-GB": "Border:active", + "de-DE": "Rahmen:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-border-color", + "de-DE": "Variable: zen-pagination-active-border-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 350 + }, + "zen-pagination-disabled-border-color": { + "label": { + "en-GB": "Border:disabled", + "de-DE": "Rahmen:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-border-color", + "de-DE": "Variable: zen-pagination-disabled-border-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 89%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 375 + }, + "zen-layout-pagination-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of fhe pagination. Pills represents the pagination buttons with outer spacing.


Variable: zen-layout-pagination-style", + "de-DE": "Steuert das Aussehen der Paginierung. Pills stellt die einzelnen Buttons mit einem äußeren Abstand dar.


Variable: zen-layout-pagination-style" + }, + "type": "text", + "value": "pills", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "pills", + "label": { + "en-GB": "Pills", + "de-DE": "Pills" + } + } + ] + }, + "tab": "component", + "block": "pagination", + "section": "paginationBasic", + "order": 150 + }, + "zen-layout-pagination-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmung" + }, + "helpText": { + "en-GB": "Variable: zen-layout-pagination-border", + "de-DE": "Variable: zen-layout-pagination-border" + }, + "type": "switch", + "value": false, + "tab": "component", + "block": "pagination", + "section": "paginationBasic", + "order": 150 + }, + "zen-breadcrumbs-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-bg", + "de-DE": "Variable: zen-breadcrumbs-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 100 + }, + "zen-breadcrumbs-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-color", + "de-DE": "Variable: zen-breadcrumbs-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 125 + }, + "zen-breadcrumbs-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-hover-color", + "de-DE": "Variable: zen-breadcrumbs-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 150 + }, + "zen-breadcrumbs-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-breadcrumbs-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-breadcrumbs-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 100 + }, + "zen-breadcrumbs-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-font-weight", + "de-DE": "Variable: zen-breadcrumbs-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 125 + }, + "zen-breadcrumbs-align": { + "label": { + "en-GB": "[!] Align", + "de-DE": "[!] Ausrichtung" + }, + "helpText": { + "en-GB": "[!] Note that the orientation of the breadcrumbs of the Breadcrumbs-experience-element is not affected by this. These have their own configuration for alignment in the element settings.


Variable: zen-breadcrumbs-align", + "de-DE": "[!] Beachte, dass die Ausrichtung der Breadcrumbs des Erlebniswelten-Elements Breadcrumbs hiervon nicht beeinflusst werden. Diese haben in den Element-Einstellungen eine eigene Konfiguration zur Ausrichtung.


Variable: zen-breadcrumbs-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 150 + }, + "zen-breadcrumbs-fullwidth": { + "label": { + "en-GB": "Breadcrumbs full width", + "de-DE": "Breadcrumbs volle Breite" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-fullwidth", + "de-DE": "Variable: zen-breadcrumbs-fullwidth" + }, + "type": "switch", + "value": false, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 175 + }, + "zen-cookie-banner-style": { + "label": { + "en-GB": "Cookie Banner Layout", + "de-DE": "Cookie Banner Aussehen" + }, + "helpText": { + "en-GB": "Changes the appearance of the cookie banner.


Variable: zen-cookie-banner-style", + "de-DE": "Steuert das Aussehen des Cookie Banners.


Variable: zen-cookie-banner-style" + }, + "type": "text", + "value": "widget", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Banner", + "de-DE": "Banner" + } + }, + { + "value": "popup", + "label": { + "en-GB": "Popup", + "de-DE": "Popup" + } + }, + { + "value": "widget", + "label": { + "en-GB": "Widget", + "de-DE": "Widget" + } + } + ] + }, + "tab": "component", + "block": "cookieBanner", + "section": "cookieBannerBasic", + "order": 100 + }, + "zen-category-header-position": { + "label": { + "en-GB": "[≡] Header overlay", + "de-DE": "[≡] Header überlagernd" + }, + "helpText": { + "en-GB": "The header can also be displayed on listings on an shopping experience and overlay it. An impressive layout is created especially when overlaying images, sliders and videos.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-header-position", + "de-DE": "Der Header kann auf Listings auch auf einer Erlebniswelt dargestellt werden und diese überlagern. Insbesondere beim Überlagern von Bilder, Slidern und Videos entsteht ein eindrucksvolles Layout.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-header-position" + }, + "type": "text", + "value": "relative", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "absolute", + "label": { + "en-GB": "Yes", + "de-DE": "Ja" + } + }, + { + "value": "relative", + "label": { + "en-GB": "No", + "de-DE": "Nein" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 100 + }, + "zen-category-header-bg-opacity": { + "label": { + "en-GB": "[≡] Header Background Opacity", + "de-DE": "[≡] Header Hintergrund Deckkraft" + }, + "helpText": { + "en-GB": "in %. Opacity of the header background. Values below 100 let the elements of the shopping experience shine through.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-header-bg-opacity", + "de-DE": "in %. Sichtbarkeit des Header-Hintergrundes. Werte unter 100 lassen die Elemente der Erlebniswelt durchscheinen.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-header-bg-opacity" + }, + "type": "text", + "value": "100", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 125 + }, + "zen-category-nav-main-opacity": { + "label": { + "en-GB": "[≡] Main Navigation Background Opacity", + "de-DE": "[≡] Hauptnavigation Hintergrund Deckkraft" + }, + "helpText": { + "en-GB": "in %. Opacity of the header background. Values below 100 let the elements of the shopping experience shine through.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-nav-main-opacity", + "de-DE": "in %. Sichtbarkeit des Header-Hintergrundes. Werte unter 100 lassen die Elemente der Erlebniswelt durchscheinen.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-nav-main-opacity" + }, + "type": "text", + "value": "100", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 150 + }, + "zen-category-image": { + "label": { + "en-GB": "[≡] Display Category image", + "de-DE": "[≡] Kategoriebild anzeigen" + }, + "helpText": { + "en-GB": "If active, the category image is inserted as a background in the first section of the used shopping experience layout. Categories without a category image represent the background image inserted in the shopping experience as a fallback.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image", + "de-DE": "Wenn aktiv, wird das Kategoriebild als Hintergrund in der ersten Section der eingestellten Erlebniswelt eingefügt. Kategorien ohne Kategoriebild stellen das in der Erlebniswelt eingefügte Hintergrundbild als Fallback dar.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image" + }, + "type": "bool", + "value": false, + "editable": true, + "fullwidth": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 100, + "scss": false + }, + "zen-category-image-contrast": { + "label": { + "en-GB": "[!][≡] Text contrast", + "de-DE": "[!][≡] Text Kontrast" + }, + "helpText": { + "en-GB": "Specifies the contrast color of the texts in the foreground. For dark backgrounds, use light text for optimal contrast.

[≡] This option can be individually overwritten in each category.

[!] The colors can be set in the Typo & Colors tab.


Variable: zen-category-image-contrast", + "de-DE": "Legt die Kontrastfarbe der Texte im Vordergrund fest. Bei dunklen Hintergründen verwende heller Text für einen optimalen Kontrast.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.

[!] Die Farben sind im Tab Typo & Farben einstellbar.


Variable: zen-category-image-contrast" + }, + "type": "text", + "value": "light-text", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "light-text", + "label": { + "en-GB": "Light text", + "de-DE": "Heller Text" + } + }, + { + "value": "dark-text", + "label": { + "en-GB": "Dark text", + "de-DE": "Dunkler Text" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 125 + }, + "zen-category-image-opacity": { + "label": { + "en-GB": "[≡] Opacity", + "de-DE": "[≡] Sichtbarkeit" + }, + "helpText": { + "en-GB": "in %. Opacity of the category image above tha background color. With this option, the background image can be subdued and the text above it can be made more legible.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-opacity", + "de-DE": "in %. Sichtbarkeit des Hintergrundbildes über der Hintergrundfarbe. Mit dieser Option kann das Hintergrundbild gedämpft werden und darüberliegender Text lesbarer gestaltet werden.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-opacity" + }, + "type": "text", + "value": "100", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 150 + }, + "zen-category-image-attachment": { + "label": { + "en-GB": "[≡] Attachment", + "de-DE": "[≡] Fixieren" + }, + "helpText": { + "en-GB": "Determines whether a background image moves with the scroll or keeps its fixed location on the page.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-attachment", + "de-DE": "Bestimmt, ob ein Hintergrundbild beim Scrollen mitwandert oder seinen festen Ort auf der Seite behält.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-attachment" + }, + "type": "text", + "value": "scroll", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "scroll", + "label": { + "en-GB": "Scroll", + "de-DE": "Mitscrollend" + } + }, + { + "value": "fixed", + "label": { + "en-GB": "Fixed", + "de-DE": "Fixiert" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 175 + }, + "zen-category-image-position": { + "label": { + "en-GB": "[≡] Position", + "de-DE": "[≡] Position" + }, + "helpText": { + "en-GB": "Sets the position of en background image.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-position", + "de-DE": "Legt Position eines Hintergrundbildes fest.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-position" + }, + "type": "text", + "value": "center center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left top", + "label": { + "en-GB": "Left Top", + "de-DE": "Left Top" + } + }, + { + "value": "left center", + "label": { + "en-GB": "left center", + "de-DE": "left center" + } + }, + { + "value": "left bottom", + "label": { + "en-GB": "left bottom", + "de-DE": "left bottom" + } + }, + { + "value": "center top", + "label": { + "en-GB": "center top", + "de-DE": "center top" + } + }, + { + "value": "center center", + "label": { + "en-GB": "center center", + "de-DE": "center center" + } + }, + { + "value": "center bottom", + "label": { + "en-GB": "center bottom", + "de-DE": "center bottom" + } + }, + { + "value": "right top", + "label": { + "en-GB": "right top", + "de-DE": "right top" + } + }, + { + "value": "right center", + "label": { + "en-GB": "right center", + "de-DE": "right center" + } + }, + { + "value": "right bottom", + "label": { + "en-GB": "right bottom", + "de-DE": "right bottom" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 200 + }, + "zen-category-image-content-max-width": { + "label": { + "en-GB": "Content max-width", + "de-DE": "Inhalt maximale Breite" + }, + "helpText": { + "en-GB": "in px.


Variable: zen-category-image-content-max-width", + "de-DE": "Angabe in Pixel - Gibt den gesetzten Elementen der ersten Section der Erlebniswelt eine maximale Breite


Variable: zen-category-image-content-max-width" + }, + "type": "int", + "value": 1024, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 225 + }, + "zen-category-image-content-align": { + "label": { + "en-GB": "Content align", + "de-DE": "Inhalt Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-category-image-content-align", + "de-DE": "Variable: zen-category-image-content-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 250 + }, + "zen-category-filter-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-bg", + "de-DE": "Variable: zen-category-filter-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 100 + }, + "zen-category-filter-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-color", + "de-DE": "Variable: zen-category-filter-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 125 + }, + "zen-category-filter-active-bg": { + "label": { + "en-GB": "Background:active", + "de-DE": "Background:active" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-active-bg", + "de-DE": "Variable: zen-category-filter-active-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 125 + }, + "zen-category-filter-active-color": { + "label": { + "en-GB": "Text:active", + "de-DE": "Text:active" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-active-color", + "de-DE": "Variable: zen-category-filter-active-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 150 + }, + "zen-category-filter-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-hover-bg", + "de-DE": "Variable: zen-category-filter-hover-bg" + }, + "type": "color", + "value": "lighten(saturate($sw-color-brand-primary, 7%), 15%)", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 175 + }, + "zen-category-filter-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-hover-color", + "de-DE": "Variable: zen-category-filter-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 200 + }, + "zen-category-filter-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-border-color", + "de-DE": "Variable: zen-category-filter-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 225 + }, + "zen-category-filter-border-hover-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-border-hover-color", + "de-DE": "Variable: zen-category-filter-border-hover-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 250 + }, + "zen-category-filter-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the filter is given a border.


Variable: zen-category-filter-border", + "de-DE": "Wenn aktiv, erhält der Filter einen Rahmen.


Variable: zen-category-filter-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 275 + }, + "zen-category-filter-icon": { + "label": { + "en-GB": "Filter icon", + "de-DE": "Filter Icon" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-icon", + "de-DE": "Variable: zen-category-filter-icon" + }, + "type": "text", + "value": "plus", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "arrow", + "label": { + "en-GB": "Arrow Icon", + "de-DE": "Arrow Icon" + } + }, + { + "value": "plus", + "label": { + "en-GB": "Plus Icon", + "de-DE": "Plus Icon" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 100 + }, + "zen-category-filter-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-category-filter-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-category-filter-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 125 + }, + "zen-category-filter-separator": { + "label": { + "en-GB": "Separator", + "de-DE": "Trennlinien" + }, + "helpText": { + "en-GB": "If active, the filter select list items have an separator bottom line to each other.


Variable: zen-category-filter-separator", + "de-DE": "Wenn aktiv, haben die Filter Select Items eine Trennlinie zueinander.


Variable: zen-category-filter-separator" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 150 + }, + "zen-category-filter-open": { + "label": { + "en-GB": "Filter opened", + "de-DE": "Filter offen" + }, + "helpText": { + "en-GB": "If active, all filters are shown open.


Variable: zen-category-filter-open", + "de-DE": "Wenn aktiv, werden Filter geöffnet dargestellt.


Variable: zen-category-filter-open" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 100, + "scss": false + }, + "zen-category-filter-open-elements": { + "label": { + "en-GB": "Limit to", + "de-DE": "Beschränken auf" + }, + "helpText": { + "en-GB": "Display the number of filters in open state. Leave blank = no limit


Variable: zen-category-filter-open-elements", + "de-DE": "Stellt die Anzahl der gewählten Filter offen dar. Kein Wert = keine Beschränkung


Variable: zen-category-filter-open-elements" + }, + "type": "text", + "value": "", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 125 + }, + "zen-category-filter-pv": { + "label": { + "en-GB": "Vertical Padding", + "de-DE": "Vertikaler Innenabstand" + }, + "helpText": { + "en-GB": "in px - Padding of filter items in sidebar.


Variable: zen-category-filter-pv", + "de-DE": "Angabe in Pixel - Innenabstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-category-filter-pv" + }, + "type": "int", + "value": 10, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 150 + }, + "zen-category-filter-mb": { + "label": { + "en-GB": "Margin bottom", + "de-DE": "Abstand unten" + }, + "helpText": { + "en-GB": "in px - Margin bottom of filter items in sidebar.


Variable: zen-category-filter-mb", + "de-DE": "Angabe in Pixel - Unterer Abstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-category-filter-mb" + }, + "type": "int", + "value": 2, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 175 + }, + "zen-product-listing-actions-border-top-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-top-color", + "de-DE": "Variable: zen-product-listing-actions-border-top-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 100 + }, + "zen-product-listing-actions-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-top", + "de-DE": "Variable: zen-product-listing-actions-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 125 + }, + "zen-product-listing-actions-border-bottom-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-bottom-color", + "de-DE": "Variable: zen-product-listing-actions-border-bottom-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 150 + }, + "zen-product-listing-actions-border-bottom": { + "label": { + "en-GB": "Border bottom", + "de-DE": "Rahmen unten" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-bottom", + "de-DE": "Variable: zen-product-listing-actions-border-bottom" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 175 + }, + "zen-product-listing-card-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-bg", + "de-DE": "Variable: zen-product-listing-card-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardColors", + "order": 100 + }, + "zen-product-listing-columns-xs": { + "label": { + "en-GB": "Small Smartphones", + "de-DE": "Kleine Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-xs", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-xs" + }, + "type": "text", + "value": "1", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 75, + "scss": false + }, + "zen-product-listing-columns-sm": { + "label": { + "en-GB": "Smartphones", + "de-DE": "Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sm", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sm" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 100, + "scss": false + }, + "zen-product-listing-columns-md": { + "label": { + "en-GB": "Tablets", + "de-DE": "Tablets" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-md", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-md" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 125, + "scss": false + }, + "zen-product-listing-columns-lg": { + "label": { + "en-GB": "Laptops", + "de-DE": "Laptops" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-lg", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-lg" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 150, + "scss": false + }, + "zen-product-listing-columns-xl": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-xl", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-xl" + }, + "type": "text", + "value": "4", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 175, + "scss": false + }, + "zen-product-listing-columns-sidebar-xs": { + "label": { + "en-GB": "Small Smartphones", + "de-DE": "Kleine Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-xs", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-xs" + }, + "type": "text", + "value": "1", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 75, + "scss": false + }, + "zen-product-listing-columns-sidebar-sm": { + "label": { + "en-GB": "Smartphones", + "de-DE": "Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-sm", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-sm" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 100, + "scss": false + }, + "zen-product-listing-columns-sidebar-md": { + "label": { + "en-GB": "Tablets", + "de-DE": "Tablets" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-md", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-md" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 125, + "scss": false + }, + "zen-product-listing-columns-sidebar-lg": { + "label": { + "en-GB": "Laptops", + "de-DE": "Laptops" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-lg", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-lg" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 150, + "scss": false + }, + "zen-product-listing-columns-sidebar-xl": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-xl", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-xl" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 175, + "scss": false + }, + "zen-product-listing-card-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the product card is given a border. A padding is automatically added so that the inner elements do not stick to the border.


Variable: zen-product-listing-card-border", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Rahmen. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Rahmen kleben.


Variable: zen-product-listing-card-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 100 + }, + "zen-product-listing-card-border-color": { + "label": { + "en-GB": "Border color", + "de-DE": "Rahmenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-border-color", + "de-DE": "Variable: zen-product-listing-card-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 125 + }, + "zen-product-listing-card-shadow": { + "label": { + "en-GB": "Shadow", + "de-DE": "Schatten" + }, + "helpText": { + "en-GB": "If active, the product card is given a shadow effect. A padding is automatically added so that the inner elements do not stick to the shadow.


Variable: zen-product-listing-card-shadow", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Schatten. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Schatten kleben.


Variable: zen-product-listing-card-shadow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 150 + }, + "zen-product-listing-card-shadow-color": { + "label": { + "en-GB": "Shadow color", + "de-DE": "Schattenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-shadow-color", + "de-DE": "Variable: zen-product-listing-card-shadow-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 175 + }, + "zen-product-listing-card-hover-shadow": { + "label": { + "en-GB": "Shadow:hover", + "de-DE": "Schatten:hover" + }, + "helpText": { + "en-GB": "If active, the product card is given a shadow effect on mouse over events. A padding is automatically added so that the inner elements do not stick to the shadow.


Variable: zen-product-listing-card-hover-shadow", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Schatten beim Mouse-Over Event. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Schatten kleben.


Variable: zen-product-listing-card-hover-shadow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 200 + }, + "zen-product-listing-card-hover-shadow-color": { + "label": { + "en-GB": "Shadow color:hover", + "de-DE": "Schattenfarbe:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-hover-shadow-color", + "de-DE": "Variable: zen-product-listing-card-hover-shadow-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 225 + }, + "zen-product-listing-card-padding": { + "label": { + "en-GB": "Spacer", + "de-DE": "Abstand" + }, + "helpText": { + "en-GB": "in px - Grid space between product cards.


Variable: zen-product-listing-card-padding", + "de-DE": "Angabe in Pixel - Abstand zwischen den Produkt-Cards.


Variable: zen-product-listing-card-padding" + }, + "type": "int", + "value": 30, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 250 + }, + "zen-product-listing-card-variant-characteristics": { + "label": { + "en-GB": "Variant characteristics", + "de-DE": "Varianten Merkmale" + }, + "helpText": { + "en-GB": "If active, the variant characteristics will be displayed.


Variable: zen-product-listing-card-variant-characteristics", + "de-DE": "Wenn aktiv, werden die varianten Merkmale des Produktes angezeigt.


Variable: zen-product-listing-card-variant-characteristics" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 275, + "scss": false + }, + "zen-product-listing-card-ordernumber": { + "label": { + "en-GB": "Ordernumber", + "de-DE": "Artikelnummer" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-ordernumber", + "de-DE": "Variable: zen-product-listing-card-ordernumber" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nicht anzeigen" + } + }, + { + "value": "prepend", + "label": { + "en-GB": "Above product name", + "de-DE": "Über Produktname" + } + }, + { + "value": "append", + "label": { + "en-GB": "Below product name", + "de-DE": "Unter Produktname" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 300 + }, + "zen-product-listing-card-attention-animation": { + "label": { + "en-GB": "Attention animation", + "de-DE": "Aufmerksamkeits-Animation" + }, + "helpText": { + "en-GB": "If active, the product card moves a little gently upwards when you mouse-over. The user's attention is gently drawn to the active product card.


Variable: zen-product-listing-card-attention-animation", + "de-DE": "Wenn aktiv, bewegt sich die Product-Card bei Mouse-Over ein wenig sanft nach oben. Die Aufmerksamkeit des Nutzers wird damit sanft auf die aktive Product-Card gelenkt.


Variable: zen-product-listing-card-attention-animation" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 325 + }, + "zen-product-listing-card-img-switch": { + "label": { + "en-GB": ":hover Image change", + "de-DE": ":hover Bildwechsel" + }, + "helpText": { + "en-GB": "If active, the article cover will be changed for the second article picture on mouseover.


Variable: zen-product-listing-card-img-switch", + "de-DE": "Wenn aktiv, wird das Artikel-Cover bei Mouseover gegen das zweite Artikelbild getauscht.


Variable: zen-product-listing-card-img-switch" + }, + "type": "text", + "value": "switch-flip", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "No image-change", + "de-DE": "Kein Bildwechsel" + } + }, + { + "value": "switch", + "label": { + "en-GB": "Simple Image-change", + "de-DE": "Simpler Bildwechsel" + } + }, + { + "value": "switch-fade", + "label": { + "en-GB": "Animated image change (Fade-top-bottom)", + "de-DE": "Animierter Bildwechsel (Fade-top-bottom)" + } + }, + { + "value": "switch-slide", + "label": { + "en-GB": "Animated image change (Slide-in-out)", + "de-DE": "Animierter Bildwechsel (Slide-in-out)" + } + }, + { + "value": "switch-flip", + "label": { + "en-GB": "Animated image change (Flip-in-out)", + "de-DE": "Animierter Bildwechsel (Flip-in-out)" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 100 + }, + "zen-product-listing-card-img-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the product card image is given a border.


Variable: zen-product-listing-card-img-border", + "de-DE": "Wenn aktiv, erhält das Bild der Produktkarte einen Rahmen.


Variable: zen-product-listing-card-img-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 200 + }, + "zen-product-listing-card-img-border-color": { + "label": { + "en-GB": "Border Color", + "de-DE": "Rahmenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-img-border-color", + "de-DE": "Variable: zen-product-listing-card-img-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 225 + }, + "zen-product-listing-card-img-color-overlay": { + "label": { + "en-GB": "Background overlay", + "de-DE": "Hintergrundfarbe überlagernd" + }, + "helpText": { + "en-GB": "No transparent product images in PNG format? No problem. With this function you set the images with 97% visibility to the selected background color. The background color is 97% lighter, so you have to choose a dark background color.

Example: For a light gray background simply set the color value to pure black #000.


Variable: zen-product-listing-card-img-color-overlay", + "de-DE": "Keine transparenten Produktbilder im PNG Format? Kein Problem. Mit dieser Funktion setzt Du die Bilder mit 97% Sichtbarkeit auf die gewählte Hintergrundfarbe. Die gewählte Hintergrundfarbe wird hierbei um 97% heller dargestellt, sodass Du eine dunkle Hintergrundfarbe wählen musst.

Beispiel: Für einen hell-grauen Hintergrund setze den Farbwert einfach auf reines Schwarz #000.


Variable: zen-product-listing-card-img-color-overlay" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 250 + }, + "zen-product-listing-card-img-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Hintergrundfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-img-bg", + "de-DE": "Variable: zen-product-listing-card-img-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 275 + }, + "zen-product-listing-card-name-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-color", + "de-DE": "Variable: zen-product-listing-card-name-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 100 + }, + "zen-product-listing-card-name-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-hover-color", + "de-DE": "Variable: zen-product-listing-card-name-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 125 + }, + "zen-product-listing-card-name-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-name-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-name-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 150 + }, + "zen-product-listing-card-name-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 175 + }, + "zen-product-listing-card-name-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-font-weight", + "de-DE": "Variable: zen-product-listing-card-name-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 200 + }, + "zen-product-listing-card-name-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-font-align", + "de-DE": "Variable: zen-product-listing-card-name-font-align" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 225 + }, + "zen-product-listing-card-name-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-product-listing-card-name-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-product-listing-card-name-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 250 + }, + "zen-product-listing-card-description-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-color", + "de-DE": "Variable: zen-product-listing-card-description-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 100 + }, + "zen-product-listing-card-description-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-description-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-description-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 125 + }, + "zen-product-listing-card-description-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-font-weight", + "de-DE": "Variable: zen-product-listing-card-description-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 150 + }, + "zen-product-listing-card-description-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-font-align", + "de-DE": "Variable: zen-product-listing-card-description-font-align" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 175 + }, + "zen-product-listing-card-price-color": { + "label": { + "en-GB": "Font Color", + "de-DE": "Schriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-color", + "de-DE": "Variable: zen-product-listing-card-price-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 100 + }, + "zen-product-listing-card-price-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-price-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-price-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 125 + }, + "zen-product-listing-card-price-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-font-weight", + "de-DE": "Variable: zen-product-listing-card-price-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 150 + }, + "zen-product-listing-card-price-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-font-align", + "de-DE": "Variable: zen-product-listing-card-price-font-align" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 175 + }, + "zen-product-listing-card-actions": { + "label": { + "en-GB": "Product actions", + "de-DE": "Produkt Aktionen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-actions", + "de-DE": "Variable: zen-product-listing-card-actions" + }, + "type": "text", + "value": "overlay", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "shiftbelow", + "label": { + "en-GB": "Shift from below", + "de-DE": "Verschiebung unten" + } + }, + { + "value": "overlayinfo", + "label": { + "en-GB": "Info overlay", + "de-DE": "Info überlagernd" + } + }, + { + "value": "overlay", + "label": { + "en-GB": "Image overlay", + "de-DE": "Bild überlagernd" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 100 + }, + "zen-product-listing-card-actions-quickview": { + "label": { + "en-GB": "Quickview", + "de-DE": "Vorschau" + }, + "helpText": { + "en-GB": "If active, a button for quickview will be displayed.


Variable: zen-product-listing-card-actions-quickview", + "de-DE": "Wenn aktiv, wird ein Button zur Produktvorschau angezeigt.


Variable: zen-product-listing-card-actions-quickview" + }, + "type": "bool", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 125, + "scss": false + }, + "zen-product-listing-card-actions-quantity-select": { + "label": { + "en-GB": "Quantity select", + "de-DE": "Mengenauswahl" + }, + "helpText": { + "en-GB": "If active, the quantity selection will be displayed.


Variable: zen-product-listing-card-actions-quantity-select", + "de-DE": "Wenn aktiv, wird die Mengenauswahl im Listing angezeigt.


Variable: zen-product-listing-card-actions-quantity-select" + }, + "type": "bool", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 150, + "scss": false + }, + "zen-product-listing-card-rating-position": { + "label": { + "en-GB": "Rating", + "de-DE": "Bewertungen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-rating-position", + "de-DE": "Variable: zen-product-listing-card-rating-position" + }, + "type": "text", + "value": "overlay-bottom-center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "overlay-top-right", + "label": { + "en-GB": "Overlay top right", + "de-DE": "Überlagernd oben rechts" + } + }, + { + "value": "overlay-bottom-center", + "label": { + "en-GB": "Overlay bottom center", + "de-DE": "Überlagernd unten mittig" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 200 + }, + "zen-product-listing-card-actions-details-btn": { + "label": { + "en-GB": "Details Button", + "de-DE": "Detail Button" + }, + "helpText": { + "en-GB": "If active, the details button will be displayed in listings.


Variable: zen-product-listing-card-actions-details-btn", + "de-DE": "Wenn aktiv, wird der Details-Button in Listings angezeigt.


Variable: zen-product-listing-card-actions-details-btn" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 225, + "scss": false + }, + "zen-product-details-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-bg", + "de-DE": "Variable: zen-product-details-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productColors", + "order": 100 + }, + "zen-product-details-short-description": { + "label": { + "en-GB": "Short description", + "de-DE": "Kurzbeschreibung" + }, + "helpText": { + "en-GB": "If active, a short description is given under the title. This comes from the meta description of the article.


Variable: zen-product-details-short-description", + "de-DE": "Wenn aktiv, wird unter dem Titel eine Kurzbeschreibung ausgegeben. Diese stammt aus der Metabeschreibung des Artikels.


Variable: zen-product-details-short-description" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 100, + "scss": false + }, + "zen-product-details-variant-characteristics": { + "label": { + "en-GB": "Variant characteristics", + "de-DE": "Varianten Merkmale" + }, + "helpText": { + "en-GB": "If active, the variant characteristics will be displayed under the title.


Variable: zen-product-listing-card-variant-characteristics", + "de-DE": "Wenn aktiv, werden die varianten Merkmale des Produktes unter dem Titel angezeigt.


Variable: zen-product-listing-card-variant-characteristics" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 125, + "scss": false + }, + "zen-product-details-rating-position": { + "label": { + "en-GB": "Reviews position", + "de-DE": "Bewertungen Position" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-rating-position", + "de-DE": "Variable: zen-product-details-rating-position" + }, + "type": "text", + "value": "headline", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default (below Price)", + "de-DE": "Standard (unter dem Preis)" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Headline area", + "de-DE": "Titelbereich" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 150 + }, + "zen-product-details-name-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-name-color", + "de-DE": "Variable: zen-product-details-name-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 100 + }, + "zen-product-details-name-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-details-name-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-details-name-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 125 + }, + "zen-product-details-name-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-name-font-weight", + "de-DE": "Variable: zen-product-details-name-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 150 + }, + "zen-product-details-name-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-product-details-name-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-product-details-name-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 175 + }, + "zen-product-details-price-color": { + "label": { + "en-GB": "Font Color", + "de-DE": "Schriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-price-color", + "de-DE": "Variable: zen-product-details-price-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 100 + }, + "zen-product-details-price-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-details-price-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-details-price-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 125 + }, + "zen-product-details-price-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-price-font-weight", + "de-DE": "Variable: zen-product-details-price-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 150 + }, + "zen-product-details-stock": { + "label": { + "en-GB": "Stock display", + "de-DE": "Bestand anzeigen" + }, + "helpText": { + "en-GB": "If active, the product stock is displayed on the detail page.


Variable: zen-product-details-stock", + "de-DE": "Wenn aktiv, wird der Produkt Bestand auf der Detailseite ausgegeben.


Variable: zen-product-details-stock" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 100, + "scss": false + }, + "zen-product-details-closeout": { + "label": { + "en-GB": "Clearance sale display", + "de-DE": "Abverkauf anzeigen" + }, + "helpText": { + "en-GB": "If active, the product clearance sale is displayed on the detail page.


Variable: zen-product-details-closeout", + "de-DE": "Wenn aktiv, wird das Produkt als im Abverkauf auf der Detailseite ausgegeben.


Variable: zen-product-details-closeout" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 125, + "scss": false + }, + "zen-product-details-ordernumber": { + "label": { + "en-GB": "Ordernumber display", + "de-DE": "Artikelnummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the product number is displayed on the detail page.


Variable: zen-product-details-ordernumber", + "de-DE": "Wenn aktiv, wird die Artikelnummer auf der Detailseite ausgegeben.


Variable: zen-product-details-ordernumber" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 150, + "scss": false + }, + "zen-product-details-ean": { + "label": { + "en-GB": "EAN number display", + "de-DE": "EAN Nummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the EAN number is displayed on the detail page.


Variable: zen-product-details-ean", + "de-DE": "Wenn aktiv, wird die EAN auf der Detailseite ausgegeben.


Variable: zen-product-details-ean" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 175, + "scss": false + }, + "zen-product-details-manufacturer-name": { + "label": { + "en-GB": "Manufacturer name display", + "de-DE": "Herstellername anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer name is displayed on the detail page.


Variable: zen-product-details-manufacturer-name", + "de-DE": "Wenn aktiv, wird der Herstellername auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-name" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 200, + "scss": false + }, + "zen-product-details-manufacturer-number": { + "label": { + "en-GB": "Manufacturer number display", + "de-DE": "Herstellernummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer number is displayed on the detail page.


Variable: zen-product-details-manufacturer-number", + "de-DE": "Wenn aktiv, wird die Herstellernummer auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-number" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 225, + "scss": false + }, + "zen-product-details-manufacturer-link": { + "label": { + "en-GB": "Manufacturer url display", + "de-DE": "Hersteller-Url anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer url is displayed on the detail page.


Variable: zen-product-details-manufacturer-link", + "de-DE": "Wenn aktiv, wird die Hersteller-Url auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-link" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 250, + "scss": false + }, + "zen-product-details-length": { + "label": { + "en-GB": "Length display", + "de-DE": "Länge anzeigen" + }, + "helpText": { + "en-GB": "If active, the product length is displayed on the detail page.


Variable: zen-product-details-length", + "de-DE": "Wenn aktiv, wird die Produkt Länge auf der Detailseite ausgegeben.


Variable: zen-product-details-length" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 275, + "scss": false + }, + "zen-product-details-width": { + "label": { + "en-GB": "Width display", + "de-DE": "Weite anzeigen" + }, + "helpText": { + "en-GB": "If active, the product width is displayed on the detail page.


Variable: zen-product-details-width", + "de-DE": "Wenn aktiv, wird die Produkt Weite auf der Detailseite ausgegeben.


Variable: zen-product-details-width" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 300, + "scss": false + }, + "zen-product-details-height": { + "label": { + "en-GB": "Height display", + "de-DE": "Höhe anzeigen" + }, + "helpText": { + "en-GB": "If active, the product height is displayed on the detail page.


Variable: zen-product-details-height", + "de-DE": "Wenn aktiv, wird die Produkt Höhe auf der Detailseite ausgegeben.


Variable: zen-product-details-height" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 325, + "scss": false + }, + "zen-product-details-weight": { + "label": { + "en-GB": "Weight display", + "de-DE": "Gewicht anzeigen" + }, + "helpText": { + "en-GB": "If active, the product weight is displayed on the detail page.


Variable: zen-product-details-weight", + "de-DE": "Wenn aktiv, wird das Produkt Gewicht auf der Detailseite ausgegeben.


Variable: zen-product-details-weight" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 350, + "scss": false + }, + "zen-product-gallery-slider-display-mode": { + "label": { + "en-GB": "[!] Display Mode", + "de-DE": "[!] Anzeigemodus" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-display-mode", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-display-mode" + }, + "type": "text", + "value": "contain", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "standard", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "cover", + "label": { + "en-GB": "Cover", + "de-DE": "Füllen" + } + }, + { + "value": "contain", + "label": { + "en-GB": "Contain", + "de-DE": "Beinhalten" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderBasic", + "order": 100 + }, + "zen-product-gallery-mode": { + "label": { + "en-GB": "[≡] Gallery mode", + "de-DE": "[≡] Galerie Modus" + }, + "helpText": { + "en-GB": "[≡] Switches the image gallery either to slider mode (standard) or to scroller mode.

[≡] This option can be individually overwritten in each product.


Variable: zen-product-gallery-mode", + "de-DE": "[≡] Schaltet die Image Galerie entweder in den Slider-Modus (Standard) oder in den Scroller Modus.

[≡] Diese Option ist in jedem Artikel individuell überschreibbar.


Variable: zen-product-gallery-mode" + }, + "type": "text", + "value": "slider", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "slider", + "label": { + "en-GB": "Gallery Slider", + "de-DE": "Galerie Slider" + } + }, + { + "value": "scroller", + "label": { + "en-GB": "Gallery Scroller", + "de-DE": "Galerie Scroller" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderBasic", + "order": 125 + }, + "zen-product-gallery-slider-width": { + "label": { + "en-GB": "[!] Galerie width", + "de-DE": "[!] Galeriebreite" + }, + "helpText": { + "en-GB": "Determines the width of the gallery slider. The buy box takes up the remaining width. At its full width, the buy box is displayed underneath the image gallery.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-width", + "de-DE": "Bestimmt die Breite des Galerie Sliders. Die Buybox nimmt die übrige Breite ein. Bei voller Breite wird die Buybox unterhalb der Galerie dargestellt.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-width" + }, + "type": "text", + "value": "7", + "editable": true, + "fullwidth": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + }, + { + "value": "8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 100 + }, + "zen-product-gallery-slider-image-ratio": { + "label": { + "en-GB": "[!] Use Aspect ratio product images for Height instead of following min heights", + "de-DE": "[!] Verwende Seitenverhältnis Artikelbilder für Höhe statt die folgenden Werte für Minimale Höhen" + }, + "helpText": { + "en-GB": "If active, the aspect ratio of the gallery-slider is determined from the aspect ratio of the article images.

[!] This setting uses information from the configuration Aspect ratio article images, Width product images and Height product images in the tab General > Product Images used to determine the optimal format of the gallery slider.


Variable: zen-product-gallery-slider-image-ratio", + "de-DE": "Wenn aktiv, wird das Seitenverhältnis des Galerie-Sliders aus dem Seitenverhältnis der Artikelbilder ermittelt.

[!] Diese Einstellung nutzt Angaben der Konfiguration Seitenverhältnis Artikelbilder, Weite Produktbilder und Höhe Produktbilder im Tab Allgemein > Produktbilder genutzt um das optimale Format des Galerie-Sliders zu ermitteln.


Variable: zen-product-gallery-slider-image-ratio" + }, + "type": "switch", + "value": true, + "editable": true, + "fullwidth": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 125 + }, + "zen-product-gallery-slider-min-height-mobile": { + "label": { + "en-GB": "[!] Min height (mobile)", + "de-DE": "[!] Minimale Höhe (mobile)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-mobile", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-mobile" + }, + "type": "int", + "value": 440, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 150 + }, + "zen-product-gallery-slider-min-height-tablet": { + "label": { + "en-GB": "[!] Min height (tablet)", + "de-DE": "[!] Minimale Höhe (tablet)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-tablet", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-tablet" + }, + "type": "int", + "value": 630, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 175 + }, + "zen-product-gallery-slider-min-height-desktop": { + "label": { + "en-GB": "[!] Min height (desktop)", + "de-DE": "[!] Minimale Höhe (desktop)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-desktop", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-desktop" + }, + "type": "int", + "value": 864, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 200 + }, + "zen-product-gallery-slider-navigation-arrows": { + "label": { + "en-GB": "Arrow navigation", + "de-DE": "Pfeile-Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-navigation-arrows", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-navigation-arrows" + }, + "type": "text", + "value": "inside", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "inside", + "label": { + "en-GB": "Inside", + "de-DE": "Innen" + } + }, + { + "value": "outside", + "label": { + "en-GB": "Outside", + "de-DE": "Außen" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 100 + }, + "zen-product-gallery-slider-navigation-dots": { + "label": { + "en-GB": "[!] Dots navigation", + "de-DE": "[!] Punkte-Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


ariable: zen-product-gallery-slider-navigation-dots", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-navigation-dots" + }, + "type": "text", + "value": "inside", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "inside", + "label": { + "en-GB": "Inside", + "de-DE": "Innen" + } + }, + { + "value": "outside", + "label": { + "en-GB": "Outside", + "de-DE": "Außen" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 125 + }, + "zen-product-gallery-slider-gallery-position": { + "label": { + "en-GB": "[!] Preview Navigation", + "de-DE": "[!] Vorschau Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-gallery-position", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-gallery-position" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "underneath", + "label": { + "en-GB": "Underneath", + "de-DE": "Darunter" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 150 + }, + "zen-product-gallery-slider-zoom": { + "label": { + "en-GB": "[!] Zoom", + "de-DE": "[!] Zoom" + }, + "helpText": { + "en-GB": "[!] If active, the product zoom will be displayed on the detail page. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-zoom", + "de-DE": "[!] Wenn aktiv, wird der Produkt Zoom auf der Detailseite angezeigt.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-zoom" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 100, + "scss": false + }, + "zen-product-gallery-slider-zoom-modal": { + "label": { + "en-GB": "[!] Fullscreen gallery", + "de-DE": "[!] Vollbild-Galerie" + }, + "helpText": { + "en-GB": "If active, the product zoom modal will be displayed on the detail page on clicking on product image. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-zoom-modal", + "de-DE": "Wenn aktiv, wird der Produkt Zoom Modal auf der Detailseite beim Klick auf das Produktbild aufgerufen.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-zoom-modal" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 125, + "scss": false + }, + "zen-product-gallery-slider-magnifier-over-gallery": { + "label": { + "en-GB": "[!] Magnifier over gallery", + "de-DE": "[!] Lupe über Galerie" + }, + "helpText": { + "en-GB": "If active, the product zoom is displayed above the gallery, alternatively on the buybox area. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-magnifier-over-gallery", + "de-DE": "Wenn aktiv, wird der Produkt Zoom über der Galerie dargestellt, alternativ auf der Fläche der Buybox.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-magnifier-over-gallery" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 150, + "scss": false + }, + "zen-product-detail-tabs-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Background color for the entire tabs section. Variable: zen-product-detail-tabs-bg", + "de-DE": "Hintergrundfarbe für den gesamten Tabs Abschnitt. Variable: zen-product-detail-tabs-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "productTabs", + "section": "productTabsColors", + "order": 100 + }, + "zen-product-tabs-bg": { + "label": { + "en-GB": "[!] Background / Border", + "de-DE": "[!] Background / Unterstrich" + }, + "helpText": { + "en-GB": "[!] Depending on the value under the following Basic configuration > Appearance, the color is used as the background or border color.

Tabs, Pills = Background-color
Default = Border-color


Variable: zen-product-tabs-bg", + "de-DE": "[!] In Abhängigkeit des Wertes unter dem folgenden Grundeinstellungen > Erscheinung wird die Farbe als Hintergrund oder als Rahmenfarbe verwendet.

Tabs, Pills = Hintergrundfarbe
Standard = Rahmenfarbe


Variable: zen-product-tabs-bg" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 100 + }, + "zen-product-tabs-hover-bg": { + "label": { + "en-GB": "[!] Background / Border:hover", + "de-DE": "[!] Background / Unterstrich:hover" + }, + "helpText": { + "en-GB": "[!] Depending on the value under the following Basic configuration > Appearance, the color is used as the background or border color.

Tabs, Pills = Background-color
Default = Border-color


Variable: zen-product-tabs-hover-bg", + "de-DE": "[!] In Abhängigkeit des Wertes unter dem folgenden Grundeinstellungen > Erscheinung wird die Farbe als Hintergrund oder als Rahmenfarbe verwendet.

Tabs, Pills = Hintergrundfarbe
Standard = Rahmenfarbe


Variable: zen-product-tabs-hover-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 125 + }, + "zen-product-tabs-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-color", + "de-DE": "Variable: zen-product-tabs-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 150 + }, + "zen-product-tabs-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-hover-color", + "de-DE": "Variable: zen-product-tabs-hover-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 175 + }, + "zen-product-tabs-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "In addition to the top bar that can be folded in or out, it can also be displayed as an offcanvas element like the shopping cart.


Variable: zen-product-tabs-style", + "de-DE": "Neben der ein- oder ausklappbaren Top-Bar, kann sie auch wie der Warenkorb als Offcanvas-Element dargestellt werden.


Variable: zen-product-tabs-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default (Underlined)", + "de-DE": "Standard (Unterstrich)" + } + }, + { + "value": "tabs", + "label": { + "en-GB": "Tabs", + "de-DE": "Tabs" + } + }, + { + "value": "pills", + "label": { + "en-GB": "Pills", + "de-DE": "Pills" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 100 + }, + "zen-product-tabs-align": { + "label": { + "en-GB": "Tab Align", + "de-DE": "Tab Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-align", + "de-DE": "Variable: zen-product-tabs-align" + }, + "type": "text", + "value": "space-between", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "space-between", + "label": { + "en-GB": "Equally distributed", + "de-DE": "Gleichmäßig verteilt" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 125 + }, + "zen-product-tabs-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-tabs-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-tabs-font-size" + }, + "type": "int", + "value": 16, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 150 + }, + "zen-product-tabs-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-font-weight", + "de-DE": "Variable: zen-product-tabs-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 175 + }, + "zen-product-tabs-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-font-align", + "de-DE": "Variable: zen-product-tabs-font-align" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 200 + }, + "zen-product-tabs-manufacturer": { + "label": { + "en-GB": "Manufacturer Tab", + "de-DE": "Hersteller Tab" + }, + "helpText": { + "en-GB": "If active, the manufacturer tab is displayed on the detail page.


Variable: zen-product-tabs-manufacturer", + "de-DE": "Wenn aktiv, wird der Hersteller Tab auf der Detailseite ausgegeben.


Variable: zen-product-tabs-manufacturer" + }, + "type": "switch", + "value": true, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsExtra", + "order": 100, + "scss": false + }, + "zen-product-tabs-properties": { + "label": { + "en-GB": "Properties Tab", + "de-DE": "Eigenschaften Tab" + }, + "helpText": { + "en-GB": "If active, the properties tab is displayed on the detail page.


Variable: zen-product-tabs-properties", + "de-DE": "Wenn aktiv, wird der Eigenschaften Tab auf der Detailseite ausgegeben.


Variable: zen-product-tabs-properties" + }, + "type": "switch", + "value": true, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsExtra", + "order": 125, + "scss": false + }, + "zen-product-tabs-content-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-content-bg", + "de-DE": "Variable: zen-product-tabs-content-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "productTabsContent", + "section": "productTabsContentColors", + "order": 100 + }, + "zen-layout-container-main-padding-top": { + "label": { + "en-GB": "Deprecated zen-layout-container-main-padding-top", + "de-DE": "Deprecated zen-layout-container-main-padding-top" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-layout-container-main-padding-bottom": { + "label": { + "en-GB": "Deprecated zen-layout-container-main-padding-bottom", + "de-DE": "Deprecated zen-layout-container-main-padding-bottom" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-category-filter-seperator": { + "label": { + "en-GB": "Deprecated zen-category-filter-seperator", + "de-DE": "Deprecated zen-category-filter-seperator" + }, + "type": "switch", + "editable": false, + "block": "deprecated" + }, + "zen-container-color": { + "label": { + "en-GB": "Deprecated zen-container-color", + "de-DE": "Deprecated zen-container-color" + }, + "type": "color", + "editable": false, + "block": "deprecated" + }, + "zen-product-listing-img-width": { + "label": { + "en-GB": "Deprecated zen-product-listing-img-width", + "de-DE": "Deprecated zen-product-listing-img-width" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-product-listing-img-height": { + "label": { + "en-GB": "Deprecated zen-product-listing-img-height", + "de-DE": "Deprecated zen-product-listing-img-height" + }, + "type": "int", + "editable": false, + "block": "deprecated" + } + } + } +} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/.DS_Store b/zenitPlatformAtmosSet1/src/Resources/views/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0e32f8478b262c1f22c1e0937842d7ea42f3c5f5 GIT binary patch literal 6148 zcmeHKQBK1!47FiG75waz&sFMztj_-L1D8+`YJKW@S`xBwU74m`(3S|LdL zLWtQ?@|?tW;wLq!iHPS9?TlzjL+4MkefE)(c4PRZHN zX^ZnloP6*6?RL>MF?L8SZ_q7g^&7aQ0W&+qi~^7eZ5Q_McL2ivai z58MB--mJQ~T4GPh#l;zL2AlzB;OH5!=b*SadM2CzXTTZw%7EMt0Zp(p92C>lfi9H* zzzL?4K$luVe1c(VI4EKT!s-fCSGE#^)gAM}>`KEyQQe8H_+Z=lvv}dOJK~3APFyN_ z?+iEtV+KxjIF42u*a4s7ie2ar5_86 zjFnmWXZh6WilLLb=^$yk{bTub;HF*A*oQ)dQ``0a1fAhoWo1W1sT)L{zA6s<4y2qM z1(7d?O)-f4M9t&q0Am)j&MK>;(eK7)m2cF?RX%FeH>$i*Z;ZzlTm4nr+CT4IU5{?Y zw|AOe3co}p%LXTK4@S;T{iGdw@UF5fCmdeXoVMu2lUee!dZN`bbTPK~_WJPrxcynC z|HaI>`<0b1oqiOG=mJ)oZ2ZHkqKOP31IR!=1LnYBOZj2+A_K_4f6Rb9A2_H)+hC?q z9UU;J767mWZY5yLUP9JzgSNp;BSb)`E(O%3)U+5>mxG_1JlkNVQI`{Hnh$DLrlv!o zYIT^Ot8_wbjW{9$$iOTEMg3Tj_y6wa{r_wcJ|P3hz(2(REw!9h6SidT*165eyOx8V sgG!NknZ{`e80sp9TzM6*fhqw%mj + {% block block_gallery_buybox_column_left_inner %} + {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing + with { + 'isProduct': config.sliderItems.value == 'product.media' and config.sliderItems.source == 'mapped' + } %} + {% endblock %} + + {% endblock %} + + {% block block_gallery_buybox_column_right %} + {% set element = block.slots.getSlot('right') %} + +
+ {# ... add headline here #} + {% block page_product_detail_headline %} +
+ {% sw_include '@Storefront/storefront/page/product-detail/headline.html.twig' %} +
+ {% endblock %} + + {# ... add short description #} + {% block zen_page_product_detail_short_description %} + {% if page.product.translated.metaDescription and theme_config('zen-product-details-short-description') %} +
+ {{ page.product.translated.metaDescription|raw }} +
+ {% endif %} + {% endblock %} + {% block block_gallery_buybox_column_right_inner %} + {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %} + {% endblock %} +
+ {% endblock %} +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/block/cms-block-swag-gallery-buybox-abnehmplan-component.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/block/cms-block-swag-gallery-buybox-abnehmplan-component.html.twig new file mode 100644 index 0000000..e69de29 diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/.DS_Store b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..427625d71fd201b41e876229af0619d2e750a6c1 GIT binary patch literal 6148 zcmeHKy-ve05VlJJw-urT5{zEhI#3BJIv|Bo1~#N17yv=iR5T)ut0tv_Qk2Jlci=5p z7}25FHdv~S*@8weN19^FphNAb$aGtEq8r)Opv%d`Ak z{@8Abz8yPpFRD4+L)qJP;+AXdJt2az?YR4Xvwu=t*b-sv_+hiFl6|iUAx8&(=!t$! z^g=IE^VoWTu^h{t6c-1B)#`eQuT_R6KB!jKO1xUB4u?6mxLn@YIc;BF4X%ebx0+lE z-=UIugCn>DBehR2Y6LDksZ2@@24`ivA=+<08JL6tb9}JEBuN;H3?Kvlf&qCxa8QYs!9=4vI-pS{ z0ALo}O2C%2gv{XvErW?h7y+R=6;P*AQ({n^4t{RpEQ5(goldAJKB!rlnhJ%g)nR_F z!U?rBVv7tQ1MeA_(%quG|F=J{|KBHJ4;erP{uBc=Tes^q*pj(hQ=5}_EeAaXl_KL3 njpGzB)Kv_z@+w{eRRVr44M59aq7ghG_#>cbzy=xkQ3hTCc$0ej literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/buy-widget/buy-widget.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/buy-widget/buy-widget.html.twig new file mode 100644 index 0000000..13900d3 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/buy-widget/buy-widget.html.twig @@ -0,0 +1,21 @@ +{% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget.html.twig' %} + +{% block buy_widget_price %} +
+ {% if page.product.translated.customFields.deposittype %} +
+ {{ page.product.translated.customFields.deposittype }} +
+ {% endif %} + {{ parent() }} + {% if page.product.translated.customFields.deposit %} + {% set deposit = page.product.translated.customFields.deposit|currency %} + +
+ {{ "FlowsiteDepositSystemBasic.plusDeposit"|trans({ + '%deposit%': deposit + })|sw_sanitize }} +
+ {% endif %} +
+{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig new file mode 100644 index 0000000..3c57829 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig @@ -0,0 +1,74 @@ +{% sw_extends '@Storefront/storefront/component/checkout/offcanvas-cart.html.twig' %} + +{# Start added by spawntree #} +{% block component_offcanvas_cart_items %} + {% set customizedProductsCount = 0 %} + {% set customizedProductsCountTemp = 0 %} + {% set addCustomizedProducts = 0 %} + + {# copy from SpnoSortBasket #} + {% set sortBasketConfig = context.extensions.SpnoSortBasket %} + + {% for lineItem in page.cart.lineItems %} + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined %} + {% set customizedProductsCount = customizedProductsCount + lineItem.quantity %} + {% endif %} + {% endfor %} +
+{# spawntree start #} + {% if customizedProductsCount == 1 || customizedProductsCount == 2 %} +
+ {% sw_icon 'checkmark-circle' %} +
+ {% if customizedProductsCount == 1 %} +

Ihr Abnehmplan wurde erfolgreich zum Warenkorb hinzugefügt – ein guter Start!

+

Wählen Sie bis zu 2 weitere Pläne für Ihr optimales Abnehmprogramm und sparen Sie ab 150 € Bestellsumme die Versandkosten.

+ {% elseif customizedProductsCount == 2 %} +

Ihr zweiter Abnehmplan wurde zum Warenkorb hinzugefügt - Sie sparen die Versandkosten!

+

Wählen Sie einen weiteren Plan für Ihr optimales, mehrwöchiges Abnehmprogramm.

+ {% endif %} +
+
+ {% endif %} +{# spawntree end #} + {% for lineItem in page.cart.lineItems %} +{# spawntree start #} + {% if lineItem.payload.customFields.spwn_discountable_box %} + + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined and customizedProductsCount < 3 %} + {% set customizedProductsCountTemp = customizedProductsCountTemp + lineItem.quantity %} + {% if customizedProductsCountTemp == customizedProductsCount %} + {% set addCustomizedProducts = customizedProductsCount %} + {% endif %} + {% endif %} + {% block component_offcanvas_cart_item %} + {% sw_include '@Storefront/storefront/component/checkout/offcanvas-item.html.twig' with { + data: { + addCustomizedProducts: addCustomizedProducts + } + } %} + {% endblock %} + {% endif %} +{# spawntree end #} + {% endfor %} + {% set addCustomizedProducts = 0 %} + {% for lineItem in page.cart.lineItems %} + {% if not lineItem.payload.customFields.spwn_discountable_box %} + {{ block ('component_offcanvas_cart_item') }} + {% endif %} + {% endfor %} +
+{% endblock %} + +{% block component_offcanvas_cart_actions_promotion_submit %} +
+ +
+{% endblock %} +{# End added by spawntree #} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig new file mode 100644 index 0000000..57fece3 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig @@ -0,0 +1,69 @@ +{% sw_extends '@Storefront/storefront/component/checkout/offcanvas-item.html.twig' %} + +{# Start added by spawntree #} +{% block component_offcanvas_cart_item_container %} + {% if isCustomizedProduct %} + {% set isNested = false %} + {% for child in lineItem.children %} + {% if child.type == 'product' %} + {% set label = child.label %} + {% set referencedId = child.referencedId %} + {% set productNumber = lineItem.payload|merge({ 'productNumber': child.payload.productNumber }) %} + + {% if child.cover.url %} + {% set cover = child.cover %} + {% endif %} + + {% do lineItem.setLabel(label) %} + {% do lineItem.setCover(cover) %} + {% do lineItem.setReferencedId(referencedId) %} + {% do lineItem.setPayload(productNumber) %} + {% endif %} + {% endfor %} + {% endif %} + + {% set isDiscountableItem = false %} + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined %} + {% set isDiscountableItem = true %} + {% endif %} +
+
+ {{ block('component_offcanvas_product_image') }} + {{ block('component_offcanvas_product_details') }} + {{ block('component_offcanvas_product_remove') }} + {{ block('component_offcanvas_children') }} +
+
+{% endblock %} + +{% block component_offcanvas_children %} + {% if isNested %} + {# @deprecated tag:v6.5.0 - block will be removed, use `component_offcanvas_item_children` in `@Storefront/storefront/component/checkout/offcanvas-item-children.html.twig` instead #} + {% block component_offcanvas_cart_item_children %} + {% sw_include childrenTemplate %} + {% endblock %} + {% endif %} + {% set addCustomizedProducts = addCustomizedProducts | default(0) %} + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined and addCustomizedProducts !== 0 %} + + {% endif %} +{% endblock %} + +{# coming from AtlProductConfigurator #} +{% block cart_item_variant_characteristics %} +
+ {% for input in lineItem.payload.atlProductConfigurator %} +
+ {{ input.value }} +
+ {% endfor %} +
+{% endblock %} +{# End added by spawntree #} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/box-standard.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/box-standard.html.twig new file mode 100644 index 0000000..821be3f --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/box-standard.html.twig @@ -0,0 +1,162 @@ +{% sw_extends '@Storefront/storefront/component/product/card/box-standard.html.twig' %} + +{% block component_product_box %} + {% if product %} + {% set name = product.translated.name %} + {% set id = product.id %} + {% set cover = product.cover.media %} + {% set variation = product.variation %} + +
+ {% block component_product_box_content %} +
+ {% block component_product_box_badges %} + {% sw_include '@Storefront/storefront/component/product/card/badges.html.twig' %} + {% endblock %} + + {% block component_product_box_rich_snippets %} + {% sw_include '@Storefront/storefront/component/product/card/meta.html.twig' %} + {% endblock %} + + {% block component_product_box_image %} + + {# fallback if display mode is not set #} + {% set displayMode = displayMode ?: 'standard' %} + + {# set display mode 'cover' for box-image with default display mode #} + {% if layout == 'image' and displayMode == 'standard' %} + {% set displayMode = 'cover' %} + {% endif %} + +
+ + + {% if cover.url %} + {% set attributes = { + 'class': 'product-image is-'~displayMode, + 'alt': (cover.translated.alt ?: name), + 'title': (cover.translated.title ?: name) + } %} + + {% if displayMode == 'cover' or displayMode == 'contain' %} + {% set attributes = attributes|merge({ 'data-object-fit': displayMode }) %} + {% endif %} + + {# ... enables lazy loading for images #} + {% if config('zenitPlatformAtmos.config.lazyloading') %} + {% set attributes = attributes|merge({ 'loading': 'lazy' }) %} + {% endif %} + + {% sw_thumbnails 'product-image-thumbnails' with { + media: cover, + sizes: { + 'xs': '701px', + 'sm': '515px', + 'md': '627px', + 'lg': '533px', + 'xl': '484px' + } + } %} + {% else %} +
+ {% sw_icon 'placeholder' style { + 'size': 'fluid' + } %} +
+ {% endif %} + + {% block zen_component_product_box_image_switch %} + {% sw_include '@Storefront/storefront/component/product/card/zen-cover-switch.html.twig' %} + {% endblock %} +
+ + {% if config('core.cart.wishlistEnabled') %} + {% if theme_config('zen-product-listing-card-rating-position') is not same as ('overlay-top-right') or (theme_config('zen-product-listing-card-rating-position') is same as ('overlay-top-right') and theme_config('zen-product-listing-card-actions') is not same as ('overlay')) %} + {% block component_product_box_wishlist_action %} + {% sw_include '@Storefront/storefront/component/product/card/wishlist.html.twig' with { + appearance: 'circle', + productId: id + } %} + {% endblock %} + {% endif %} + {% endif %} + + {% block zen_component_product_box_action_overlay_rating %} + {% if config('core.listing.showReview') and theme_config('zen-product-listing-card-rating-position') is not same as ('default') %} + +
+ {% if product.ratingAverage %} + {% sw_include '@Storefront/storefront/component/review/rating.html.twig' with { + points: product.ratingAverage, + style: 'text-primary' + } %} + {% endif %} +
+ {% endif %} + {% endblock %} + + {% block zen_component_product_box_action_overlay %} + {% if theme_config('zen-product-listing-card-actions') is same as ('overlay') %} + {% sw_include '@Storefront/storefront/component/product/card/action.html.twig' %} + {% endif %} + {% endblock %} +
+ {% endblock %} + + {% block component_product_box_info %} +
+ {% block component_product_box_rating %} + {% if theme_config('zen-product-listing-card-rating-position') is same as ('default') %} + {{ parent() }} + {% endif %} + {% endblock %} + + {% block component_product_box_name %} + + {{ name }} + + {% endblock %} + + {% block component_product_box_variant_characteristics %} + {% if theme_config('zen-product-listing-card-variant-characteristics') %} + {{ parent() }} + {% endif %} + {% endblock %} + + {% block component_product_box_description %} +
+ {{ product.customFields.custom_productteaser_category|striptags|raw }} +
+ {% endblock %} + + {% block component_product_box_price %} + {% sw_include '@Storefront/storefront/component/product/card/price-unit.html.twig' %} + {% endblock %} + + {% block component_product_box_action %} + {% if theme_config('zen-product-listing-card-actions') is not same as ('overlay') %} + {{ parent() }} + {% endif %} + + {% if config('core.cart.wishlistEnabled') %} + {% if theme_config('zen-product-listing-card-rating-position') is same as ('overlay-top-right') and theme_config('zen-product-listing-card-actions') is same as ('overlay') %} + {% block zen_component_product_box_wishlist_action %} + {% sw_include '@Storefront/storefront/component/product/card/wishlist.html.twig' with { + appearance: 'circle', + productId: id + } %} + {% endblock %} + {% endif %} + {% endif %} + {% endblock %} +
+ {% endblock %} +
+ {% endblock %} +
+ {% endif %} +{% endblock %} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/price-unit.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/price-unit.html.twig new file mode 100644 index 0000000..46b0f53 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/card/price-unit.html.twig @@ -0,0 +1,55 @@ +{% sw_extends '@Storefront/storefront/component/product/card/price-unit.html.twig' %} + +{% block component_product_box_price %} +
+ {% set price = real %} + +
+ {% if cheapest.unitPrice != real.unitPrice %} +
{{ "listing.cheapestPriceLabel"|trans|sw_sanitize }} {{ cheapest.unitPrice|currency }}{{ "general.star"|trans|sw_sanitize }}
+ {% endif %} +
+ + {% if displayFrom %} + {{ "listing.listingTextFrom"|trans|sw_sanitize }} + {% endif %} + + {% set isListPrice = price.listPrice.percentage > 0 %} + + + {{ price.unitPrice|currency }}{{ "general.star"|trans|sw_sanitize }} + + {% if isListPrice and not displayFrom %} + {% set afterListPriceSnippetExists = "listing.afterListPrice"|trans|length > 0 %} + {% set beforeListPriceSnippetExists = "listing.beforeListPrice"|trans|length > 0 %} + {% set hideStrikeTrough = beforeListPriceSnippetExists or afterListPriceSnippetExists %} + + + {% if beforeListPriceSnippetExists %}{{ "listing.beforeListPrice"|trans|trim|sw_sanitize }}{% endif %} + + {{ price.listPrice.price|currency }}{{ "general.star"|trans|sw_sanitize }} + + {% if afterListPriceSnippetExists %}{{ "listing.afterListPrice"|trans|trim|sw_sanitize }}{% endif %} + + {{ "detail.listPricePercentage"|trans({'%price%': price.listPrice.percentage })|sw_sanitize }} + + {% endif %} + + {{ product.customFields.custom_productteaser_price|trans }} € pro Tag +
+ {% if product.translated.customFields.deposittype %} +
+ {{ product.translated.customFields.deposittype }} +
+ {% endif %} + {% if product.translated.customFields.deposit %} + {% set deposit = product.translated.customFields.deposit|currency %} +
+ + {{ "FlowsiteDepositSystemBasic.plusDeposit"|trans({ + '%deposit%': deposit + })|sw_sanitize }} + +
+ {% endif %} +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/listing.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/listing.html.twig new file mode 100644 index 0000000..b061141 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/product/listing.html.twig @@ -0,0 +1,41 @@ + +{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %} + +{% block element_product_listing_row %} +
+ {% if page.footer.navigation.active.customFields.custom_listing_textbox_text is defined %} +
+
+
+ {{ page.footer.navigation.active.customFields.custom_listing_textbox_text|trans|sw_sanitize }} +
+
+
+ {% endif %} + {% if searchResult.total > 0 %} + {% block element_product_listing_col %} + {% for product in searchResult %} +
+ {% block element_product_listing_box %} + {% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with { + 'layout': boxLayout, + 'displayMode': displayMode + } %} + {% endblock %} +
+ {% endfor %} + {% endblock %} + {% else %} + {% block element_product_listing_col_empty %} +
+ {% block element_product_listing_col_empty_alert %} + {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { + type: 'info', + content: 'listing.emptyResultMessage'|trans|sw_sanitize + } %} + {% endblock %} +
+ {% endblock %} + {% endif %} +
+{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig new file mode 100644 index 0000000..a1116d7 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig @@ -0,0 +1,7 @@ +{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %} + +{% block layout_footer_copyright %} + +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/cart/index.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/cart/index.html.twig new file mode 100644 index 0000000..6dae3e7 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/cart/index.html.twig @@ -0,0 +1,63 @@ +{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %} + +{% block page_checkout_cart_add_promotion_submit %} +
+ +
+{% endblock %} + +{% block page_checkout_cart_product_table %} + {% set customizedProductsCount = 0 %} + {% set customizedProductsCountTemp = 0 %} + {% set addCustomizedProducts = 0 %} + + {% for lineItem in page.cart.lineItems %} + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined %} + {% set customizedProductsCount = customizedProductsCount + lineItem.quantity %} + {% endif %} + {% endfor %} + +
+
+ {% block page_checkout_cart_table_header %} + {% sw_include '@Storefront/storefront/page/checkout/cart/cart-product-header.html.twig' %} + {% endblock %} + + {% block page_checkout_cart_table_items %} + {% for lineItem in page.cart.lineItems %} + + {% if lineItem.payload.customFields.spwn_discountable_box %} + + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined and customizedProductsCount < 3 %} + {% set customizedProductsCountTemp = customizedProductsCountTemp + lineItem.quantity %} + {% if customizedProductsCountTemp == customizedProductsCount %} + {% set addCustomizedProducts = customizedProductsCount %} + {% endif %} + {% endif %} + {% block page_checkout_cart_table_item %} + {% block page_checkout_item %} + {% sw_include '@Storefront/storefront/page/checkout/checkout-item.html.twig' with { + data: { + addCustomizedProducts: addCustomizedProducts + } + } %} + {% endblock %} + {% endblock %} + {% endif %} + {% endfor %} + {% set addCustomizedProducts = 0 %} + {% for lineItem in page.cart.lineItems %} + {% if not lineItem.payload.customFields.spwn_discountable_box %} + {{ block ('page_checkout_item') }} + {% endif %} + {% endfor %} + {% endblock %} +
+
+{% endblock %} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig new file mode 100644 index 0000000..4171b5b --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig @@ -0,0 +1,50 @@ +{% sw_extends '@Storefront/storefront/page/checkout/checkout-item.html.twig' %} + +{% block page_checkout_item_info_variant_characteristics %} +
+ {% for input in lineItem.payload.atlProductConfigurator %} +
+ {{ input.value }} +
+ {% endfor %} +
+{% endblock %} + +{% block page_checkout_item_info_label %} + {% if lineItem.type == PRODUCT_LINE_ITEM_TYPE %} + + {{ label|u.truncate(60, '...', false) }} + + {% else %} +
+ {{ label|u.truncate(60, '...', false) }} +
+ {% endif %} +{% endblock %} + +{% block page_checkout_item_children_template %} + {% if isNested %} + {# @deprecated tag:v6.5.0 - block will be moved to `@Storefront/storefront/page/checkout/checkout-item-children.html.twig` #} + {% block page_checkout_item_children %} + {% sw_include childrenTemplate %} + {% endblock %} + {% endif %} + {% set addCustomizedProducts = addCustomizedProducts | default(0) %} + {% if lineItem.payload is defined and lineItem.payload.customFields is defined and + lineItem.payload.customFields.spwn_discountable_box is defined and addCustomizedProducts !== 0 %} + + {% endif %} +{% endblock %} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig new file mode 100644 index 0000000..dcda92d --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig @@ -0,0 +1,17 @@ +{% sw_extends '@Storefront/storefront/page/checkout/confirm/confirm-address.html.twig' %} + +{% block page_checkout_confirm_address_shipping_data %} +
+ {% if billingAddress.id is same as(shippingAddress.id) %} + {% block page_checkout_confirm_address_shipping_data_equal %} +

+ {{ "checkout.addressEqualText"|trans|sw_sanitize }} +

+ {% endblock %} + {% else %} + {% sw_include '@Storefront/storefront/component/address/address.html.twig' with { + 'address': shippingAddress + } %} + {% endif %} +
+{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/index.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/index.html.twig new file mode 100644 index 0000000..6c97c11 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/confirm/index.html.twig @@ -0,0 +1,112 @@ +{% sw_extends '@Storefront/storefront/page/checkout/confirm/index.html.twig' %} + + +{% block page_checkout_confirm_tos %} +{% endblock %} + +{% block page_checkout_confirm_product_table %} +{% endblock %} + +{% block page_checkout_additional %} + {% if config('core.cart.showCustomerComment') %} +
+
+ {% block page_checkout_confirm_table_container %} +
+
+ {% block page_checkout_confirm_table_header %} + {% sw_include '@Storefront/storefront/page/checkout/confirm/confirm-product-header.html.twig' %} + {% endblock %} + + {% block page_checkout_confirm_table_items %} + {% for lineItem in page.cart.lineItems %} + {% block page_checkout_confirm_table_item %} + {% sw_include '@Storefront/storefront/page/checkout/confirm/confirm-item.html.twig' %} + {% endblock %} + {% endfor %} + {% endblock %} +
+
+ {% endblock %} +
+ {% block page_checkout_finish_customer_comment %} +
+
+ {% block page_checkout_confirm_customer_comment_header %} +
+ {{ "checkout.customerCommentHeader"|trans|sw_sanitize }} +
+ {% endblock %} + + {% block page_checkout_confirm_customer_comment_control %} +
+ {% block page_checkout_confirm_customer_comment_control_textfield_label %} + + {% endblock %} + + {% block page_checkout_confirm_customer_comment_control_textfield %} + + {% endblock %} +
+ {% endblock %} +
+
+ {% endblock %} +
+ {% endif %} +{% endblock %} + +{% block page_checkout_aside_actions %} +
+ {% block page_checkout_confirm_tos_control %} +
+ {% block page_checkout_confirm_tos_control_checkbox %} + + {% endblock %} + + {% block page_checkout_confirm_tos_control_label %} + + {% endblock %} +
+ {% endblock %} +
+ + {% block page_checkout_aside_actions_csrf %} + {{ sw_csrf('frontend.checkout.finish.order') }} + {% endblock %} + + {% block page_checkout_confirm_form_submit %} + + {% endblock %} +
+
+{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/summary/summary-shipping.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/summary/summary-shipping.html.twig new file mode 100644 index 0000000..f63e1a5 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/summary/summary-shipping.html.twig @@ -0,0 +1,25 @@ +{% sw_extends '@Storefront/storefront/page/checkout/summary/summary-shipping.html.twig' %} + +{% block page_checkout_summary_shippings %} + {% for delivery in summary.deliveries %} + {% block page_checkout_summary_shipping %} + {% block page_checkout_summary_shipping_label %} +
+ + {{ "checkout.summaryShipping"|trans|sw_sanitize }} + +
+ {% endblock %} + + {% block page_checkout_summary_shipping_value %} +
+ {{ delivery.shippingCosts.totalPrice|currency }}{{ "general.star"|trans|sw_sanitize }} +
+ {% endblock %} + {% endblock %} + {% endfor %} +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/description.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/description.html.twig new file mode 100644 index 0000000..d9c965d --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/description.html.twig @@ -0,0 +1,16 @@ +{% sw_extends '@Storefront/storefront/page/product-detail/description.html.twig' %} + +{% block page_product_detail_description_content_text %} + {{ parent() }} + {% if product.customFields.custom_weightlossplan_day1_image is defined %} + {{ product.customFields.custom_weightlossplan_day1_image }} + {% endif %} + + {% if product.customFields.custom_weightlossplan_day1_notice is defined %} + {{ product.customFields.custom_weightlossplan_day1_notice|trans }} + {% endif %} + + {% if product.customFields.custom_weightlossplan_day1_shake is defined %} + {{ product.customFields.custom_weightlossplan_day1_shake|trans }} + {% endif %} +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/index.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/index.html.twig new file mode 100644 index 0000000..08cec4a --- /dev/null +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/page/product-detail/index.html.twig @@ -0,0 +1,18 @@ +{% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %} + +{% block page_product_detail_content %} + {{ parent() }} + + {% if page.product.customFields.custom_weightlossplan_day1_image is defined %} + {% set day1ImageId = page.product.customFields.custom_weightlossplan_day1_image %} + {% set mediaCollection = searchMedia([day1ImageId], context.context) %} + {% set day1Image = mediaCollection.get(day1ImageId) %} +
+ +
+ {% endif %} + + {% if page.product.customFields.custom_weightlossplan_day1_shake is defined %} + Shake: {{ page.product.customFields.custom_weightlossplan_day1_shake|trans }} + {% endif %} +{% endblock %} \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/manifest.xml b/zenitPlatformAtmosSet1/src/manifest.xml new file mode 100644 index 0000000..e69de29 diff --git a/zenitPlatformAtmosSet1/src/zenitPlatformAtmosSet1.php b/zenitPlatformAtmosSet1/src/zenitPlatformAtmosSet1.php new file mode 100644 index 0000000..b5dd0a2 --- /dev/null +++ b/zenitPlatformAtmosSet1/src/zenitPlatformAtmosSet1.php @@ -0,0 +1,70 @@ +updateThemeDuplicates(); + } + + private function updateThemeDuplicates(): void + { + $this->context = Context::createDefaultContext(); + + $criteriaTheme = new Criteria(); + $criteriaTheme->addFilter(new EqualsFilter('technicalName', 'zenitPlatformAtmosSet1')); + + /** @var EntityRepository $themeRepo */ + $themeRepo = $this->container->get('theme.repository'); + $parentTheme = $themeRepo->search($criteriaTheme, $this->context)->first(); + + if (!$parentTheme) { + return; + } + + $criteriaThemeDuplicates = new Criteria(); + $criteriaThemeDuplicates->addFilter(new EqualsFilter('parentThemeId', $parentTheme->get('id'))); + + $resultThemeDuplicates = $themeRepo->search($criteriaThemeDuplicates, $this->context)->getElements(); + + if (!$resultThemeDuplicates) { + return; + } + + foreach ($resultThemeDuplicates as $themeDuplicate) { + + $data = [ + 'id' => $themeDuplicate->get('id'), + 'baseConfig' => $parentTheme->get('baseConfig') + ]; + + if (!$themeDuplicate->get('previewMediaId')) { + $data['previewMediaId'] = $parentTheme->get('previewMediaId'); + } + + $themeRepo->update([$data], $this->context); + } + } +} diff --git a/zenitPlatformAtmosSet2/.DS_Store b/zenitPlatformAtmosSet2/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9a874b5768f336915163bb88cd434575b859f936 GIT binary patch literal 6148 zcmeH~Jr2S!425ml0g0s}V-^m;4I%_5-~tF3k&vj^b9A16778<}(6eNJu~Vz<8=6`~ zboab&MFtUB!i}=AFfm2m$tVxGT*u4pe81nUlA49C} z?O@64YO)2RT{MRe%{!}2F))pG(Sih~)xkgosK7*lF7m<7{{#Hn{6A@7N(HFEpDCdI z{I(2Zv|@h%<)6IFDX} z*gQb&g<~QkG)pQmsa7q9C7tnBdA)EA4pEMYQI5Ira{L-e bnb&;I{a!dG2A%Ps6ZJFTy2zx!y%qQcBVZMt literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/.DS_Store b/zenitPlatformAtmosSet2/src/Resources/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..bd6eb848ae3fb14c7359092414162feb8e884a28 GIT binary patch literal 6148 zcmeHKOG-mQ5Ue&q0&cQ&IalxoLx?Bv0&0RH1Ybbhzg5oV(X9R;36BSE+(jok8}PG z1K#n1H@u#2%p9Yz6p#W^Knh3!Dey}Lyin6tH;EdhfE17dKMMHwq0t?C;g}eo4i3=* z5SI*xaUQ({v3Y>l3&%u8XqHrBQmtAHOFHAN@_ONzm~>d&%ya5ys}9BDcE($z!+N4d zDIf(d6mri^f33hbkgXVa literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/app/.DS_Store b/zenitPlatformAtmosSet2/src/Resources/app/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ff9aa330e5432dc909a17a1008214b30c7148b95 GIT binary patch literal 6148 zcmeHKJ5EC}5S)b+5ouDU^cA>)6@?Sz0#OK55lL;{~sH$AC9{OtSwDIQIc3<_~24;vY`W z$NexIJwYY~q<|EV0#ZNY4%Hu{e4Ip1_Q&V#}s$}us@F&AEr dSCN!?&F9?jg=1pS84o&9KLf6dObYzB0zZ9~70&T{c&of#I3*_CJZ{E0b+cE8;&D6TEz-?_V~njxWEf!Qa}nw0VyB_q`H z!4M+=alv#LpJSFFHct?{!YPp%nkAK(RI3rglFodqx~_0aOgb!X<~en<)r4YkJM%5d zVO^r46p#X^3S8%M<^BJW{>S`(O43RSNP&w|z!saQ&6=-Ny><3--fJ8EnSL@~ literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/background/atmos-set-2-bg.jpg b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/background/atmos-set-2-bg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..faa39164aa2c83a26bc94d5971a6221a336318a4 GIT binary patch literal 1252 zcma)6Nl)8Q5FV3-Gz5qhkPsmC$z0N^@z$&sDN9V$99$uaRIbK;5G#0*?KFlf^E`*&!fROB3yc$hPUk6PU}E7fpyj^S zI|mAq1l|M)uM=$7_Z^AjERR)n`xvvDZE}I?a01J7u(=gDs@B6kI>x7l)nxvB`ph6h zZ!&Kx3a>aV+%;ZaxcK$Ot3&Ogr!{nD>jl~jq`-7c?5ij+&n!<0noKM%5kG=C2E{3U zugUC0Rnd{Mk6N~iQI+LO8qbTU)?kHdxm@L+A(0n(j<0ZnSQ4rdUzUU#8X7~Yx%!E8 zAh(CLNYrG8n;HxT?BF?TyQiGcXf!xpcQAK=J-hE}n51t+WJhYb zSoLl9(6-M;r?}s>ecS8W4iW`cL`6l_3@bvO#1uu5I+o|FmWDfWlOZCkVd&Cctx~S< z@-?|Fw*_HuXP2+HWLYkk8?s#AEw@Ho+1C0dw)_!SpK$9_xzRM34yi0-*LaKdwriUx z-nC>*@1-(TZ^+fB_fnn8k&i-D00V>OM>z2V~Y&DOC~$~4GZzSf__DA z5EcG}50FkKlc{7nl}bNKlV>iIPG{zF+3Z|4o6F~7%jXsr^NS0)LSbpCP*`7ETU&oT zHfnZuc0M=1lFzTKF4N1a;}`$ygjYakW{x16plFz(sRT`hUqAthq9(UL@~F&R1R#G8 zqUk#{@}KwtxdcVD6EtkW*X>9w8!hk=poofbH1mGuG6sj?Wj2$ABI#lqU>{)VW`Pvx bV>@0Vm^ksf8~A=ea!D1E6$ub~7k>W>IC3q$ literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-favicon.png b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..53572b6a2b5fc0a08ed6fdb56a660cdd376507bc GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF4e$wZ1=5PCEkq)|W3~A}4SXd* ze!&a}zHnTcmZ*7hPJd*GYX4mwcc4s!r;B3<$Ms|fb}<7tnZr(wj*f}eLpZ~S)9(A^y_Xl`l+mtvSGdL?< jD9~(MZg6|nLKBAGrxv_*>Jhhrb})Fl`njxgN@xNAmEuYw literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg new file mode 100644 index 0000000..4dd3ac4 --- /dev/null +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg new file mode 100644 index 0000000..27543cc --- /dev/null +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/.DS_Store b/zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ba3b77f6a8c3248a9cea646d67980a85d45fcca5 GIT binary patch literal 6148 zcmeH~Jr2S!425lAKw|00n1usyg9yP1xBvnsRH*}E&(V4QVW2Rh3O!5q7rU|AzM-i_ zM0bztR-_Y=CEO?*3nNqHGr7tAdcXANVd$-pHcMIw-pT0tYadAkr~nn90#twsOhmoWEV*V!WckR&t|G-fZ z(f&D}MLH2_;YK-GSeYVkWRU^BjLR@R=6SLrY*!(c!aG^*$2LI)r~nn90#twsY)FAP z#@oY&o{5h_1*pI_6tM3@f*W(NRQjg_!AAhFLD>y!pC!O#1uzFoB`PqD=|Q7aeGIX> zw}UCJ%fV7v+eKse(73bO6a&-RE}D?QG&>lm02Np%u&;S%=l>P{ZT?@iFr@-i;LjA$ z=5o9Ac&RvBKVHx3_o&*sz(Kzp;q4~?i5 z0#XD)N)SwxUP2G;?(@!jXYSm;&Yp9=-_JSw+nL>&O*S_(Vq@lGrlFx>GluG0(9oR2 z(a_L-xIhO~UJ$;z00CicVr8(iPi>oD$p8NR?Ck7GTTAD{?`L>9^FAh!xdw!uVaOrT76@h!KZXde>SsN zN@Q-8GwBkO&*>Rrfa#BG0`fY{x9wwyo4ml=@}lO=mkrPoa@lh!Y`gtgWbtuQ`Ej|_ zor?r@!e4xUeoE0!C9VdST9OAz9qpnhgEtcUivoetZ6gbIZo?%P)Zc?E#)X2oOj}9H zTbVRK!wE+8+*h+Bszw@_*&Q(vnv?EfI42`JDKe!APOprXoKc z-xjBI2)uXzPabOr0`Y!5<{~_8g3>=G0?7jQ2v|lB14!;9+!zo9$zdgQ>Jl}$12wVg zua8kTg1csvvdN`J@O6O29`MYk@*j6so<_!zliY*vCRIr-aJk*Z3gUM>muf)xK3fKhhp3owbs09$m zW)+(O#0bXL8SoY&*tsU}*})$PT9AI#;o9*KB|w9pt^5iQMX~)I6G%CQV3h$Zz+Ejc zd8p-rN=C3-@d7*jvR0J=&W6DMQhE#!U8mTH-(e)=*0W3308<-hE589NE{I}>0aB+Z z77CmQ=bXTY>j1y}Q^3o;%b7fxd}Hiz0-;Q=A9!wAPp#8uI+{}iqWED%u^?zmYzUib zQJvfaB0ief(HtYt`!!RgFPAP}Z4uJHbuLS#&stS2>NMLtH*^3nIS6la9R|Y9(LC3 zAiptBT^&A8G7Yd!Cl&bE5v4cRb7KC3f1!hNdS}E*ktox%F=Ze}w9>=b09TAPk)E=S zy=Z2tOBAyuC!NCipNBBxa^Hy{o~xDoNm;-MgwSD=aH_#wAG;DnP#F#FpF|O)c8cc9 z{qU2WvSj>GM$5GsZ~hB0o4447`P!LibuI2B;g7T)a@?_(u8uIO%>9{r_|`e<*=kd6 z%dAv!fJ6}~H6(*>x-13x(5(xEQ1?v;QGLaM;Eqd{S}Yyk>`zkZ{~*wl*yY5z!OTc} zr@W9>t!iHTURI9yuxr{RsGDDmzaBa5t%TEE_#ETBwU@Fl#7K#<8Kfo6|TTjnS!gNo|NN&SY49?~5Bs;X-iJSJB%56Lg<82BPn)vP)CD z!@z318u$+asSQTBu<@!>7g=o2v^X*3=Nm3-ff>%9^2DZ($l_W(7|zi_&aHvgz&p|E zP0G5pje8@*2rmYN*a?O%y*%e@hr4e`_Ht5j4hNBT~`}M7`AW-g%D$aqK zh?!jjqJUJSYuDl`ekJv`j1lezBe-V9e}YGgA9S`1tE{VCA;Z(h6*D zugsMkJu@Xv!p}j-(}dl?&<{zUl!*8()QbEE*8QDi6EqaNqTRr^V zR_O-}YX*jkVP@#$;G43c9*;xy=C-v~_1J^iay;vUJQoT6zDW*ZM&u9tiN22)?`|LI zfMRm#d<8ToaRQ00Ry^`}!vL#vs{F(t=uFq?ONF_cGXavviOr?|V{g_RciYN{Jh`VF zD?2tVQWtv@hK{arA?xugK_3zx?*_!ka;Y%xRaJ-bYJ)n91IpoWba&>&vN*l54{9yU zSm&HQJVT_AUiE+;{hiqm-I+OItOS9&5LO=YL!k3t8SEKt(CsZarr^_qKb-cs!hG!E z@4Jkg2e?cR^357q*VG1?SDs;sth%Wx2h#*N5-!dhE!H_b;SuKZRepRa_OJ*tHrYCrJoh#7JHW}^;qEO_6;ck*l>)QEb))6##1jHR*OZy z;>jODC*KR{l@|3KaW&M~yZJLoI+6YjBcP4)Q_|?a3d6(pJ*zVgEWjF0 zu0}@Hgun@Do#r&J8o}tY1f|Jz;qsAySAK*-2KK$}K>!x5+C3bqZ7*bixY9srGh$bHiy zFz9wW{*nq4XtaxU&EsQQR$q3t4~L5ScjJA{9s%Ra_uBfDi|m`;yv+!G9o1&$he@yx z5^`=50Ta1)(ac$VPbs}98lfr9rsmtVlYjo9UEUfQ-0KTU=7Acz3=T`Df;KKP3-}ie zpL|Z5r?;6Ey{auUtmEod8f1G(5546bg)ozP!a7dr;zHWV%fTGfE-Br1OHP5% zD-9$LDNr?)k1a{8q_Oi@Z*4P8i0Z65J^uEaWhdRdyEcB}^h`T^$se?tQ)d{xpDbK| z#b;F+{=OOg^nvrOy9oRyB8imvP*et%2QxQk^4ZXiX2j4@HNPFazoN|qMv5}hD@DF) zU}TD4zG@1Vf`yM2ltffD&~V=h5Gv`2UvfFemqWH-w(z3LASBvyet}BF6bw==+4!cs z2oW^gLNALk0-mHErDv?=el_JEt1Dc(zLq9eKRz=bT1v{6?Ny+R0`H+&aqkCKzO2_A zX~F(Z+}=5EpA5iZ(y+iv#p_FJl&!5(+2ypYkpu>hOFIU&j!gc1E+?UXvf9nZm+@m2yUiU4sm8M9QMc48Nj@9K)XtO`ne@%5Nr zqkiD$MA3}?`U-bDRn3egn;TIDPj;wFyu4My5(cM1WFq*=vke2VQpHeRAx@1|~|F&5XW< zaAi1#mJ)!8Lyo%kL$!*NnQsnD>=x3VpmFJ3NlNmMn4=W$5tqE{9)*2Ku+L{Y8eUjk zwj4aS zNGLw%y)R_OO`g|{eAg3%i!)>EKi zo7ktKXZ^bh4ir>*O+Hk*|{z(^OD@#Q?U{*uPm+msFc_aJt0#l2qrztJMbDiQ&`?tC-45Wwk%eOx0scJh{@Z1 zhAuJn^t>7Lu9f1M7cP{GMy*4q-YK-1!)JVm@35oQvO*E8kT1I>J=`94Sqp#HBE$ZS z|NInjGNS1NuXe9Y7=7K@DePaC7{8P*a-xe;qGMx&``>d(%lCEn;t5vx$puq z>Rr~SXuB=4=}Us@yGNW5+o1)NIa>SjfF6~$Bv7*vz%+mI>5QFR4zJ5w*_*N4GKjxZ zcgAa7an*i4?541*SMug^<{hhjSIaXx%2b}*ktufwaAOq_oTYWHt2JZF@`fd?s!N;{L}-Q z4Kjc&!-M2u;kY?O!%?$B{!IR>hOg0Q_`%fOY-vhPqcwJXCSr_dtta}!gzxQJ72{l} z`zds1S)V*PHbhWzL%X5v+j11X~`1q7xCl_KGtF^p(I5^0m-ie2l{ts#};z!LG<7 zpsF7L&kM4F9J|y71C|$LHl}NA0Jai$Ge|XX$I0bD(S__$i38o(uiwO)hv!|Q^2uT~ z_Pz*X=?qxhxaucY;&6LBa_9$Elgt8`iM?SSUPHX1wTp&KUn?MGpRHg@RWhhQ?c!WP<|l0RHEM)`IA}!o&_6h7xt`kJF4(MRUgIUg;xJeQ zGhoU7wSH-Qku1R<{y_4>y;?L!R=y|b#XeaAG6VGWS+alnqb_(?QTxA9L$&o!yhMyt zj?JV>sLK$`hVqNFJ;m`pzS(pCjE?C32oB$vcZ_%P3utI{r-j?7z&^w@BYZ9q9<|O` z^@Q9^5*IIyXa1>KspDV~uxqWf0=b#QvTVS@y|a=-`_|fb*ZO{W`_mKymhn1rQgDS; zt+_9Mx)*{ww5hCB5VEQN#;Z`s&n{Z>5pHIT!Kl_!yeJ-42yTAOTOYrjFYd zfQJZI<>E5tllFE$VYQ7;#f%bEcx-;1rGQuwHv>tPCn@u$iRl7C&d6&;;NEAf2(v(v zd95?DrU=YvY)0lSWTuTF?gmh`Vd09A$LcN?(b%WOEvC{oJM3#AWvx7YyYd9gEvN%f|#;(PQp(!F}j*@8)~m79W1SLBgK z^3Yifi$w@2W=yb2IOxA=h8KOAdVtPyx&!(Pn5QK298bwQp1#be_W!CPm-qKIqk9Nd z;lGn4;OT!iunKh&aP}pL*2AQ%E~<|aNFg!!sDr~4CqN8SuSObg{z;dGTi`;+?%~8x zRp8XD>q9`9X{Q#rG=B`po6MS#eRaWZThAY_;TOaw)QXa`9Ns(PNH9S6--gDrBs^et z^?$qn&-S10XTb+J(wCn-cPr`uvcrEQKY-BzC)591YoMp08Pqs;Ft~cMz5{0OBn MHZaq#&~=Xa9|u~sO8@`> literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/config/plugin.png b/zenitPlatformAtmosSet2/src/Resources/config/plugin.png new file mode 100644 index 0000000000000000000000000000000000000000..67fd915563c39a602bb68a794985b528f8bb016a GIT binary patch literal 1286 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m^Cs(B1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxOgGuk#8koDQqR!L z*u>ION5ROz&_dt9Lf_C>*U-$$#K6kPNC66zfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr7I$DAX(!G<*}2 zGxI=#nqXbNzE+-j#U+V($*G<$wn{*A^fEJ3tPG4TO-)Pw1cNx?K)F<$kFyD1}{^7~R?oQzO9L3)tFN-o8GTXXXe6w_d9iFvczHQ!ZxP`d`L!V;J^Uq;tPGYaQ*7fA1zk)z@<(0*_;zUe4uA=&d<7sVbc* zV#VYxy`8I0m_G=d`%%f|`;EBh*2mvv)0c#;j(99<7A)Si@IHH~chARj(Jf2M>lt|t v?sjwte!qw5lxl42lUVb~7yh?Za2qhFo(-!!WVm(~sATeV^>bP0l+XkK*A2-0 literal 0 HcmV?d00001 diff --git a/zenitPlatformAtmosSet2/src/Resources/theme.json b/zenitPlatformAtmosSet2/src/Resources/theme.json new file mode 100644 index 0000000..ecd5606 --- /dev/null +++ b/zenitPlatformAtmosSet2/src/Resources/theme.json @@ -0,0 +1,13705 @@ +{ + "name": "Theme Atmos | Pro - Set2", + "author": "Zenit Design", + "previewMedia": "config/atmos-set-2-preview.png", + "views": [ + "@Storefront", + "@zenitPlatformAtmos", + "@Plugins", + "@zenitPlatformAtmosSet2" + ], + "style": [ + "app/storefront/src/scss/overrides.scss", + "@zenitPlatformAtmos", + "app/storefront/src/scss/base.scss" + ], + "script": [ + "@Storefront", + "@zenitPlatformAtmos", + "app/storefront/dist/storefront/js/zenit-platform-atmos-set2.js" + ], + "asset": [ + "@Storefront", + "app/storefront/dist/assets" + ], + "config": { + "tabs": { + "logo": { + "label": { + "en-GB": "Logos", + "de-DE": "Logos" + } + }, + "typography": { + "label": { + "en-GB": "Typography", + "de-DE": "Typografie" + } + }, + "typoColor": { + "label": { + "en-GB": "Typo & Colors", + "de-DE": "Typografie & Farben" + } + }, + "header": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "footer": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "component": { + "label": { + "en-GB": "Components", + "de-DE": "Elemente" + } + }, + "listing": { + "label": { + "en-GB": "Category", + "de-DE": "Kategorie" + } + }, + "detail": { + "label": { + "en-GB": "Product", + "de-DE": "Produkt" + } + }, + "content": { + "label": { + "en-GB": "Contents", + "de-DE": "Inhalte" + } + } + }, + + "blocks": { + "layout": { + "label": { + "en-GB": "Basic Layout", + "de-DE": "Grundlayout" + } + }, + "productImages": { + "label": { + "en-GB": "Product Images", + "de-DE": "Produktbilder" + } + }, + "background": { + "label": { + "en-GB": "Global Background", + "de-DE": "Globaler Hintergrund" + } + }, + "preloader": { + "label": { + "en-GB": "Preloader", + "de-DE": "Preloader" + } + }, + "accentBorder": { + "label": { + "en-GB": "Accent border", + "de-DE": "Akzentlinie" + } + }, + "fonts": { + "label": { + "en-GB": "Fonts", + "de-DE": "Schriftarten" + } + }, + "logoHeader": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "logoFooter": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "logoOffcanvas": { + "label": { + "en-GB": "Offcanvas Topbar", + "de-DE": "Offcanvas Topbar" + } + }, + "logoMedia": { + "label": { + "en-GB": "Misc", + "de-DE": "Sonstige" + } + }, + "topBar": { + "label": { + "en-GB": "Top bar", + "de-DE": "Top Bar" + } + }, + "header": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + } + }, + "search": { + "label": { + "en-GB": "Search", + "de-DE": "Suche" + } + }, + "shopNavigation": { + "label": { + "en-GB": "Shop navigation (Search, Account, Cart)", + "de-DE": "Shop Navigation (Suche, Konto, Warenkorb)" + } + }, + "mainNavigation": { + "label": { + "en-GB": "Main navigation (Categories)", + "de-DE": "Main Navigation (Kategorien)" + } + }, + "flyoutNavigation": { + "label": { + "en-GB": "Flayout navigation", + "de-DE": "Flayout Navigation" + } + }, + "footer": { + "label": { + "en-GB": "Footer", + "de-DE": "Footer" + } + }, + "footerContent": { + "label": { + "en-GB": "Content", + "de-DE": "Inhalte" + } + }, + "footerColumns": { + "label": { + "en-GB": "Columns", + "de-DE": "Spalten" + } + }, + "footerColumnsStyling": { + "label": { + "en-GB": "Columns styling", + "de-DE": "Spalten Styling" + } + }, + "footerBottom": { + "label": { + "en-GB": "Footer Bottom", + "de-DE": "Footer Bottom" + } + }, + "sidebarNav": { + "label": { + "en-GB": "Sidebar Navigation", + "de-DE": "Sidebar Navigation" + } + }, + "forms": { + "label": { + "en-GB": "Forms", + "de-DE": "Formulare" + } + }, + "baseSliderControls": { + "label": { + "en-GB": "Image & Gallery Slider", + "de-DE": "Bild & Galerie Slider" + } + }, + "productSlider": { + "label": { + "en-GB": "Product Slider", + "de-DE": "Produkt Slider" + } + }, + "pagination": { + "label": { + "en-GB": "Pagination", + "de-DE": "Paginierung" + } + }, + "breadcrumbs": { + "label": { + "en-GB": "Breadcrumbs", + "de-DE": "Breadcrumbs" + } + }, + "cookieBanner": { + "label": { + "en-GB": "Cookie Banner", + "de-DE": "Cookie Banner" + } + }, + "actions": { + "label": { + "en-GB": "Listing actions", + "de-DE": "Listing Actions" + } + }, + "card": { + "label": { + "en-GB": "Produkt boxes", + "de-DE": "Produkt-Boxen" + } + }, + "categoryHeader": { + "label": { + "en-GB": "Header overlay", + "de-DE": "Header überlagernd" + } + }, + "categoryImage": { + "label": { + "en-GB": "Category image", + "de-DE": "Kategoriebild" + } + }, + "categoryFilter": { + "label": { + "en-GB": "Filter", + "de-DE": "Filter" + } + }, + "product": { + "label": { + "en-GB": "Detail", + "de-DE": "Details" + } + }, + "productTabs": { + "label": { + "en-GB": "Tabs", + "de-DE": "Tabs" + } + }, + "productTabsNavigation": { + "label": { + "en-GB": "Tabs Navigation", + "de-DE": "Tabs Navigation" + } + }, + "productTabsContent": { + "label": { + "en-GB": "Tabs Content", + "de-DE": "Tabs Inhalt" + } + }, + "productGallerySlider": { + "label": { + "en-GB": "Gallery Slider", + "de-DE": "Galerie Slider" + } + }, + "deprecated": { + "label": { + "en-GB": "Deprecated Fields", + "de-DE": "Veraltete Felder" + } + } + }, + "sections": { + "mediaTopBarOffcanvas": { + "label": { + "en-GB": "Top Bar Offcanvas", + "de-DE": "Top Bar Offcanvas" + } + }, + "layoutStyle": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "preloader": { + "label": { + "en-GB": "Preloader - Page Loading Animation", + "de-DE": "Preloader - Seitenladeanimation" + } + }, + "layoutAccent": { + "label": { + "en-GB": "Accent Line", + "de-DE": "Akzentlinie" + } + }, + "layoutPaddings": { + "label": { + "en-GB": "Global Body Paddings", + "de-DE": "Globale Body Abstände" + } + }, + "layoutContentContainerPaddings": { + "label": { + "en-GB": "Container Spacings", + "de-DE": "Container Abstände" + } + }, + "layoutRadius": { + "label": { + "en-GB": "Border Radius", + "de-DE": "Abgerundete Ecken" + } + }, + "aspectRatioSimple": { + "label": { + "en-GB": "Aspect ratio - Determination of the optimal aspect ratio based on given aspect ratios which can be used for product listings and product image galleries. (This option can be overwritten by entering the exact image width and height below)", + "de-DE": "Seitenverhältnis - Ermittlung des optimalen Seitenverhältnisses anhand vorgegebener Seitenverhältnisse, welche für Produktlistings und Produkt Image Galerie genutzt werden können. (Diese Option kann durch Eingabe exakter Bildweite und Bildhöhe im Folgenden überschrieben werden)" + } + }, + "aspectRatioDetected": { + "label": { + "en-GB": "Aspect ratio - Determination of the optimal aspect ratio based on exact heights and widths which can be used for product listings and product image gallery", + "de-DE": "Seitenverhältnis - Ermittlung des optimalen Seitenverhältnisses anhand exakter Höhen und Breiten, welche für Produktlistings und Produkt Image Galerie genutzt werden können." + } + }, + "typographyDefault": { + "label": { + "en-GB": "Default fonts (GDPR compliant and self hosted)", + "de-DE": "Theme Schriften" + } + }, + "typographyCustom": { + "label": { + "en-GB": "Custom fonts (Google Fonts or self hosted)", + "de-DE": "Custom Schriften (Google Fonts oder selbst gehostet)" + } + }, + "typographyColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "typographyFontSizes": { + "label": { + "en-GB": "Font sizes", + "de-DE": "Schriftgrößen" + } + }, + "background": { + "label": { + "en-GB": "Global Shop Background - Can be overlaid by the color for the Shop Background under Typo & Colors > Theme colors. Set color value to transparent or color with transparency, e.g. rgba(255,255,255, 0.5)", + "de-DE": "Globaler Shop Hintergrund - Kann durch die Farbe für Shop Hintergrund unter Typografie & Farben > Theme-Farben überlagert werden. Farbwert auf transparent oder Farbton mit Transparenz setzen, z.B. rgba(255,255,255, 0.5)" + } + }, + "headerColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "headerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "headerLogo": { + "label": { + "en-GB": "Logo configuration", + "de-DE": "Logo Einstellungen" + } + }, + "headerHeights": { + "label": { + "en-GB": "Heights & Spacings", + "de-DE": "Höhen & Abstände" + } + }, + "headerSticky": { + "label": { + "en-GB": "Sticky Header", + "de-DE": "Sticky Header" + } + }, + "searchColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "topBarColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "topBarBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "shopNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "shopNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "shopNavigationCart": { + "label": { + "en-GB": "Cart", + "de-DE": "Warenkorb" + } + }, + "mainNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "mainNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "mainNavigationBorder": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + } + }, + "mainNavigationItems": { + "label": { + "en-GB": "Menu Items", + "de-DE": "Menü Elemente" + } + }, + "flyoutNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "flyoutNavigationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "flyoutNavigationItems": { + "label": { + "en-GB": "Items", + "de-DE": "Elemente" + } + }, + "footerColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "footerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "footerContentAssignment": { + "label": { + "en-GB": "Content assignment", + "de-DE": "Inhalt Zuweisung" + } + }, + "footerColumns": { + "label": { + "en-GB": "Columns content", + "de-DE": "Spalten Inhalte" + } + }, + "footerColumnsWidth": { + "label": { + "en-GB": "Columns widths (tablet)", + "de-DE": "Spaltenbreiten (Tablet)" + } + }, + "footerColumnsWidthLarge": { + "label": { + "en-GB": "Columns widths (desktop)", + "de-DE": "Spaltenbreiten (Desktop)" + } + }, + "footerColumnsOrder": { + "label": { + "en-GB": "Columns orders", + "de-DE": "Spaltensortierung" + } + }, + "footerColumnsCollapseState": { + "label": { + "en-GB": "Column collapse state default open (mobile)", + "de-DE": "Spalten standardmäßig ausgeklappt (mobile)" + } + }, + "footerColumnsHeadline": { + "label": { + "en-GB": "Columns Headlines", + "de-DE": "Spalten Überschrift" + } + }, + "footerLogoColumn": { + "label": { + "en-GB": "Logo Column", + "de-DE": "Logo Spalte" + } + }, + "footerHotlineColumn": { + "label": { + "en-GB": "Hotline Column", + "de-DE": "Hotline Spalte" + } + }, + "footerSocialColumn": { + "label": { + "en-GB": "Social Media Icons Column", + "de-DE": "Social Media Icons Spalte" + } + }, + "footerNewsletterColumn": { + "label": { + "en-GB": "Newsletter Column", + "de-DE": "Newsletter Spalte" + } + }, + "footerCustomColumn": { + "label": { + "en-GB": "Custom Column", + "de-DE": "Optionale Spalte" + } + }, + "footerBottomColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "footerBottomBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "formsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "formsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "imageSliderControlsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productSliderColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productSliderBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "baseSliderControlsOutsideColors": { + "label": { + "en-GB": "Gallery Slider (Navigation Mode: Outside)", + "de-DE": "Galerie Slider (Navigation Modus: Außen)" + } + }, + "baseSliderControlsInsideColors": { + "label": { + "en-GB": "Gallery Slider (Navigation Mode: Inside)", + "de-DE": "Galerie Slider (Navigation Modus: Innen)" + } + }, + "imageSliderControlsOutsideColors": { + "label": { + "en-GB": "Image Slider (Navigation mode: Outside)", + "de-DE": "Image Slider (Navigation Modus: Außen)" + } + }, + "imageSliderControlsInsideColors": { + "label": { + "en-GB": "Image Slider (Navigation mode: Inside)", + "de-DE": "Image Slider (Navigation Modus: Innen)" + } + }, + "paginationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "paginationBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "breadcrumbsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "breadcrumbsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cookieBannerBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "categoryHeaderBasic": { + "label": { + "en-GB": "The header can also be displayed on listings on an shopping experience and overlay it. An impressive layout is created especially when overlaying images, sliders and videos.", + "de-DE": "Der Header kann auf Listings auch auf einer Erlebniswelt dargestellt werden und diese überlagern. Insbesondere beim Überlagern von Bilder, Slidern und Videos entsteht ein eindrucksvolles Layout." + } + }, + "categoryImageBasic": { + "label": { + "en-GB": "The category picture can be integrated into the first(!) section of a shopping experience. Define basic settings here, which you can overwrite individually in the respective category. Find out in our documentary how the category image is placed in the header.", + "de-DE": "Das Kategoriebild kann in die erste(!) Section einer Erlebniswelt integriert werden. Definiere hier grundlegende Einstellungen, welche Du in der jeweiligen Kategorie individuell überschreiben kannst. Erfahre in unserer Doku, wie das Kategoriebild in den Header gesetzt wird." + } + }, + "categoryFilterColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "categoryFilterBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "categoryFilterSidebar": { + "label": { + "en-GB": "Sidebar Filter", + "de-DE": "Sidebar Filter" + } + }, + "sidebarNavColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "sidebarNavBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "actionsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cardColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "cardListingColumns": { + "label": { + "en-GB": "Products per row", + "de-DE": "Produkte pro Zeile" + } + }, + "cardListingColumnsSidebar": { + "label": { + "en-GB": "Products per row (with active Sidebar)", + "de-DE": "Produkte pro Zeile (bei aktiver Sidebar)" + } + }, + "cardBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "cardImage": { + "label": { + "en-GB": "Product image", + "de-DE": "Produktbild" + } + }, + "cardName": { + "label": { + "en-GB": "Product name", + "de-DE": "Produktname" + } + }, + "cardDescription": { + "label": { + "en-GB": "Product description", + "de-DE": "Produktbeschreibung" + } + }, + "cardPrice": { + "label": { + "en-GB": "Product price", + "de-DE": "Produktpreis" + } + }, + "cardsCardActions": { + "label": { + "en-GB": "Product actions", + "de-DE": "Produktaktionen" + } + }, + "productColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productName": { + "label": { + "en-GB": "Product Title", + "de-DE": "Produkttitel" + } + }, + "productPrice": { + "label": { + "en-GB": "Product price", + "de-DE": "Produktpreis" + } + }, + "productDetails": { + "label": { + "en-GB": "Product details", + "de-DE": "Produkt Details" + } + }, + "productGallerySliderBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productGallerySliderDimension": { + "label": { + "en-GB": "Width & Height", + "de-DE": "Breite & Höhe" + } + }, + "productGallerySliderNavigation": { + "label": { + "en-GB": "Navigation", + "de-DE": "Navigation" + } + }, + "productGallerySliderZoom": { + "label": { + "en-GB": "Zoom", + "de-DE": "Zoom" + } + }, + "productTabsColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productTabsNavigationColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + }, + "productTabsBasic": { + "label": { + "en-GB": "Basic configuration", + "de-DE": "Grundeinstellungen" + } + }, + "productTabsExtra": { + "label": { + "en-GB": "Custom Tabs", + "de-DE": "Zusätzliche Tabs" + } + }, + "productTabsContentColors": { + "label": { + "en-GB": "Colors", + "de-DE": "Farben" + } + } + }, + + "fields": { + + "zen-layout-style": { + "label": { + "en-GB": "Basic Layout", + "de-DE": "Grundlayout" + }, + "helpText": { + "en-GB": "Boxed = Sets the basic layout width of the shop: Boxed = Limited width

Full Width Boxed = elements limited width and backgrounds fit to browser width

Full Width Header = Header elements fit to browser edge all other content have a limited width, backgrounds fit to browser edge

Full Width = elements and backgrounds fit to browser border


Variable: zen-layout-style", + "de-DE": "Boxed = Legt die grundlegende Layoutbreite des Onlineshops fest.: Boxed = Begrenzte Breite

Full Width Boxed = Elemente begrenzte Breite und Hintergründe bis Browserrand

Full Width Header = Header Elemente bis Browserrand alle anderen Inhalte haben eine begrenzte Breite, Hintergründe bis Browserrand

Full Width = Elemente und Hintergründe bis Browserrand


Variable: zen-layout-style" + }, + "type": "text", + "value": "full-width", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "boxed", + "label": { + "en-GB": "Boxed", + "de-DE": "Boxed" + } + }, + { + "value": "full-width-boxed", + "label": { + "en-GB": "Full Width Boxed", + "de-DE": "Full Width Boxed" + } + }, + { + "value": "full-width-header", + "label": { + "en-GB": "Full Width Header", + "de-DE": "Full Width Header" + } + }, + { + "value": "full-width", + "label": { + "en-GB": "Full Width", + "de-DE": "Full Width" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 100 + }, + "zen-layout-container-width": { + "label": { + "en-GB": "[!] Layout Width", + "de-DE": "[!] Layout Breite" + }, + "helpText": { + "en-GB": "in Pixel - maximum layout-container width. e.g. 1400 (does not work in Full Width mode)


Variable: zen-layout-container-width", + "de-DE": "Angabe in Pixel - maximale Breite des Layout-Containers. z.B. 1400 (wirkt nicht im Modus Full Width)


Variable: zen-layout-container-width" + }, + "type": "string", + "value": 1400, + "block": "layout", + "section": "layoutStyle", + "order": 125 + }, + "zen-icon-set": { + "label": { + "en-GB": "Icon set", + "de-DE": "Icon Set" + }, + "helpText": { + "en-GB": "Changes the icons of the shop-navigation and over places


Variable: zen-icon-set", + "de-DE": "Tauscht die Icons der Shop-Navigation und anderen Stellen aus


Variable: zen-icon-set" + }, + "type": "text", + "value": "featherold", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "entypo", + "label": { + "en-GB": "Entypo Icons (solid)", + "de-DE": "Entypo Icons (solid)" + } + }, + { + "value": "featherold", + "label": { + "en-GB": "Feather Old Icons (outlined)", + "de-DE": "Feather Old Icons (outlined)" + } + }, + { + "value": "feather", + "label": { + "en-GB": "Feather Icons (outlined)", + "de-DE": "Feather Icons (outlined)" + } + }, + { + "value": "material", + "label": { + "en-GB": "Material Icons (solid)", + "de-DE": "Material Icons (solid)" + } + }, + { + "value": "tonicons", + "label": { + "en-GB": "Tonicons Icons (outlined)", + "de-DE": "Tonicons Icons (outlined)" + } + }, + { + "value": "simple", + "label": { + "en-GB": "Simple Line Icons (outlined)", + "de-DE": "Simple Line Icons (outlined)" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 150 + }, + "zen-header-style": { + "label": { + "en-GB": "Header", + "de-DE": "Header" + }, + "helpText": { + "en-GB": "Single-line header: Display of the main navigation in one line with the logo and the shop navigation.

Two-line header:Display of the top bar in one line with the logo and the shop navigation. Main navigation as a separate line.
[!] Influences the setting for the top bar.

Multi-line header: Display of the top bar in a separate line or according to the setting in the top bar configuration. Logo and shop navigation on a separate line. Main navigation on one line.


Variable: zen-header-style", + "de-DE": "Einzeiliger Header: Darstellung der Haupt-Navigation in einer Zeile mit dem Logo und der Shop-Navigation.

Zweizeiliger Header: Darstellung der Top Bar in einer Zeile mit dem Logo und der Shop-Navigation. Haupt-Navigation als eigene Zeile.
[!] Beeinflusst die Einstellung für Top Bar.

Mehrzeiliger Header: Darstellung der Top Bar in eigener Zeile oder nach Einstellung in Top Bar Konfiguration. Logo und Shop-Navigation in eigener Zeile .Haupt-Navigation in einer Zeile.


Variable: zen-header-style" + }, + "type": "text", + "value": "multi-line", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "single-line", + "label": { + "en-GB": "Single line header", + "de-DE": "Einzeiliger Header" + } + }, + { + "value": "two-line", + "label": { + "en-GB": "Two-line header", + "de-DE": "Zweizeilger Header" + } + }, + { + "value": "multi-line", + "label": { + "en-GB": "Multi-line header", + "de-DE": "Mehrzeiliger Header" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 175 + }, + "zen-search-style": { + "label": { + "en-GB": "Suche", + "de-DE": "Suche" + }, + "helpText": { + "en-GB": "The search can be displayed in the default (open) or expandable and overlay.


Variable: zen-search-style", + "de-DE": "Die Suche kann im Standard (offen) oder ausklappbar und überlagernd dargestellt werden.


Variable: zen-search-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard search", + "de-DE": "Standard Suche" + } + }, + { + "value": "overlay", + "label": { + "en-GB": "Overlay search", + "de-DE": "Overlay Suche" + } + }, + { + "value": "expandable", + "label": { + "en-GB": "Expandable search", + "de-DE": "Ausklappbare Suche" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 200 + }, + "zen-logo-position": { + "label": { + "en-GB": "Logo position", + "de-DE": "Logo position" + }, + "helpText": { + "en-GB": "Place the logo inside the header. The other elements such as search and shop navigation are also automatically realigned.


Variable: zen-logo-position", + "de-DE": "Platziere das Logo innerhalb des Headers. Die anderen Elemente wie Suche und Shop-Navigation richten sich dabei ebenfalls automatisch neu aus.


Variable: zen-logo-position" + }, + "type": "text", + "value": "center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Centered", + "de-DE": "Zentriert" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 225 + }, + "zen-top-bar-style": { + "label": { + "en-GB": "[!] Top bar", + "de-DE": "[!] Top bar" + }, + "helpText": { + "en-GB": "In addition to the top bar, which can be folded in or out, it can also be displayed as an offcanvas element like the shopping cart.

[!] Settings have limited effect if the header is displayed as two lines. To Bar is then integrated into the logo line.

[!] Option hidden only possible if no additional languages, currencies and marketing sliders are available - offcanvas top bar is shown as a fallback.


Variable: zen-top-bar-style", + "de-DE": "Neben der ein- oder ausklappbaren Top-Bar, kann sie auch wie der Warenkorb als Offcanvas-Element dargestellt werden.

[!] Einstellungen eingeschränkt wirksam, wenn Header als zweizeilig dargestellt wird. To Bar wird dann in Logo-Zeile integriert.

[!] Option ausgeblendet nur möglich, wenn keine zusätzlichen Sprachen, Währungen und Marketing Slider vorhanden sind - offcanvas Top-Bar wird als Fallback eingeblendet.


Variable: zen-top-bar-style" + }, + "type": "text", + "value": "offcanvas", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "expandable", + "label": { + "en-GB": "Expandable", + "de-DE": "Ausklappbar" + } + }, + { + "value": "collapsible", + "label": { + "en-GB": "Collapsible", + "de-DE": "Einklappbar" + } + }, + { + "value": "offcanvas", + "label": { + "en-GB": "Offcanvas", + "de-DE": "Offcanvas" + } + }, + { + "value": "hidden", + "label": { + "en-GB": "[!] hidden - View help note!", + "de-DE": "[!] ausgeblendet - Hilfe-Hinweis beachten!" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 250 + }, + "zen-main-navigation-style": { + "label": { + "en-GB": "Main Navigation as Offcanvas", + "de-DE": "Main Navigation als Offcanvas" + }, + "helpText": { + "en-GB": "For a modern, minimalist look, the main navigation of the theme can also be displayed on larger viewports as an offcanvas menu. The menu is shown under the so-called burger menu icon, as is already done in the smartphone view.


Variable: zen-main-navigation-style", + "de-DE": "Für den modernen minimalistischen Look kann die Haupt-Navigation des Themes auch auf größeren Viewports als Offcanvas-Menü dargestellt werden. Dabei wird das Menü unter dem sogenannten Burger-Menü Icon dargestellt, wie es bereits in der Smartphone-Ansicht gemacht wird.


Variable: zen-main-navigation-style" + }, + "type": "text", + "value": "offcanvas-md", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "offcanvas-md", + "label": { + "en-GB": "Offcanvas menu < 992px (xs - md)", + "de-DE": "Offcanvas Menü < 992px (xs - md)" + } + }, + { + "value": "offcanvas-lg", + "label": { + "en-GB": "Offcanvas menu < 1200px (xs - lg)", + "de-DE": "Offcanvas Menü < 1200px (xs - lg)" + } + }, + { + "value": "offcanvas-xl", + "label": { + "en-GB": "Offcanvas menu all viewports (xs - xl)", + "de-DE": "Offcanvas Menü für alle Viewports (xs - xl)" + } + } + ] + }, + "block": "layout", + "section": "layoutStyle", + "order": 275 + }, + "zen-buy-quantity-style": { + "label": { + "en-GB": "Quantity field", + "de-DE": "Bestellmengenfeld" + }, + "helpText": { + "en-GB": "Changes the display of the entry of the order quantity for the shopping cart button. In addition to the selection field and the quantity input using the keyboard or -/+ buttons, the order quantity can also be removed entirely.


Variable: zen-buy-quantity-style", + "de-DE": "Verändert die Darstellung der Eingabe der Bestellmenge beim Warenkorb-Button. Neben dem Auswahlfeld und der Mengeneingabe durch die Tastatur oder -/+ Buttons kann die Bestellmenge auch ganz entfernt werden.


Variable: zen-buy-quantity-style" + }, + "type": "text", + "value": "select", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "select", + "label": { + "en-GB": "Quantity selection", + "de-DE": "Mengenauswahl" + } + }, + { + "value": "input", + "label": { + "en-GB": "Quantity input -/+", + "de-DE": "Mengeneingabe -/+" + } + } + ] + }, + "editable": true, + "block": "layout", + "section": "layoutStyle", + "order": 300 + }, + "zen-layout-padding-top-mobile": { + "label": { + "en-GB": "Top (mobile)", + "de-DE": "Oben (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding top of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-top-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite oben

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-top-mobile" + }, + "type": "int", + "value": 0, + "block": "layout", + "section": "layoutPaddings", + "order": 100 + }, + "zen-layout-padding-right-mobile": { + "label": { + "en-GB": "Right (mobile)", + "de-DE": "Rechts (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding right of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-right-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite rechts

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-right-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 125 + }, + "zen-layout-padding-bottom-mobile": { + "label": { + "en-GB": "Bottom (mobile)", + "de-DE": "Unten (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding bottom of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-bottom-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite unten

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-bottom-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 150 + }, + "zen-layout-padding-left-mobile": { + "label": { + "en-GB": "Left (mobile)", + "de-DE": "Links (mobil)" + }, + "helpText": { + "en-GB": "in px - global padding left of the page

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-left-mobile", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite links

Viewports:
xs = Value * 0,25
sm = Value * 0,5
md = Value * 1


Variable: zen-layout-padding-left-mobile" + }, + "type": "int", + "value": 40, + "block": "layout", + "section": "layoutPaddings", + "order": 175 + }, + "zen-layout-padding-top": { + "label": { + "en-GB": "Top", + "de-DE": "Oben" + }, + "helpText": { + "en-GB": "in px - global padding top of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-top", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite oben

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-top" + }, + "type": "int", + "value": 0, + "block": "layout", + "section": "layoutPaddings", + "order": 200 + }, + "zen-layout-padding-right": { + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + }, + "helpText": { + "en-GB": "in px - global padding right of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-right", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite rechts

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-right" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 225 + }, + "zen-layout-padding-bottom": { + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + }, + "helpText": { + "en-GB": "in px - global padding bottom of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-bottom", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite unten

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-bottom" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 250 + }, + "zen-layout-padding-left": { + "label": { + "en-GB": "Left", + "de-DE": "Links" + }, + "helpText": { + "en-GB": "in px - global padding left of the page

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-left", + "de-DE": "Angabe in Pixel - globaler Abstand der Seite links

Viewports:
lg = Value * 0.5
xl = Value * 1


Variable: zen-layout-padding-left" + }, + "type": "int", + "value": 80, + "block": "layout", + "section": "layoutPaddings", + "order": 275 + }, + "zen-layout-container-spacing-top": { + "label": { + "en-GB": "Top", + "de-DE": "Oben" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-top", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-top" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 100 + }, + "zen-layout-container-spacing-right": { + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-right", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-right" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 125 + }, + "zen-layout-container-spacing-bottom": { + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-bottom", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-bottom" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 150 + }, + "zen-layout-container-spacing-left": { + "label": { + "en-GB": "Left", + "de-DE": "Links" + }, + "helpText": { + "en-GB": "in px - padding of main content container


Variable: zen-layout-container-spacing-left", + "de-DE": "Angabe in Pixel - Innenabstand des Hauptinhalt-Containers


Variable: zen-layout-container-spacing-left" + }, + "type": "int", + "value": 36, + "block": "layout", + "section": "layoutContentContainerPaddings", + "order": 175 + }, + "zen-layout-button-radius": { + "label": { + "en-GB": "Buttons", + "de-DE": "Buttons" + }, + "helpText": { + "en-GB": "Global border radius for buttons


Variable: zen-layout-button-radius", + "de-DE": "Abgerundete Ecken für Buttons


Variable: zen-layout-button-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + }, + { + "value": "100", + "label": { + "en-GB": "Round", + "de-DE": "Rund" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 100 + }, + "zen-layout-input-radius": { + "label": { + "en-GB": "Inputs", + "de-DE": "Inputs" + }, + "helpText": { + "en-GB": "Global border radius for input fields


Variable: zen-layout-input-radius", + "de-DE": "Abgerundete Ecken für Formulare Input-Felder


Variable: zen-layout-input-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein Radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + }, + { + "value": "100", + "label": { + "en-GB": "Round", + "de-DE": "Rund" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 125 + }, + "zen-layout-element-radius": { + "label": { + "en-GB": "Elements", + "de-DE": "Elemente" + }, + "helpText": { + "en-GB": "Global border radius for product boxes, product slider thumbnails, tabs, modals (popups) and others


Variable: zen-layout-element-radius", + "de-DE": "Abgerundete Ecken für Produktboxen, Produkt Slider Thumbnails, Tabs, Modals (popups) und anderer Elemente


Variable: zen-layout-element-radius" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "No radius", + "de-DE": "Kein Radius" + } + }, + { + "value": "3", + "label": { + "en-GB": "Small", + "de-DE": "Klein" + } + }, + { + "value": "5", + "label": { + "en-GB": "Medium", + "de-DE": "Mittel" + } + }, + { + "value": "9", + "label": { + "en-GB": "Large", + "de-DE": "Groß" + } + } + ] + }, + "block": "layout", + "section": "layoutRadius", + "order": 150 + }, + "zen-product-listing-card-img-padding": { + "label": { + "en-GB": "[!] Aspect ratio product images", + "de-DE": "[!] Seitenverhältnis Artikelbilder" + }, + "helpText": { + "en-GB": "Select the aspect ratio of your product images in the storefront. Article images in display mode 'default' (Category Listings types: standard & minimal content) and 'contain' (Product Slider Display mode: contain) can be scaled proportionally responsively.

[!] Professional setting: Alternatively, you can use the fields 'Width product image' and 'Height product image' to automatically calculate the exact aspect ratio of your images and have them displayed on the storefront.


Variable: zen-product-listing-card-img-padding", + "de-DE": "Wähle hier das Seitenverhältnis Deiner Artikelbilder im Shop aus. Artikelbilder im Anzeigemodus 'Standard' (Category Listings Typen: Standard & Minimaler Inhalt) und 'Beinhalten' (Product Slider Anzeigemodus: Beinhalten) lassen sich so proportional responsiv skalieren.

[!] Profieinstellung: Über die Felder 'Breite Artikelbild' und 'Höhe Artikelbild' kannst Du alternativ auch das Exakte Seitenverhältnis Deiner Bilder automatisch errechnen und in der Storefront ausgeben lassen.


Variable: zen-product-listing-card-img-padding" + }, + "type": "text", + "value": "133.33", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "177.77", + "label": { + "en-GB": "9:16 Portrait", + "de-DE": "9:16 Hochformat" + } + }, + { + "value": "160", + "label": { + "en-GB": "5:8 Portrait", + "de-DE": "5:8 Hochformat" + } + }, + { + "value": "150", + "label": { + "en-GB": "3:2 Portrait", + "de-DE": "3:2 Hochformat" + } + }, + { + "value": "133.33", + "label": { + "en-GB": "3:4 Portrait", + "de-DE": "3:4 Hochformat" + } + }, + { + "value": "100", + "label": { + "en-GB": "1:1 Squared", + "de-DE": "1:1 Quadratisch" + } + }, + { + "value": "75", + "label": { + "en-GB": "4:3 Landscape", + "de-DE": "4:3 Querformat" + } + }, + { + "value": "66.66", + "label": { + "en-GB": "3:2 Landscape", + "de-DE": "3:2 Querformat" + } + }, + { + "value": "62.5", + "label": { + "en-GB": "8:5 Landscape", + "de-DE": "8:5 Querformat" + } + }, + { + "value": "56.25", + "label": { + "en-GB": "16:9 Landscape", + "de-DE": "16:9 Querformat" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "block": "productImages", + "section": "aspectRatioSimple", + "order": 125 + }, + "zen-product-listing-card-img-width": { + "label": { + "en-GB": "[!] Width product image", + "de-DE": "[!] Breite Artikelbild" + }, + "helpText": { + "en-GB": "in px - leave blank, if not used

Calculates the exact aspect ratio of your product images together with the field 'Height produkt image'. Article images in display mode 'default' and 'contain' can be scaled proportionally responsively.

[!] This setting replaces the settings from 'Aspect ratio product images'.


Variable: zen-product-listing-card-img-width", + "de-DE": "Angabe in Pixel - leer lassen, wenn nicht verwendet

Errechnet zusammen mit dem Feld 'Höhe Artikelbild' das exakte Seitenverhältnis Deiner Artikelbilder aus. Artikelbilder im Anzeigemodus 'Standard' und 'Beinhalten' lassen sich so proportional responsiv skalieren.

[!] Diese Einstellung ersetzt die Konfiguration aus 'Seitenverhältnis Artikelbilder'.


Variable: zen-product-listing-card-img-width" + }, + "type": "text", + "value": "", + "editable": true, + "block": "productImages", + "section": "aspectRatioDetected", + "order": 150 + }, + "zen-product-listing-card-img-height": { + "label": { + "en-GB": "[!] Height product image", + "de-DE": "[!] Höhe Artikelbild" + }, + "helpText": { + "en-GB": "in px - leave blank, if not used

Calculates the exact aspect ratio of your product images together with the field 'Width product image'. Article images in display mode 'default' and 'contain' can be scaled proportionally responsively.

[!] This setting replaces the settings from 'Aspect ratio product images'.


Variable: zen-product-listing-card-img-height", + "de-DE": "Angabe in Pixel - leer lassen, wenn nicht verwendet
br>Errechnet zusammen mit dem Feld 'Breite Artikelbild' das exakte Seitenverhältnis Deiner Artikelbilder aus. Artikelbilder im Anzeigemodus 'Standard' und 'Beinhalten' lassen sich so proportional responsiv skalieren.

[!] Diese Einstellung ersetzt die Konfiguration aus 'Seitenverhältnis Artikelbilder'.


Variable: zen-product-listing-card-img-height" + }, + "type": "text", + "value": "", + "editable": true, + "block": "productImages", + "section": "aspectRatioDetected", + "order": 175 + }, + "zen-layout-bg-img": { + "label": { + "en-GB": "Background image", + "de-DE": "Hintergrundbild" + }, + "helpText": { + "en-GB": "Background image of the body.


Variable: zen-layout-bg-img", + "de-DE": "Hintergrundbild ds Bodys.


Variable: zen-layout-bg-img" + }, + "type": "media", + "value": "app/storefront/dist/assets/background/atmos-set-2-bg.jpg", + "editable": true, + "fullwidth": true, + "block": "background", + "section": "background", + "order": 100 + }, + "zen-layout-bg-img-repeat": { + "label": { + "en-GB": "Background image repeat", + "de-DE": "Hintergrundbild Wiederholung" + }, + "helpText": { + "en-GB": "Determines whether a background is repeated over the entire width or / and height of an element.


Variable: zen-layout-bg-img-repeat", + "de-DE": "Legt fest, ob ein Hintergrund über die gesamte Breite oder/und Höhe eines Elements wiederholt wird.


Variable: zen-layout-bg-img-repeat" + }, + "type": "text", + "value": "repeat-x", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "no-repeat", + "label": { + "en-GB": "No repeat", + "de-DE": "Nicht wiederholend" + } + }, + { + "value": "repeat", + "label": { + "en-GB": "Repeat all", + "de-DE": "Wiederholend" + } + }, + { + "value": "repeat-x", + "label": { + "en-GB": "Repeat horizontal", + "de-DE": "Horizontal wiederholend" + } + }, + { + "value": "repeat-y", + "label": { + "en-GB": "Repeat vertical", + "de-DE": "Vertikal wiederholend" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 125 + }, + "zen-layout-bg-img-attachment": { + "label": { + "en-GB": "Background image attachment", + "de-DE": "Hintergrundbild Fixierung" + }, + "helpText": { + "en-GB": "Determines whether a background image moves along with scrolling or retains its fixed location on the page.


Variable: zen-layout-bg-img-attachment", + "de-DE": "Bestimmt, ob ein Hintergrundbild beim Scrollen mitwandert oder seinen festen Ort auf der Seite behält.


Variable: zen-layout-bg-img-attachment" + }, + "type": "text", + "value": "scroll", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "scroll", + "label": { + "en-GB": "Scroll", + "de-DE": "Scrollend" + } + }, + { + "value": "fixed", + "label": { + "en-GB": "Fixed", + "de-DE": "Fixiert" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 150 + }, + "zen-layout-bg-img-position": { + "label": { + "en-GB": "Background image position", + "de-DE": "Hintergrundbild Position" + }, + "helpText": { + "en-GB": "Sets the position of a background image depending on the background-repeat.


Variable: zen-layout-bg-img-position", + "de-DE": "Legt abhängig von background-repeat die Position eines Hintergrundbildes fest.


Variable: zen-layout-bg-img-position" + }, + "type": "text", + "value": "center top", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left top", + "label": { + "en-GB": "Left top", + "de-DE": "Link oben" + } + }, + { + "value": "left center", + "label": { + "en-GB": "Left center", + "de-DE": "Links mitte" + } + }, + { + "value": "left bottom", + "label": { + "en-GB": "Left bottom", + "de-DE": "Links unten" + } + }, + { + "value": "center top", + "label": { + "en-GB": "Center top", + "de-DE": "Mitte oben" + } + }, + { + "value": "center center", + "label": { + "en-GB": "Center center", + "de-DE": "Mitte mitte" + } + }, + { + "value": "center bottom", + "label": { + "en-GB": "Center bottom", + "de-DE": "Mitte unten" + } + }, + { + "value": "right top", + "label": { + "en-GB": "Right top", + "de-DE": "Rechts oben" + } + }, + { + "value": "right center", + "label": { + "en-GB": "Right center", + "de-DE": "Rechts mitte" + } + }, + { + "value": "right bottom", + "label": { + "en-GB": "Right bottom", + "de-DE": "Rechts unten" + } + } + ] + }, + "editable": true, + "block": "background", + "section": "background", + "order": 175 + }, + "zen-layout-bg-img-size": { + "label": { + "en-GB": "Background image size", + "de-DE": "Hintergrundbild Größe" + }, + "helpText": { + "en-GB": "Specifies the size of the background image. e.g. auto | cover | contain | 100% 100% | 100px 100px


Variable: zen-layout-bg-img-size", + "de-DE": "Legt die Größe des Hintergrundbildes fest. z.B.: auto | cover | contain | 100% 100% | 100px 100px


Variable: zen-layout-bg-img-size" + }, + "type": "string", + "value": "auto", + "editable": true, + "block": "background", + "section": "background", + "order": 200 + }, + "zen-layout-preloader-display": { + "label": { + "en-GB": "Display", + "de-DE": "Anzeige" + }, + "helpText": { + "en-GB": "Choose between no preloader animation, animation on home oder animation on all sites.


Variable: zen-layout-preloader-display", + "de-DE": "Wähle zwischen keiner Anzeige der Preloader Animation, der Anzeige auf der Startseite oder der Anzeige auf allen Seiten.


Variable: zen-layout-preloader-display" + }, + "type": "text", + "value": "home", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nicht anzeigen" + } + }, + { + "value": "home", + "label": { + "en-GB": "Home page only", + "de-DE": "Nur Startseite" + } + }, + { + "value": "all", + "label": { + "en-GB": "All pages", + "de-DE": "Alle Seiten" + } + }, + { + "value": "nohome", + "label": { + "en-GB": "All pages except Home", + "de-DE": "Alle Seiten außer Startseite" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 100 + }, + "zen-layout-preloader-style": { + "label": { + "en-GB": "Style", + "de-DE": "Style" + }, + "helpText": { + "en-GB": "Choose preloader animation.


Variable: zen-layout-preloader-style", + "de-DE": "Wähle eine Seitenladeanimation.


Variable: zen-layout-preloader-style" + }, + "type": "string", + "value": "preloader-1", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "preloader-1", + "label": { + "en-GB": "Preloader 1", + "de-DE": "Preloader 1" + } + }, + { + "value": "preloader-2", + "label": { + "en-GB": "Preloader 2", + "de-DE": "Preloader 2" + } + }, + { + "value": "preloader-3", + "label": { + "en-GB": "Preloader 3", + "de-DE": "Preloader 3" + } + }, + { + "value": "preloader-4", + "label": { + "en-GB": "Preloader 4", + "de-DE": "Preloader 4" + } + }, + { + "value": "preloader-5", + "label": { + "en-GB": "Preloader 5 - Logo Animation", + "de-DE": "Preloader 5 - Logo Animation" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 125 + }, + "zen-layout-preloader-exit": { + "label": { + "en-GB": "Exit Animation", + "de-DE": "Ausblende Animation" + }, + "helpText": { + "en-GB": "Specifies the animation with which the preloader disappears.


Variable: zen-layout-preloader-exit", + "de-DE": "Legt fest, mit welcher Animation der Preloader verschwindet.


Variable: zen-layout-preloader-exit" + }, + "type": "text", + "value": "fade-out-top", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "fade-out", + "label": { + "en-GB": "fade-out", + "de-DE": "fade-out" + } + }, + { + "value": "fade-out-top", + "label": { + "en-GB": "fade-out-top", + "de-DE": "fade-out-top" + } + }, + { + "value": "puff-out-center", + "label": { + "en-GB": "puff-out-center", + "de-DE": "puff-out-center" + } + }, + { + "value": "slide-out-blurred-top", + "label": { + "en-GB": "slide-out-blurred-top", + "de-DE": "slide-out-blurred-top" + } + }, + { + "value": "slide-out-bck-center", + "label": { + "en-GB": "slide-out-bck-center", + "de-DE": "slide-out-bck-center" + } + }, + { + "value": "slide-out-top", + "label": { + "en-GB": "slide-out-top", + "de-DE": "slide-out-top" + } + } + ] + }, + "block": "preloader", + "section": "preloader", + "order": 150 + }, + "zen-layout-preloader-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Hintergrund" + }, + "helpText": { + "en-GB": "Variable: zen-layout-preloader-bg", + "de-DE": "Variable: zen-layout-preloader-bg" + }, + "type": "color", + "value": "$sw-color-brand-secondary", + "block": "preloader", + "section": "preloader", + "order": 175 + }, + "zen-layout-preloader-color": { + "label": { + "en-GB": "Color", + "de-DE": "Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-layout-preloader-color", + "de-DE": "Variable: zen-layout-preloader-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "block": "preloader", + "section": "preloader", + "order": 200 + }, + "zen-layout-border-top-width": { + "label": { + "en-GB": "Accent line top", + "de-DE": "Akzentlinie oben" + }, + "helpText": { + "en-GB": "in px


Variable: zen-layout-border-top-width", + "de-DE": "Angabe in Pixel


Variable: zen-layout-border-top-width" + }, + "type": "int", + "value": 5, + "block": "accentBorder", + "section": "layoutAccent", + "order": 100 + }, + "zen-layout-border-top-color": { + "label": { + "en-GB": "Accent line color", + "de-DE": "Akzentlinie Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-layout-border-top-color", + "de-DE": "Variable: zen-layout-border-top-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "block": "accentBorder", + "section": "layoutAccent", + "order": 125 + }, + "sw-logo-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: sw-logo-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: sw-logo-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 100 + }, + "sw-logo-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: sw-logo-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: sw-logo-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 200 + }, + "sw-logo-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: sw-logo-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: sw-logo-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "tab": "logo", + "block": "logoHeader", + "order": 300 + }, + "zen-logo-footer-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: zen-logo-footer-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: zen-logo-footer-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 100 + }, + "zen-logo-footer-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: zen-logo-footer-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: zen-logo-footer-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 200 + }, + "zen-logo-footer-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: zen-logo-footer-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: zen-logo-footer-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoFooter", + "order": 300 + }, + "zen-logo-offcanvas-desktop": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Displayed for viewports of above 991px


Variable: zen-logo-offcanvas-desktop", + "de-DE": "Wird über einem Viewport von 991px angezeigt


Variable: zen-logo-offcanvas-desktop" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 100 + }, + "zen-logo-offcanvas-tablet": { + "label": { + "en-GB": "Tablet", + "de-DE": "Tablet" + }, + "helpText": { + "en-GB": "Displayed between a viewport of 767px to 991px


Variable: zen-logo-offcanvas-tablet", + "de-DE": "Wird zwischen einem viewport von 767px bis 991px angezeigt


Variable: zen-logo-offcanvas-tablet" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 200 + }, + "zen-logo-offcanvas-mobile": { + "label": { + "en-GB": "Mobile", + "de-DE": "Mobil" + }, + "helpText": { + "en-GB": "Displayed up to a viewport of 767px


Variable: zen-logo-offcanvas-mobile", + "de-DE": "Wird bis zu einem Viewport von 767px angezeigt


Variable: zen-logo-offcanvas-mobile" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-logo-light.svg", + "editable": true, + "fullwidth": true, + "tab": "logo", + "block": "logoOffcanvas", + "order": 300 + }, + "sw-logo-share": { + "label": { + "en-GB": "App & share icon", + "de-DE": "App- & Share-Icon" + }, + "helpText": { + "en-GB": "Variable: sw-logo-share", + "de-DE": "Variable: sw-logo-share" + }, + "type": "media", + "value": "", + "editable": true, + "tab": "logo", + "block": "logoMedia", + "order": 400 + }, + "sw-logo-favicon": { + "label": { + "en-GB": "Favicon", + "de-DE": "Favicon" + }, + "helpText": { + "en-GB": "Variable: sw-logo-favicon", + "de-DE": "Variable: sw-logo-favicon" + }, + "type": "media", + "value": "app/storefront/dist/assets/logo/demo-atmos-set-2-favicon.png", + "editable": true, + "tab": "logo", + "block": "logoMedia", + "order": 500 + }, + "sw-color-brand-primary": { + "label": { + "en-GB": "Primary color", + "de-DE": "Primärfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-color-brand-primary", + "de-DE": "Variable: sw-color-brand-primary" + }, + "type": "color", + "value": "#e87d00", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 100 + }, + "sw-color-brand-secondary": { + "label": { + "en-GB": "Secondary color", + "de-DE": "Sekundärfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-color-brand-secondary", + "de-DE": "Variable: sw-color-brand-secondary" + }, + "type": "color", + "value": "#2a2a2a", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 200 + }, + "sw-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: sw-border-color", + "de-DE": "Variable: sw-border-color" + }, + "type": "color", + "value": "#e8e7e8", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 300 + }, + "sw-background-color": { + "label": { + "en-GB": "Body Background", + "de-DE": "Body Hintergrund" + }, + "helpText": { + "en-GB": "Variable: sw-background-color", + "de-DE": "Variable: sw-background-color" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 400 + }, + "zen-container-bg": { + "label": { + "en-GB": "Shop Background", + "de-DE": "Shop Hintergrund" + }, + "helpText": { + "en-GB": "Leave the field empty or enter 'transparent' to make the container backgrounds invisible.


Variable: zen-container-bg", + "de-DE": "Lass das Feld leer oder gibt 'transparent' ein, um die Container Hintergründe nicht sichtbar zu gestalten.


Variable: zen-container-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 425 + }, + "zen-meta-theme-color": { + "label": { + "en-GB": "[!] Meta Theme-color", + "de-DE": "[!] Meta Theme-Farbe" + }, + "helpText": { + "en-GB": "The theme-color value for the name attribute of the element. Indicates a color that user agents (browser) should use to customize the display of the page or of the surrounding user interface.

[!] Do not use variables (e.g. $sw-color-brand-primary), because the value is not processed in SCSS.


Variable: zen-meta-theme-color", + "de-DE": "Der Wert theme-color für das name-Attribut des -Elements. Gibt eine Farbe an, die User-agents (Browser) verwenden sollen, um die Anzeige der Seite oder der umgebenden Benutzeroberfläche anzupassen.

[!] Keine Farbvariablen (z.B. $sw-color-brand-primary) verwenden, da der Wert nicht in SCSS verarbeitet wird.


Variable: zen-meta-theme-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "themeColors", + "order": 450 + }, + "sw-color-success": { + "label": { + "en-GB": "Success", + "de-DE": "Erfolg" + }, + "helpText": { + "en-GB": "Variable: sw-color-success", + "de-DE": "Variable: sw-color-success" + }, + "type": "color", + "value": "#3cc261", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 100 + }, + "sw-color-info": { + "label": { + "en-GB": "Information", + "de-DE": "Information" + }, + "helpText": { + "en-GB": "Variable: sw-color-info", + "de-DE": "Variable: sw-color-info" + }, + "type": "color", + "value": "#26b6cf", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 200 + }, + "sw-color-warning": { + "label": { + "en-GB": "Notice", + "de-DE": "Hinweis" + }, + "helpText": { + "en-GB": "Variable: sw-color-warning", + "de-DE": "Variable: sw-color-warning" + }, + "type": "color", + "value": "#ffbd5d", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 300 + }, + "sw-color-danger": { + "label": { + "en-GB": "Error", + "de-DE": "Fehler" + }, + "helpText": { + "en-GB": "Variable: sw-color-danger", + "de-DE": "Variable: sw-color-danger" + }, + "type": "color", + "value": "#e52427", + "editable": true, + "tab": "typoColor", + "block": "statusColors", + "order": 400 + }, + "zen-font-family-base-default": { + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + }, + "helpText": { + "en-GB": "Loads the local font family in the specified font styles. If selected, no custom fonts are loaded via Google. Variable: zen-font-family-base-default", + "de-DE": "Lädt die lokale Schriftfamilie in den angegebenen Font-Styles. Wenn gewählt, werden keine Custom Schriften über Google geladen. Variable: zen-font-family-base-default" + }, + "type": "text", + "value": "custom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "custom", + "label": { + "en-GB": "- Custom fonts -", + "de-DE": "- Custom Schriftart -" + } + }, + { + "value": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "label": { + "en-GB": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "de-DE": "'Catamaran', sans-serif [200, 300, regular, 600, 800]" + } + }, + { + "value": "'Inter', sans-serif", + "label": { + "en-GB": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]", + "de-DE": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "label": { + "en-GB": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "de-DE": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]" + } + }, + { + "value": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + }, + { + "value": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "label": { + "en-GB": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "de-DE": "'Quicksand', sans-serif [300, regular, 500, 600, 700]" + } + }, + { + "value": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyDefault", + "order": 100 + }, + "zen-font-family-headline-default": { + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + }, + "helpText": { + "en-GB": "Loads the local font family in the specified font styles. If selected, no custom fonts are loaded via Google. Variable: zen-font-family-headline-default", + "de-DE": "Lädt die lokale Schriftfamilie in den angegebenen Font-Styles. Wenn gewählt, werden keine Custom Schriften über Google geladen. Variable: zen-font-family-headline-default" + }, + "type": "text", + "value": "custom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "custom", + "label": { + "en-GB": "- Custom fonts -", + "de-DE": "- Custom Schriftart -" + } + }, + { + "value": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "label": { + "en-GB": "'Catamaran', sans-serif [200, 300, regular, 600, 800]", + "de-DE": "'Catamaran', sans-serif [200, 300, regular, 600, 800]" + } + }, + { + "value": "'Inter', sans-serif", + "label": { + "en-GB": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]", + "de-DE": "Inter, sans-serif [regular, italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Josefin Sans', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "label": { + "en-GB": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]", + "de-DE": "'Lora', serif [regular, italic, 500, 500italic, 600, 600italic, 700, 700italic]" + } + }, + { + "value": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "label": { + "en-GB": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]", + "de-DE": "'Merriweather', serif [300, 300italic, regular, italic, 700, 700italic]" + } + }, + { + "value": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Poppins', sans-serif [200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + }, + { + "value": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "label": { + "en-GB": "'Quicksand', sans-serif [300, regular, 500, 600, 700]", + "de-DE": "'Quicksand', sans-serif [300, regular, 500, 600, 700]" + } + }, + { + "value": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "label": { + "en-GB": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]", + "de-DE": "'Rubik', sans-serif [300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 800, 800italic]" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyDefault", + "order": 125 + }, + "sw-font-family-base": { + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + }, + "helpText": { + "en-GB": "1. Visit https://fonts.google.com

2. Choose font

3. Enter font name: Font embedding is composed automatically by font name to the embedding link - Wrap multipart font names in single qotes '.

Example:
Roboto Condensed becomes
'Roboto Condensed'


Variable: sw-font-family-base", + "de-DE": "1. Besuche https://fonts.google.com

2. Schrift aussuchen

3. Schriftnamen eintragen: Schrifteinbettung wird automatisch durch Schriftname zum Einbettungslink zusammengesetzt - Umfasse Mehrwort-Schriftnamen in einfache Anführungszeichen '.

Beispiel:
Roboto Condensed wird zu
'Roboto Condensed'


Variable: sw-font-family-base" + }, + "type": "fontFamily", + "value": "'Rubik', sans-serif", + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 100 + }, + "zen-font-family-base-weight": { + "label": { + "en-GB": "Font Weights text", + "de-DE": "Schriftstärken Text" + }, + "helpText": { + "en-GB": "Variable: zen-font-family-base-weight", + "de-DE": "Variable: zen-font-family-base-weight" + }, + "type": "text", + "value": [ + "300", + "400", + "600", + "700" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "100italic", + "label": { + "en-GB": "Thin - 100 italic", + "de-DE": "Thin - 100 italic" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "200italic", + "label": { + "en-GB": "Extra Light - 200 italic", + "de-DE": "Extra Light - 200 italic" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "300italic", + "label": { + "en-GB": "Light - 300 italic", + "de-DE": "Light - 2300 italic" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "400italic", + "label": { + "en-GB": "Regular - 400 italic", + "de-DE": "Regular - 400 italic" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "500italic", + "label": { + "en-GB": "Medium - 500 italic", + "de-DE": "Medium - 500 italic" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "600italic", + "label": { + "en-GB": "Semi-bold - 600 italic", + "de-DE": "Semi-bold - 600 italic" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "700italic", + "label": { + "en-GB": "Bold - 700 italic", + "de-DE": "Bold - 700 italic" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "800italic", + "label": { + "en-GB": "Extra Bold - 800 italic", + "de-DE": "Extra Bold - 800 italic" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + }, + { + "value": "900italic", + "label": { + "en-GB": "Black - 900 italic", + "de-DE": "Black - 900 italic" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 125, + "scss": false + }, + "sw-font-family-headline": { + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + }, + "helpText": { + "en-GB": "1. Visit https://fonts.google.com

2. Choose font

3. Enter font name: Font embedding is composed automatically by font name to the embedding link - Wrap multipart font names in single qotes '.

Example:
Roboto Condensed becomes
'Roboto Condensed'


Variable: sw-font-family-headline", + "de-DE": "1. Besuche https://fonts.google.com

2. Schrift aussuchen

3. Schriftnamen eintragen: Schrifteinbettung wird automatisch durch Schriftname zum Einbettungslink zusammengesetzt - Umfasse Mehrwort-Schriftnamen in einfache Anführungszeichen '.

Beispiel:
Roboto Condensed wird zu
'Roboto Condensed'


Variable: sw-font-family-headline" + }, + "type": "fontFamily", + "value": "'Vidaloka', serif", + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 150 + }, + "zen-font-family-headline-weight": { + "label": { + "en-GB": "Font Weights headline", + "de-DE": "Schriftstärken Überschrift" + }, + "helpText": { + "en-GB": "Variable: zen-font-family-headline-weight", + "de-DE": "Variable: zen-font-family-headline-weight" + }, + "type": "text", + "value": [ + "400" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "100italic", + "label": { + "en-GB": "Thin - 100 italic", + "de-DE": "Thin - 100 italic" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "200italic", + "label": { + "en-GB": "Extra Light - 200 italic", + "de-DE": "Extra Light - 200 italic" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "300italic", + "label": { + "en-GB": "Light - 300 italic", + "de-DE": "Light - 2300 italic" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "400italic", + "label": { + "en-GB": "Regular - 400 italic", + "de-DE": "Regular - 400 italic" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "500italic", + "label": { + "en-GB": "Medium - 500 italic", + "de-DE": "Medium - 500 italic" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "600italic", + "label": { + "en-GB": "Semi-bold - 600 italic", + "de-DE": "Semi-bold - 600 italic" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "700italic", + "label": { + "en-GB": "Bold - 700 italic", + "de-DE": "Bold - 700 italic" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "800italic", + "label": { + "en-GB": "Extra Bold - 800 italic", + "de-DE": "Extra Bold - 800 italic" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + }, + { + "value": "900italic", + "label": { + "en-GB": "Black - 900 italic", + "de-DE": "Black - 900 italic" + } + } + ] + }, + "editable": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 200, + "scss": false + }, + "zen-font-family-import": { + "label": { + "en-GB": "Load fonts", + "de-DE": "Schriften laden" + }, + "helpText": { + "en-GB": "If active, the fonts are implemented by Google Fonts (fonts.google.com). An additional note in your privacy policy regarding the use of Google Fonts may be necessary. Deactivate this option if you want to host the fonts yourself and no connection to the Google servers should be established.


Variable: zen-font-family-import", + "de-DE": "Wenn aktiv, werden die Schriften durch Google Fonts (fonts.google.com) implementiert. Ein zusätzlicher Hinweis in Deinen Datenschutzerklärung bzgl. der Verwendung von Google Fonts kann dadurch notwendig werden. Deaktiviere diese Option, wenn Du die Schriften selbst hosten willst und keine Verbindung zu den Google Servern aufgebaut werden soll.


Variable: zen-font-family-import" + }, + "type": "bool", + "value": true, + "tab": "typoColor", + "block": "fonts", + "section": "typographyCustom", + "order": 225, + "scss": false, + "fullwidth": true + }, + "sw-text-color": { + "label": { + "en-GB": "Text color", + "de-DE": "Textfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-text-color", + "de-DE": "Variable: sw-text-color" + }, + "type": "color", + "value": "#6d6d6d", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 100 + }, + "zen-light-text-color": { + "label": { + "en-GB": "Light text color", + "de-DE": "Helle Textfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-light-text-color", + "de-DE": "Variable: zen-light-text-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 125 + }, + "sw-headline-color": { + "label": { + "en-GB": "Headline color", + "de-DE": "Überschriftfarbe" + }, + "helpText": { + "en-GB": "Variable: sw-headline-color", + "de-DE": "Variable: sw-headline-color" + }, + "type": "color", + "value": "#111111", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 150 + }, + "zen-light-headline-color": { + "label": { + "en-GB": "Light Headline color", + "de-DE": "Helle Überschriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-light-headline-color", + "de-DE": "Variable: zen-light-headline-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyColors", + "order": 175 + }, + "zen-font-size-base": { + "label": { + "en-GB": "Base font size", + "de-DE": "Basis Schriftgröße" + }, + "helpText": { + "en-GB": "in px - default 16px


Variable: zen-font-size-base", + "de-DE": "Angabe in Pixel - Standard 16px


Variable: zen-font-size-base" + }, + "type": "int", + "value": 14, + "editable": true, + "fullwidth": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 100 + }, + "zen-h1-font-size": { + "label": { + "en-GB": "H1", + "de-DE": "H1" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h1-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h1-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 125 + }, + "zen-h2-font-size": { + "label": { + "en-GB": "H2", + "de-DE": "H2" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h2-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h2-font-size" + }, + "type": "int", + "value": 28, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 150 + }, + "zen-h3-font-size": { + "label": { + "en-GB": "H3", + "de-DE": "H3" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h3-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h3-font-size" + }, + "type": "int", + "value": 24, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 175 + }, + "zen-h4-font-size": { + "label": { + "en-GB": "H4", + "de-DE": "H4" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h4-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h4-font-size" + }, + "type": "int", + "value": 20, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 200 + }, + "zen-h5-font-size": { + "label": { + "en-GB": "H5", + "de-DE": "H5" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h5-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h5-font-size" + }, + "type": "int", + "value": 16, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 225 + }, + "zen-h6-font-size": { + "label": { + "en-GB": "H6", + "de-DE": "H6" + }, + "helpText": { + "en-GB": "in px


Variable: zen-h6-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-h6-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "typoColor", + "block": "typography", + "section": "typographyFontSizes", + "order": 250 + }, + "sw-color-price": { + "label": { + "en-GB": "Price", + "de-DE": "Preis" + }, + "helpText": { + "en-GB": "Variable: sw-color-price", + "de-DE": "Variable: sw-color-price" + }, + "type": "color", + "value": "#4a4a4a", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 100 + }, + "sw-color-buy-button": { + "label": { + "en-GB": "Buy button", + "de-DE": "Kaufen-Button" + }, + "helpText": { + "en-GB": "Variable: sw-color-buy-button", + "de-DE": "Variable: sw-color-buy-button" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 200 + }, + "sw-color-buy-button-text": { + "label": { + "en-GB": "Buy button text", + "de-DE": "Kaufen-Button Text" + }, + "helpText": { + "en-GB": "Variable: sw-color-buy-button-text", + "de-DE": "Variable: sw-color-buy-button-text" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "typoColor", + "block": "eCommerce", + "order": 300 + }, + "zen-header-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-header-bg", + "de-DE": "Variable: zen-header-bg" + }, + "type": "color", + "value": "#2a2a2a", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 100 + }, + "zen-header-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-header-color", + "de-DE": "Variable: zen-header-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 125 + }, + "zen-header-border-bottom-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-header-border-bottom-color", + "de-DE": "Variable: zen-header-border-bottom-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 150 + }, + "zen-header-border-bottom": { + "label": { + "en-GB": "Border bottom", + "de-DE": "Rahmen unten" + }, + "helpText": { + "en-GB": "Variable: zen-header-border-bottom", + "de-DE": "Variable: zen-header-border-bottom" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "header", + "section": "headerColors", + "order": 175 + }, + "zen-logo-size-mobile": { + "label": { + "en-GB": "Logo size (mobile)", + "de-DE": "Logo Größe (mobil)" + }, + "helpText": { + "en-GB": "in % - Logo size in % for smaller viewports


Variable: zen-logo-size-mobile", + "de-DE": "Angabe in Prozent - Logo Größe in % im Verhältnis zur Header-Höhe für kleinere Geräte


Variable: zen-logo-size-mobile" + }, + "type": "int", + "value": 75, + "tab": "header", + "block": "header", + "section": "headerLogo", + "order": 100 + }, + "zen-logo-size": { + "label": { + "en-GB": "Logo size", + "de-DE": "Logo Größe" + }, + "helpText": { + "en-GB": "in p% - Logo size in % for bigger viewports


Variable: zen-logo-size", + "de-DE": "Angabe in Prozent - Logo Größe in % im Verhältnis zur Header-Höhe für größere Geräte


Variable: zen-logo-size" + }, + "type": "int", + "value": 60, + "tab": "header", + "block": "header", + "section": "headerLogo", + "order": 125 + }, + "zen-header-height-mobile": { + "label": { + "en-GB": "Height (mobile)", + "de-DE": "Höhe (mobile)" + }, + "helpText": { + "en-GB": "in px - Set the height of the main header element for smaller viewports.


Variable: zen-header-height-mobile", + "de-DE": "Angabe in Pixel - Legt die Höhe des Headers für kleine Geräte fest.


Variable: zen-header-height-mobile" + }, + "type": "int", + "value": 50, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 100 + }, + "zen-header-height": { + "label": { + "en-GB": "Height", + "de-DE": "Höhe" + }, + "helpText": { + "en-GB": "in px - Set the height of the main header element for bigger viewports.


Variable: zen-header-height", + "de-DE": "Angabe in Pixel - Legt die Höhe des Headers für größere Geräte fest.


Variable: zen-header-height" + }, + "type": "int", + "value": 80, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 125 + }, + "zen-header-padding-top-mobile": { + "label": { + "en-GB": "Padding top (mobile)", + "de-DE": "Abstand oben (mobile)" + }, + "helpText": { + "en-GB": "in px - Set the padding top of the main header element for smaller viewports.


Variable: zen-header-padding-top-mobile", + "de-DE": "Angabe in Pixel - Legt die Abstand nach oben des Headers für kleine Geräte fest.


Variable: zen-header-padding-top-mobile" + }, + "type": "int", + "value": 0, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 150 + }, + "zen-header-padding-top": { + "label": { + "en-GB": "Padding top", + "de-DE": "Abstand oben" + }, + "helpText": { + "en-GB": "in px - Set the padding top of the main header element for bigger viewports.


Variable: zen-header-padding-top", + "de-DE": "Angabe in Pixel - Legt einen Abstand nach oben des Headers für größere Geräte fest.


Variable: zen-header-padding-top" + }, + "type": "int", + "value": 40, + "tab": "header", + "block": "header", + "section": "headerHeights", + "order": 175 + }, + "zen-sticky-header": { + "label": { + "en-GB": "Viewports", + "de-DE": "Anzeigebereiche" + }, + "helpText": { + "en-GB": "The header will be stick to the top when you scroll to bottom of the page.


Variable: zen-sticky-header", + "de-DE": "Fixiert den Header am oberen Bildschirmrand wenn nach unten gescrollt wird.


Variable: zen-sticky-header" + }, + "type": "text", + "value": [ + "XS", + "SM", + "MD", + "LG", + "XL" + ], + "custom": { + "componentName": "sw-multi-select", + "options": [ + { + "value": "XS", + "label": { + "en-GB": "Extra small devices", + "de-DE": "Sehr kleine Geräte" + } + }, + { + "value": "SM", + "label": { + "en-GB": "Small devices", + "de-DE": "Kleine geräte" + } + }, + { + "value": "MD", + "label": { + "en-GB": "Medium devices", + "de-DE": "Mittlere Geräte" + } + }, + { + "value": "LG", + "label": { + "en-GB": "Large devices", + "de-DE": "Große Geräte" + } + }, + { + "value": "XL", + "label": { + "en-GB": "Extra large devices", + "de-DE": "Extra große Geräte" + } + } + ] + }, + "fullwidth": true, + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 200, + "scss": false + }, + "zen-sticky-header-offset": { + "label": { + "en-GB": "Offset", + "de-DE": "Offset" + }, + "helpText": { + "en-GB": "Indication in px, empty = automatic.

Defines the distance from above when the header should be fixed. Leave the field empty if the distance of the header to the top edge of the browser should be determined automatically.


Variable: zen-sticky-header-offset", + "de-DE": "Angabe in px, leer = automatisch.

Definiert den Abstand von Oben, ab wann der Header fixiert werden soll. Lass das Feld leer, wenn der Abstand des Headers zur Oberkante des Browsers automatisch ermittelt werden soll.


Variable: zen-sticky-header-offset" + }, + "type": "text", + "value": "", + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 225 + }, + "zen-sticky-header-hide": { + "label": { + "en-GB": "Auto Hide", + "de-DE": "Auto Hide" + }, + "helpText": { + "en-GB": "The Auto Hide function means that the fixed header only appears when scrolling up. With particularly high headers, this does not cover as much of the content..


Variable: zen-sticky-header-hide", + "de-DE": "Die Auto Hide Funktion bewirkt, dass der fixierte Header erst beim Hochscrollen erscheint. Bei besonders hohen Headern wird dadurch nicht so viel vom Content verdeckt.


Variable: zen-sticky-header-hide" + }, + "type": "switch", + "value": true, + "tab": "header", + "block": "header", + "section": "headerSticky", + "order": 250, + "scss": false + }, + "zen-search-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "If the search appearance is set to 'Overlay' or 'Expandable', the background color is used for the overlay color.


Variable: zen-search-bg", + "de-DE": "Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hintergrundfarbe für die Overlay Farbe verwendet.


Variable: zen-search-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 100 + }, + "zen-search-focus-bg": { + "label": { + "en-GB": "[!] Background:focus", + "de-DE": "[!] Background:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover background color is not used.


Variable: zen-search-focus-bg", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Hintergrundfarbe nicht verwendet.


Variable: zen-search-focus-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 125 + }, + "zen-search-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-search-color", + "de-DE": "Variable: zen-search-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 150 + }, + "zen-search-focus-color": { + "label": { + "en-GB": "[!] Text:focus", + "de-DE": "[!] Text:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover color is not used.


Variable: zen-search-focus-color", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Farbe nicht verwendet.


Variable: zen-search-focus-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 175 + }, + "zen-search-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If the search appearance is set to 'Overlay', the border-color is used as underline color.


Variable: zen-search-border", + "de-DE": "Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Rahmenfarbe für den Unterstrich verwendet.


Variable: zen-search-border" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 200 + }, + "zen-search-focus-border": { + "label": { + "en-GB": "[!] Border:focus", + "de-DE": "[!] Rahmen:focus" + }, + "helpText": { + "en-GB": "[!] If the search appearance is set to 'Overlay', the hover border-color is not used.


Variable: zen-search-focus-border", + "de-DE": "[!] Wenn Erscheinung der Suche auf 'Overlay' oder 'Ausklappbar' gestellt wurde, wird die Hover-Rahmenfarbe nicht verwendet.


Variable: zen-search-focus-border" + }, + "type": "color", + "value": "$sw-color-brand-secondary", + "editable": true, + "tab": "header", + "block": "search", + "section": "searchColors", + "order": 225 + }, + "zen-top-bar-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-bg", + "de-DE": "Variable: zen-top-bar-bg" + }, + "type": "color", + "value": "$sw-color-brand-secondary", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 100 + }, + "zen-top-bar-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-hover-bg", + "de-DE": "Variable: zen-top-bar-hover-bg" + }, + "type": "color", + "value": "darken($sw-color-brand-secondary, 5%)", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 125 + }, + "zen-top-bar-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-color", + "de-DE": "Variable: zen-top-bar-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 150 + }, + "zen-top-bar-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-hover-color", + "de-DE": "Variable: zen-top-bar-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarColors", + "order": 175 + }, + "zen-top-bar-language-widget-text": { + "label": { + "en-GB": "Language Switcher text", + "de-DE": "Sprachauswahl Text" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-language-widget-text", + "de-DE": "Variable: zen-top-bar-language-widget-text" + }, + "type": "text", + "value": "standard", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nein" + } + }, + { + "value": "standard", + "label": { + "en-GB": "Sprache", + "de-DE": "Sprache" + } + }, + { + "value": "isoCodeShort", + "label": { + "en-GB": "ISO Code Language", + "de-DE": "ISO Code Sprache" + } + }, + { + "value": "isoCodeFull", + "label": { + "en-GB": "ISO Code Language-Country", + "de-DE": "ISO Code Sprache-Land" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarBasic", + "order": 100 + }, + "zen-top-bar-language-widget-flag": { + "label": { + "en-GB": "Language Switcher flag", + "de-DE": "Sprachauswahl Flagge" + }, + "helpText": { + "en-GB": "Variable: zen-top-bar-language-widget-flag", + "de-DE": "Variable: zen-top-bar-language-widget-flag" + }, + "type": "switch", + "value": "true", + "editable": true, + "tab": "header", + "block": "topBar", + "section": "topBarBasic", + "order": 125 + }, + "zen-shop-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-bg", + "de-DE": "Variable: zen-shop-navigation-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 100 + }, + "zen-shop-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-hover-bg", + "de-DE": "Variable: zen-shop-navigation-hover-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 125 + }, + "zen-shop-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-color", + "de-DE": "Variable: zen-shop-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 150 + }, + "zen-shop-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-hover-color", + "de-DE": "Variable: zen-shop-navigation-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationColors", + "order": 175 + }, + "zen-shop-navigation-tooltips": { + "label": { + "en-GB": "Tooltips", + "de-DE": "Tooltips" + }, + "helpText": { + "en-GB": "Show or hides the tooltips on shop-navigation items.


Variable: zen-shop-navigation-tooltips", + "de-DE": "Zeigt oder versteckt die Tooltips der Shop-Navigations Elemente.


Variable: zen-shop-navigation-tooltips" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationBasic", + "order": 100, + "scss": false + }, + "zen-shop-navigation-tooltips-placement": { + "label": { + "en-GB": "Tooltips Placement", + "de-DE": "Tooltips Platzierung" + }, + "helpText": { + "en-GB": "Placement of the tooltips
top, left, right, bottom

If there is not enough space above the tooltips, they will not be shown below the element.


Variable: zen-shop-navigation-tooltips-placement", + "de-DE": "Platzierung der Tooltips
top, left, right, bottom

Sollte nicht ausreichend Platz oberhalb der Tooltips sein, werden diese unter dem Element dargestellt.


Variable: zen-shop-navigation-tooltips-placement" + }, + "type": "string", + "value": "bottom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "top", + "label": { + "en-GB": "Top", + "de-DE": "Oben" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationBasic", + "order": 125 + }, + "zen-shop-navigation-cart-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-bg", + "de-DE": "Variable: zen-shop-navigation-cart-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 100 + }, + "zen-shop-navigation-cart-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-hover-bg", + "de-DE": "Variable: zen-shop-navigation-cart-hover-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 125 + }, + "zen-shop-navigation-cart-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-color", + "de-DE": "Variable: zen-shop-navigation-cart-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 150 + }, + "zen-shop-navigation-cart-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-hover-color", + "de-DE": "Variable: zen-shop-navigation-cart-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 175 + }, + "zen-shop-navigation-cart-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-shop-navigation-cart-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-shop-navigation-cart-font-size" + }, + "type": "int", + "value": 16, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 200 + }, + "zen-shop-navigation-cart-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-shop-navigation-cart-font-weight", + "de-DE": "Variable: zen-shop-navigation-cart-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "shopNavigation", + "section": "shopNavigationCart", + "order": 225 + }, + "zen-main-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-bg", + "de-DE": "Variable: zen-main-navigation-bg" + }, + "type": "color", + "value": "#2a2a2a", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 100 + }, + "zen-main-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-hover-bg", + "de-DE": "Variable: zen-main-navigation-hover-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 125 + }, + "zen-main-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-color", + "de-DE": "Variable: zen-main-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 150 + }, + "zen-main-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-hover-color", + "de-DE": "Variable: zen-main-navigation-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationColors", + "order": 175 + }, + "zen-main-navigation-home": { + "label": { + "en-GB": "Home-Link", + "de-DE": "Home-Link" + }, + "helpText": { + "en-GB": "Show or hides the home menu item.


Variable: zen-main-navigation-home", + "de-DE": "Zeigt oder versteckt den Home Menüpunkt.


Variable: zen-main-navigation-home" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 125, + "scss": false + }, + "zen-main-navigation-align": { + "label": { + "en-GB": "Alignment", + "de-DE": "Ausrichtung" + }, + "helpText": { + "en-GB": "Alignment of the navigation elements, left, center, right or evenly distributed over the entire width.


Variable: zen-main-navigation-align", + "de-DE": "Ausrichtung der Navigations-Elemente, links, mittig, rechts oder auch gleichmäßig auf der gesamten Breite verteilt.


Variable: zen-main-navigation-align" + }, + "type": "text", + "value": "center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "space-between", + "label": { + "en-GB": "Equally distributed", + "de-DE": "Gleichmäßig verteilt" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 150 + }, + "zen-main-navigation-divider": { + "label": { + "en-GB": "Divider", + "de-DE": "Trenner" + }, + "helpText": { + "en-GB": "Divider between main navigation items.


Variable: zen-main-navigation-divider", + "de-DE": "Trenner zwischen den Hauptmenüpunkten.


Variable: zen-main-navigation-divider" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "HOME CATEGORY CATEGORY", + "de-DE": "HOME KATEGORIE KATEGORIE" + } + }, + { + "value": "1", + "label": { + "en-GB": "HOME / CATEGORY / CATEGORY", + "de-DE": "HOME / KATEGORIE / KATEGORIE" + } + }, + { + "value": "2", + "label": { + "en-GB": "HOME | CATEGORY | CATEGORY", + "de-DE": "HOME | KATEGORIE | KATEGORIE" + } + }, + { + "value": "3", + "label": { + "en-GB": "HOME - CATEGORY - CATEGORY", + "de-DE": "HOME - KATEGORIE - KATEGORIE" + } + }, + { + "value": "4", + "label": { + "en-GB": "HOME + CATEGORY + CATEGORY", + "de-DE": "HOME + KATEGORIE + KATEGORIE" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 175 + }, + "zen-main-navigation-hover-animation": { + "label": { + "en-GB": "Hover Animation", + "de-DE": "Hover Animation" + }, + "helpText": { + "en-GB": "Some effects will benefit from a strong color-field Background:hover or color-field Text:Hover color.

* => Color-field Background:hover is not used. Color-field Text:hover should have contrast to color-field Text.

** => Color-field Background:hover is used. Color-field Text:hover should have contrast to color-field Background:hover.


Variable: zen-main-navigation-hover-animation", + "de-DE": "Einige Effekte profitieren von einer auffälligen Background:hover oder Text:Hover Farbe.

* => Farbfeld Background:hover wird nicht verwendet. Farbfeld Text:hover sollte daher einen guten Kontrast zu Farbfeld Text haben.

** => Farbfeld @Background:hover wird verwendet. Farbfeld Text:hover sollte daher einen guten Kontrast zu Farbfeld Background:hover haben.


Variable: zen-main-navigation-hover-animation" + }, + "type": "text", + "value": "hover-14", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hover-0", + "label": { + "en-GB": "Hover 0 - Background:hover & Text:hover **", + "de-DE": "Hover 0 - Background:hover & Text:hover **" + } + }, + { + "value": "hover-1", + "label": { + "en-GB": "Hover 1 - Brackets *", + "de-DE": "Hover 1 - Eckige Klammern *" + } + }, + { + "value": "hover-2", + "label": { + "en-GB": "Hover 2 - Border bottom enlarge *", + "de-DE": "Hover 2 - Border unten vergrößern *" + } + }, + { + "value": "hover-3", + "label": { + "en-GB": "Hover 3 - Same word slide in *", + "de-DE": "Hover 3 - Gleiches Wort slide in *" + } + }, + { + "value": "hover-4", + "label": { + "en-GB": "Hover 4 - Reveal, push out **", + "de-DE": "Hover 4 - Aufdecken, Herausdrücken **" + } + }, + { + "value": "hover-5", + "label": { + "en-GB": "Hover 5 - Fill left to right **", + "de-DE": "Hover 5 - Füllen von links nach rechts **" + } + }, + { + "value": "hover-6", + "label": { + "en-GB": "Hover 6 - Three circles *", + "de-DE": "Hover 6 - Drei Kreise *" + } + }, + { + "value": "hover-7", + "label": { + "en-GB": "Hover 7 - Border switch *", + "de-DE": "Hover 7 - Rahmen wechsel *" + } + }, + { + "value": "hover-8", + "label": { + "en-GB": "Hover 8 - Scale down, reveal *", + "de-DE": "Hover 8 - Skalieren, aufdecken *" + } + }, + { + "value": "hover-9", + "label": { + "en-GB": "Hover 9 - Fall down *", + "de-DE": "Hover 9 - Herunterfallen *" + } + }, + { + "value": "hover-10", + "label": { + "en-GB": "Hover 10 - Borders top & bottom *", + "de-DE": "Hover 10 - Rahmen oben & unten *" + } + }, + { + "value": "hover-11", + "label": { + "en-GB": "Hover 11 - Text-shadow *", + "de-DE": "Hover 11 - Text Schatten *" + } + }, + { + "value": "hover-12", + "label": { + "en-GB": "Hover 12 - Bottom border enlarge from center *", + "de-DE": "Hover 12 - Rahmen unten ausdehnend mittig *" + } + }, + { + "value": "hover-13", + "label": { + "en-GB": "Hover 13 - Bottom border enlarge from left *", + "de-DE": "Hover 13 - Rahmen unten ausdehnend von links *" + } + }, + { + "value": "hover-14", + "label": { + "en-GB": "Hover 14 - Bottom border enlarge from right *", + "de-DE": "Hover 14 - Rahmen unten ausdehnend von rechts *" + } + } + + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBasic", + "order": 200 + }, + "zen-main-navigation-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Show or hides a top border.


Variable: zen-main-navigation-border-top", + "de-DE": "Zeigt oder versteckt einen oberen Rahmen.


Variable: zen-main-navigation-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "fullwidth": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 100 + }, + "zen-main-navigation-border-top-color": { + "label": { + "en-GB": "Border top color", + "de-DE": "Rahmen oben Farbe" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-border-top-color", + "de-DE": "Variable: zen-main-navigation-border-top-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 125 + }, + "zen-main-navigation-border-top-width": { + "label": { + "en-GB": "Border top width", + "de-DE": "Rahmen oben Dicke" + }, + "helpText": { + "en-GB": "in px - Border width of the top border.


Variable: zen-main-navigation-border-top-width", + "de-DE": "Angabe in Pixel - Dicke der oberen Linie.


Variable: zen-main-navigation-border-top-width" + }, + "type": "int", + "value": 1, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationBorder", + "order": 150 + }, + "zen-main-navigation-arrow": { + "label": { + "en-GB": "Arrows", + "de-DE": "Pfeile" + }, + "helpText": { + "en-GB": "Shows arrow down, if there are child-items.


Variable: zen-main-navigation-arrow", + "de-DE": "Zeigt einen Pfeil nach unten neben dem Hauptmenüelement, wenn Untermenüpunkte vorhanden sind.


Variable: zen-main-navigation-arrow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 225, + "scss": false + }, + "zen-main-navigation-padding": { + "label": { + "en-GB": "Padding left/right", + "de-DE": "Abstand links/rechts" + }, + "helpText": { + "en-GB": "in px - Padding left and right of main navigation items.


Variable: zen-main-navigation-padding", + "de-DE": "Angabe in Pixel - Abstand zwischen den Hauptmenüpunkten.


Variable: zen-main-navigation-padding" + }, + "type": "int", + "value": 40, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 100 + }, + "zen-main-navigation-height": { + "label": { + "en-GB": "Height", + "de-DE": "Höhe" + }, + "helpText": { + "en-GB": "in px - Height of main navigation items.


Variable: zen-main-navigation-height", + "de-DE": "Angabe in Pixel - Höhe der Hauptmenüpunkten.


Variable: zen-main-navigation-height" + }, + "type": "int", + "value": 80, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 125 + }, + "zen-main-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px - Font size of main navigation items


Variable: zen-main-navigation-font-size", + "de-DE": "Angabe in Pixel - Schriftgröße der Hauptmenüpunkten.


Variable: zen-main-navigation-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 150 + }, + "zen-main-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-weight", + "de-DE": "Variable: zen-main-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 175 + }, + "zen-main-navigation-active-font-weight": { + "label": { + "en-GB": "Font Weight:active", + "de-DE": "Schriftstärke:active" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-active-font-weight", + "de-DE": "Variable: zen-main-navigation-active-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 200 + }, + "zen-main-navigation-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-main-navigation-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-main-navigation-text-transform" + }, + "type": "text", + "value": "uppercase", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 225 + }, + "zen-main-navigation-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "mainNavigation", + "section": "mainNavigationItems", + "order": 250 + }, + "zen-flyout-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-bg", + "de-DE": "Variable: zen-flyout-navigation-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 100 + }, + "zen-flyout-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-color", + "de-DE": "Variable: zen-flyout-navigation-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 125 + }, + "zen-flyout-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-hover-color", + "de-DE": "Variable: zen-flyout-navigation-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationColors", + "order": 150 + }, + "zen-flyout-navigation-full-width": { + "label": { + "en-GB": "Flyout Full Width", + "de-DE": "Dropdown voll Breite" + }, + "helpText": { + "en-GB": "Shows the flyout menu on full width.


Variable: zen-flyout-navigation-full-width", + "de-DE": "Stellt das Flyout-Menü auf die volle Breite dar.


Variable: zen-flyout-navigation-full-width" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 100, + "scss": false + }, + "zen-flyout-navigation-header": { + "label": { + "en-GB": "Flyout Header Line", + "de-DE": "Flyout Header Zeile" + }, + "helpText": { + "en-GB": "Shows the flyout navigation header line with category link and closing icon.


Variable: zen-flyout-navigation-header", + "de-DE": "Wenn gewählt, wird das Flyout Menü um eine Headerzeile ergänzt, welche den Link zur Kategorie und ein Schließen-Icon beinhaltet.


Variable: zen-flyout-navigation-header" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 125, + "scss": false + }, + "zen-flyout-navigation-teaser": { + "label": { + "en-GB": "Flyout Teaser", + "de-DE": "Flyout Teaser" + }, + "helpText": { + "en-GB": "If active, the category-image will be display in the flyout navigation.


Variable: zen-flyout-navigation-teaser", + "de-DE": "Wenn gewählt, wird das Kategoriebild im Flyout-Menü als Teaser dargestellt.


Variable: zen-flyout-navigation-teaser" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 150, + "scss": false + }, + "zen-flyout-navigation-animation": { + "label": { + "en-GB": "Animation", + "de-DE": "Animation" + }, + "helpText": { + "en-GB": "


Variable: zen-flyout-navigation-animation", + "de-DE": "


Variable: zen-flyout-navigation-animation" + }, + "type": "text", + "value": "slide-blurred", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "swing", + "label": { + "en-GB": "Swing in", + "de-DE": "Swing in" + } + }, + { + "value": "slide", + "label": { + "en-GB": "Slide in", + "de-DE": "Slide in" + } + }, + { + "value": "slide-blurred", + "label": { + "en-GB": "Slide in blurred", + "de-DE": "Slide in blurred" + } + }, + { + "value": "fade", + "label": { + "en-GB": "Fade in", + "de-DE": "Fade in" + } + }, + { + "value": "bounce", + "label": { + "en-GB": "Bounce in", + "de-DE": "Bounce in" + } + } + ] + }, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 175 + }, + "zen-flyout-navigation-grouping": { + "label": { + "en-GB": "Grouping-Border left", + "de-DE": "Gruppierungsrahmen links" + }, + "helpText": { + "en-GB": "If active, the menu items will have an grouping border on left side.


Variable: zen-flyout-navigation-grouping", + "de-DE": "Wenn gewählt, bekommen die einzelnen Menüeinträge einen gruppierenden Rahmen auf der linken Seite.


Variable: zen-flyout-navigation-grouping" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationBasic", + "order": 200 + }, + "zen-flyout-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-flyout-navigation-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-flyout-navigation-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationItems", + "order": 100 + }, + "zen-flyout-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-flyout-navigation-font-weight", + "de-DE": "Variable: zen-flyout-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "header", + "block": "flyoutNavigation", + "section": "flyoutNavigationItems", + "order": 125 + }, + "zen-footer-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bg", + "de-DE": "Variable: zen-footer-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 100 + }, + "zen-footer-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-color", + "de-DE": "Variable: zen-footer-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 125 + }, + "zen-footer-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hover-color", + "de-DE": "Variable: zen-footer-hover-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 150 + }, + "zen-footer-border-top-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-footer-border-top-color", + "de-DE": "Variable: zen-footer-border-top-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 175 + }, + "zen-footer-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Variable: zen-footer-border-top", + "de-DE": "Variable: zen-footer-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "footer", + "block": "footer", + "section": "footerColors", + "order": 200 + }, + "zen-footer-padding-top": { + "label": { + "en-GB": "Padding top", + "de-DE": "Innenabstand Oben" + }, + "helpText": { + "en-GB": "in px -


Variable: zen-footer-padding-top", + "de-DE": "Angabe in Pixel


Variable: zen-footer-padding-top" + }, + "type": "int", + "value": 0, + "tab": "footer", + "block": "footer", + "section": "footerBasic", + "order": 100 + }, + "zen-footer-padding-bottom": { + "label": { + "en-GB": "Padding bottom", + "de-DE": "Innenabstand Unten" + }, + "helpText": { + "en-GB": "in px -


Variable: zen-footer-padding-bottom", + "de-DE": "Angabe in Pixel


Variable: zen-footer-padding-bottom" + }, + "type": "int", + "value": 0, + "tab": "footer", + "block": "footer", + "section": "footerBasic", + "order": 125 + }, + "zen-footer-logo-position": { + "label": { + "en-GB": "Footer Logo", + "de-DE": "Footer Logo" + }, + "helpText": { + "en-GB": "Positioning of the footer logo as a separate column or as the header of other columns.


Variable: zen-footer-logo-position", + "de-DE": "Positionierung des Footer Logos als eigene Spalte oder als Kopfzeile anderer Spalten.


Variable: zen-footer-logo-position" + }, + "type": "text", + "value": "newsletter", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "hotline", + "label": { + "en-GB": "In Hotline Column", + "de-DE": "In Hotline Spalte" + } + }, + { + "value": "social", + "label": { + "en-GB": "In Social Media Icons Column", + "de-DE": "In Social Media Icons Spalte" + } + }, + { + "value": "newsletter", + "label": { + "en-GB": "In Newsletter Column", + "de-DE": "In Newsletter Spalte" + } + }, + { + "value": "column", + "label": { + "en-GB": "[!] As Footer Column", + "de-DE": "[!] Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 100 + }, + "zen-footer-hotline-position": { + "label": { + "en-GB": "Hotline", + "de-DE": "Hotline" + }, + "helpText": { + "en-GB": "Positioning of the hotline column.


Variable: zen-footer-hotline-position", + "de-DE": "Positionierung der Hotline-Spalte.


Variable: zen-footer-hotline-position" + }, + "type": "text", + "value": "column", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 125 + }, + "zen-footer-social-position": { + "label": { + "en-GB": "Social Media Icons", + "de-DE": "Social Media Icons" + }, + "helpText": { + "en-GB": "Positioning of the social media icon as a separate line in the lower footer or as a display with its own footer column. [!] Display in footer logo column, if footer logo position is set to 'Logo column'.


Variable: zen-footer-social-position", + "de-DE": "Positionierung des Social media icons als eigene Zeile im unteren Footer oder als Darstellung mit eigener Footer Spalte. [!] Darstellung in Footer Logo Spalte, sofern Footer Logo Position auf 'Logo Spalte' gesetzt ist.


Variable: zen-footer-social-position" + }, + "type": "text", + "value": "bottom", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Footer Bottom", + "de-DE": "Footer Bottom" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 150 + }, + "zen-footer-newsletter-position": { + "label": { + "en-GB": "Newsletter", + "de-DE": "Newsletter" + }, + "helpText": { + "en-GB": "Positioning of the social media icon as a separate line in the lower footer or as a display with its own footer column.


Variable: zen-footer-newsletter-position", + "de-DE": "Positionierung des Newsletterbereichs als eigene Zeile im unteren Footer oder als Darstellung mit eigener Footer Spalte.


Variable: zen-footer-newsletter-position" + }, + "type": "text", + "value": "column", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "hidden", + "label": { + "en-GB": "Hidden", + "de-DE": "Keine Anzeige" + } + }, + { + "value": "prepend", + "label": { + "en-GB": "Above footer", + "de-DE": "Oberhalb Footer" + } + }, + { + "value": "column", + "label": { + "en-GB": "As Footer Column", + "de-DE": "Als Footer Spalte" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerContent", + "section": "footerContentAssignment", + "order": 175 + }, + "zen-footer-col-headline-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-col-headline-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-col-headline-font-size" + }, + "type": "int", + "value": 24, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 100 + }, + "zen-footer-col-headline-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 125 + }, + "zen-footer-col-headline-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-headline-font-weight", + "de-DE": "Variable: zen-footer-col-headline-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 150 + }, + "zen-footer-col-headline-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-headline-font-align", + "de-DE": "Variable: zen-footer-col-headline-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsHeadline", + "order": 175 + }, + "zen-footer-col-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-col-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-col-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 100 + }, + "zen-footer-col-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-font-weight", + "de-DE": "Variable: zen-footer-col-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 125 + }, + "zen-footer-col-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-col-font-align", + "de-DE": "Variable: zen-footer-col-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumns", + "order": 150 + }, + "zen-footer-logo-col": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the footer logo column. 12 columns give 100% width.


Variable: zen-footer-logo-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Footer-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-logo-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 100 + }, + "zen-footer-hotline-col": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the hotline column. 12 columns give 100% width.


Variable: zen-footer-hotline-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der Hotline-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-hotline-col" + }, + "type": "text", + "value": "col-md-4", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 125 + }, + "zen-footer-social-col": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column:Column width of the social media icons column. 12 columns give 100% width.


Variable: zen-footer-social-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Social Media Icons Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-social-col" + }, + "type": "text", + "value": "col-md-2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 150 + }, + "zen-footer-newsletter-col": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the newsletter column. 12 columns give 100% width.


Variable: zen-footer-newsletter-col", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen newsletter Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-newsletter-col" + }, + "type": "text", + "value": "col-md-12", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 175 + }, + "zen-footer-custom-col": { + "label": { + "en-GB": "[!] Custom column", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If active in plugin settings: Column width of the custom column. 12 columns give 100% width.


Variable: zen-footer-custom-col", + "de-DE": "[!] Wenn aktiv in Plugin-Konfiguration: Spaltenbreite der optionalen custom Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-custom-col" + }, + "type": "text", + "value": "col-md-6", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 200 + }, + "zen-footer-navigation-col": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Column width of the automatically generated footer navigation columns. The number of columns depends on the entry point in the sales channel configuration \"Entry point footer navigation\".


Variable: zen-footer-navigation-col", + "de-DE": "Spaltenbreite der automatisch generierten Footer Navigations Spalten. Die Anzahl der Spalten richtet sich nach dem Einstiegspunkt in der Sales-Channel Konfiguration \"Einstiegspunkt für die Footer-Navigation\".


Variable: zen-footer-navigation-col" + }, + "type": "text", + "value": "col-md-3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-md-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-md-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-md-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-md-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-md-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-md-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-md-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-md-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-md-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-md-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-md-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-md-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidth", + "order": 225 + }, + "zen-footer-logo-col-xl": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the footer logo column. 12 columns give 100% width.


Variable: zen-footer-logo-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Footer-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-logo-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 100 + }, + "zen-footer-hotline-col-xl": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the hotline column. 12 columns give 100% width.


Variable: zen-footer-hotline-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der Hotline-Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-hotline-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 125 + }, + "zen-footer-social-col-xl": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column:Column width of the social media icons column. 12 columns give 100% width.


Variable: zen-footer-social-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen Social Media Icons Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-social-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 150 + }, + "zen-footer-newsletter-col-xl": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Column width of the newsletter column. 12 columns give 100% width.


Variable: zen-footer-newsletter-col-xl", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Spaltenbreite der optionalen newsletter Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-newsletter-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 175 + }, + "zen-footer-custom-col-xl": { + "label": { + "en-GB": "[!] Custom column", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If active in plugin settings: Column width of the custom column. 12 columns give 100% width.


Variable: zen-footer-custom-col-xl", + "de-DE": "[!] Wenn aktiv in Plugin-Konfiguration: Spaltenbreite der optionalen custom Spalte. 12 Spalten ergeben 100% Breite.


Variable: zen-footer-custom-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 200 + }, + "zen-footer-navigation-col-xl": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Column width of the automatically generated footer navigation columns. The number of columns depends on the entry point in the sales channel configuration \"Entry point footer navigation\".


Variable: zen-footer-navigation-col-xl", + "de-DE": "Spaltenbreite der automatisch generierten Footer Navigations Spalten. Die Anzahl der Spalten richtet sich nach dem Einstiegspunkt in der Sales-Channel Konfiguration \"Einstiegspunkt für die Footer-Navigation\".


Variable: zen-footer-navigation-col-xl" + }, + "type": "text", + "value": "col-xl-inherit", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "col-xl-inherit", + "label": { + "en-GB": "inherit from tablet", + "de-DE": "geerbt von Tablet" + } + }, + { + "value": "col-xl-1", + "label": { + "en-GB": "1 of 12 (8.33333%)", + "de-DE": "1 von 12 (8,33333%)" + } + }, + { + "value": "col-xl-2", + "label": { + "en-GB": "2 of 12 (16.66667%)", + "de-DE": "2 von 12 (16,66667%)" + } + }, + { + "value": "col-xl-3", + "label": { + "en-GB": "3 of 12 (25%)", + "de-DE": "3 von 12 (25%)" + } + }, + { + "value": "col-xl-4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + }, + { + "value": "col-xl-5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "col-xl-6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "col-xl-7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "col-xl-8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "col-xl-9", + "label": { + "en-GB": "9 of 12 (75%%)", + "de-DE": "9 von 12 (75%%)" + } + }, + { + "value": "col-xl-10", + "label": { + "en-GB": "10 of 12 (83.33333%)", + "de-DE": "10 von 12 (83,33333%)" + } + }, + { + "value": "col-xl-11", + "label": { + "en-GB": "11 of 12 (91.67)", + "de-DE": "11 von 12 (91,67%)" + } + }, + { + "value": "col-xl-12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsWidthLarge", + "order": 225 + }, + "zen-footer-logo-order": { + "label": { + "en-GB": "[!] Footer Logo", + "de-DE": "[!] Footer Logo" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-logo-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-logo-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 1, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 100 + }, + "zen-footer-hotline-order": { + "label": { + "en-GB": "[!] Hotline", + "de-DE": "[!] Hotline" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-hotline-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-hotline-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 2, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 125 + }, + "zen-footer-social-order": { + "label": { + "en-GB": "[!] Social Media Icons", + "de-DE": "[!] Social Media Icons" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-social-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-social-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 8, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 150 + }, + "zen-footer-newsletter-order": { + "label": { + "en-GB": "[!] Newsletter", + "de-DE": "[!] Newsletter" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-newsletter-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-newsletter-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 1, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 175 + }, + "zen-footer-custom-order": { + "label": { + "en-GB": "[!] Custom", + "de-DE": "[!] Custom Spalte" + }, + "helpText": { + "en-GB": "[!] If display as column: Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-custom-order", + "de-DE": "[!] Wenn Darstellung als eigene Spalte: Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-custom-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 10, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 200 + }, + "zen-footer-navigation-order": { + "label": { + "en-GB": "Navigation Columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Sort order of the columns (numbers from 1-12) The higher the number, the further back the column is shown.


Variable: zen-footer-navigation-order", + "de-DE": "Sortierreihenfolge der Spalten (Zahlen von 1-12) Je höher die Zahl, desto weiter hinten wir die Spalte angezeigt.


Variable: zen-footer-navigation-order" + }, + "type": "number", + "custom": { + "numberType": "int", + "min": 1, + "max": 12 + }, + "value": 3, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsOrder", + "order": 225 + }, + "zen-footer-hotline-collapse-state": { + "label": { + "en-GB": "Hotline", + "de-DE": "Hotline" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-hotline-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-hotline-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 100, + "scss": false + }, + "zen-footer-social-collapse-state": { + "label": { + "en-GB": "Social Media Icons", + "de-DE": "Social Media Icons" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-social-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-social-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 125, + "scss": false + }, + "zen-footer-newsletter-collapse-state": { + "label": { + "en-GB": "Newsletter", + "de-DE": "Newsletter" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-newsletter-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-newsletter-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 150, + "scss": false + }, + "zen-footer-custom-collapse-state": { + "label": { + "en-GB": "Custom column", + "de-DE": "Custom Spalte" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-custom-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-custom-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 175, + "scss": false + }, + "zen-footer-navigation-collapse-state": { + "label": { + "en-GB": "Navigation columns", + "de-DE": "Navigation Spalten" + }, + "helpText": { + "en-GB": "Toggles the collapsible element to be open by default on mobile devices.


Variable: zen-footer-navigation-collapse-state", + "de-DE": "Schaltet das ein- und ausklappbare so ein, dass es standardmäßig auf mobilen Geräten geöffnet ist.


Variable: zen-footer-navigation-collapse-state" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "footer", + "block": "footerColumns", + "section": "footerColumnsCollapseState", + "order": 200, + "scss": false + }, + "zen-footer-logo-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-logo-column-bg", + "de-DE": "Variable: zen-footer-logo-column-bg" + }, + "type": "color", + "value": "#222222", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerLogoColumn", + "order": 100 + }, + "zen-footer-logo-column-valign": { + "label": { + "en-GB": "Vertical alignment", + "de-DE": "Vertikale Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-footer-logo-column-valign", + "de-DE": "Variable: zen-footer-logo-column-valign" + }, + "type": "text", + "value": "center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "top", + "label": { + "en-GB": "Top", + "de-DE": "Oben" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "bottom", + "label": { + "en-GB": "Bottom", + "de-DE": "Unten" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerLogoColumn", + "order": 125 + }, + "zen-footer-hotline-font-size": { + "label": { + "en-GB": "Hotline Font size", + "de-DE": "Hotline Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-footer-hotline-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-footer-hotline-font-size" + }, + "type": "int", + "value": 24, + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 100 + }, + "zen-footer-hotline-font-weight": { + "label": { + "en-GB": "Hotline Font Weight", + "de-DE": "Hotline Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-font-weight", + "de-DE": "Variable: zen-footer-hotline-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 125 + }, + "zen-footer-hotline-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-bg", + "de-DE": "Variable: zen-footer-hotline-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 150 + }, + "zen-footer-hotline-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-color", + "de-DE": "Variable: zen-footer-hotline-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 175 + }, + "zen-footer-hotline-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-hotline-column-hover-color", + "de-DE": "Variable: zen-footer-hotline-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerHotlineColumn", + "order": 200 + }, + "zen-footer-social-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-bg", + "de-DE": "Variable: zen-footer-social-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 100 + }, + "zen-footer-social-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-color", + "de-DE": "Variable: zen-footer-social-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 125 + }, + "zen-footer-social-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-social-column-hover-color", + "de-DE": "Variable: zen-footer-social-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerSocialColumn", + "order": 150 + }, + "zen-footer-newsletter-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-column-bg", + "de-DE": "Variable: zen-footer-newsletter-column-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 100 + }, + "zen-footer-newsletter-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-column-color", + "de-DE": "Variable: zen-footer-newsletter-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 125 + }, + "zen-footer-newsletter-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-hover-color", + "de-DE": "Variable: zen-footer-newsletter-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 150 + }, + "zen-footer-newsletter-field-bg": { + "label": { + "en-GB": "[!] Form Background", + "de-DE": "[!] Form Background" + }, + "helpText": { + "en-GB": "[!] If form fields in the style are 'underlined', the background color is omitted. Make sure there is sufficient contrast to the column background color.


Variable: zen-footer-newsletter-field-bg", + "de-DE": "[!] Wenn Formularfelder im Style 'unterstrichen' dargestellt werden, entfällt die Hintergrundfarbe. Achte daher auf ausreichenden Kontrast zur Spalten-Hintergrundfarbe.


Variable: zen-footer-newsletter-field-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 175 + }, + "zen-footer-newsletter-field-focus-bg": { + "label": { + "en-GB": "[!] Form Background:focus", + "de-DE": "[!] Form Background:focus" + }, + "helpText": { + "en-GB": "[!] If form fields in the style are 'underlined', the background:focus color is omitted. Make sure there is sufficient contrast to the column background color.


Variable: zen-footer-newsletter-field-focus-bg", + "de-DE": "[!] Wenn Formularfelder im Style 'unterstrichen' dargestellt werden, entfällt die Focus-Hintergrundfarbe. Achte daher auf ausreichenden Kontrast zur Spalten-Hintergrundfarbe.


Variable: zen-footer-newsletter-field-focus-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 175 + }, + "zen-footer-newsletter-field-color": { + "label": { + "en-GB": "Form Text", + "de-DE": "Form Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-color", + "de-DE": "Variable: zen-footer-newsletter-field-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 200 + }, + "zen-footer-newsletter-field-focus-color": { + "label": { + "en-GB": "Form Text:focus", + "de-DE": "Form Text:Focus" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-focus-color", + "de-DE": "Variable: zen-footer-newsletter-field-focus-color" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 225 + }, + "zen-footer-newsletter-field-border": { + "label": { + "en-GB": "Form Border", + "de-DE": "Form Border" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-border", + "de-DE": "Variable: zen-footer-newsletter-field-border" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 250 + }, + "zen-footer-newsletter-field-focus-border": { + "label": { + "en-GB": "Form Border:focus", + "de-DE": "Form Border:Focus" + }, + "helpText": { + "en-GB": "Variable: zen-footer-newsletter-field-focus-border", + "de-DE": "Variable: zen-footer-newsletter-field-focus-border" + }, + "type": "color", + "value": "#222222", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerNewsletterColumn", + "order": 275 + }, + "zen-footer-custom-column-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-bg", + "de-DE": "Variable: zen-footer-custom-column-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "fullwidth": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 100 + }, + "zen-footer-custom-column-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-color", + "de-DE": "Variable: zen-footer-custom-column-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 125 + }, + "zen-footer-custom-column-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-custom-column-hover-color", + "de-DE": "Variable: zen-footer-custom-column-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerColumnsStyling", + "section": "footerCustomColumn", + "order": 150 + }, + "zen-footer-bottom-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-bg", + "de-DE": "Variable: zen-footer-bottom-bg" + }, + "type": "color", + "value": "$sw-background-color", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 100 + }, + "zen-footer-bottom-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-color", + "de-DE": "Variable: zen-footer-bottom-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 125 + }, + "zen-footer-bottom-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-footer-bottom-hover-color", + "de-DE": "Variable: zen-footer-bottom-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "footer", + "block": "footerBottom", + "section": "footerBottomColors", + "order": 150 + }, + "zen-sidebar-navigation-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-bg", + "de-DE": "Variable: zen-sidebar-navigation-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 100 + }, + "zen-sidebar-navigation-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-color", + "de-DE": "Variable: zen-sidebar-navigation-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 125 + }, + "zen-sidebar-navigation-active-bg": { + "label": { + "en-GB": "Background:active path", + "de-DE": "Background:aktiver Pfad" + }, + "helpText": { + "en-GB": "Colors the active category path (active category including subcategories) in the selected color.


Variable: zen-sidebar-navigation-active-bg", + "de-DE": "Färbt den aktiven Kategorie-Pfad (Aktive Kategorie inkl. Unterkategorien) in der gewählten Farbe.


Variable: zen-sidebar-navigation-active-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 150 + }, + "zen-sidebar-navigation-active-color": { + "label": { + "en-GB": "Text:active path", + "de-DE": "Text:aktiver Pfad" + }, + "helpText": { + "en-GB": "Colors the active category path (active category including subcategories) in the selected color.


Variable: zen-sidebar-navigation-active-color", + "de-DE": "Färbt den aktiven Kategorie-Pfad (Aktive Kategorie inkl. Unterkategorien) in der gewählten Farbe.


Variable: zen-sidebar-navigation-active-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 175 + }, + "zen-sidebar-navigation-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-bg", + "de-DE": "Variable: zen-sidebar-navigation-hover-bg" + }, + "type": "color", + "value": "lighten($sw-color-brand-primary, 5%)", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 200 + }, + "zen-sidebar-navigation-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-color", + "de-DE": "Variable: zen-sidebar-navigation-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 225 + }, + "zen-sidebar-navigation-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-border-color", + "de-DE": "Variable: zen-sidebar-navigation-border-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 250 + }, + "zen-sidebar-navigation-border-hover-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-border-hover-color", + "de-DE": "Variable: zen-sidebar-navigation-border-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 275 + }, + "zen-sidebar-navigation-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the sidebar navigation is given a border.


Variable: zen-sidebar-navigation-border", + "de-DE": "Wenn aktiv, erhält die Sidebar-Navigation einen Rahmen.


Variable: zen-sidebar-navigation-border" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavColors", + "order": 300 + }, + "zen-sidebar-navigation-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-sidebar-navigation-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-sidebar-navigation-font-size" + }, + "type": "int", + "value": 16, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 100 + }, + "zen-sidebar-navigation-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-sidebar-navigation-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-sidebar-navigation-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 125 + }, + "zen-sidebar-navigation-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-font-weight", + "de-DE": "Variable: zen-sidebar-navigation-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 150 + }, + "zen-sidebar-navigation-font-weight-hover": { + "label": { + "en-GB": "Font Weight:hover", + "de-DE": "Schriftstärke:hover" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-font-weight-hover", + "de-DE": "Variable: zen-sidebar-navigation-font-weight-hover" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 175 + }, + "zen-sidebar-navigation-pv": { + "label": { + "en-GB": "Vertical Padding", + "de-DE": "Vertikaler Innenabstand" + }, + "helpText": { + "en-GB": "in px - Padding of filter items in sidebar.


Variable: zen-sidebar-navigation-pv", + "de-DE": "Angabe in Pixel - Innenabstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-sidebar-navigation-pv" + }, + "type": "int", + "value": 10, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 200 + }, + "zen-sidebar-navigation-mb": { + "label": { + "en-GB": "Margin bottom", + "de-DE": "Abstand unten" + }, + "helpText": { + "en-GB": "in px - Margin bottom of sidebar items in sidebar.


Variable: zen-sidebar-navigation-mb", + "de-DE": "Angabe in Pixel - Unterer Abstand der einzelnen Navigations-Elemente in der Sidebar.


Variable: zen-sidebar-navigation-mb" + }, + "type": "int", + "value": 0, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 225 + }, + "zen-sidebar-navigation-arrow": { + "label": { + "en-GB": "Arrows", + "de-DE": "Pfeile" + }, + "helpText": { + "en-GB": "Shows arrow down, if there are child-items.


Variable: zen-sidebar-navigation-arrow", + "de-DE": "Zeigt einen Pfeil nach unten neben dem Hauptmenüelement, wenn Untermenüpunkte vorhanden sind.


Variable: zen-sidebar-navigation-arrow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 250, + "scss": false + }, + "zen-sidebar-navigation-hover-animation": { + "label": { + "en-GB": "Hover Animation", + "de-DE": "Hover Animation" + }, + "helpText": { + "en-GB": "Variable: zen-sidebar-navigation-hover-animation", + "de-DE": "Variable: zen-sidebar-navigation-hover-animation" + }, + "type": "text", + "value": "underlined", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "underlined", + "label": { + "en-GB": "Mouseover: Underline", + "de-DE": "Mouseover: Unterlinie" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "sidebarNav", + "section": "sidebarNavBasic", + "order": 275 + }, + "zen-input-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-input-bg", + "de-DE": "Variable: zen-input-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 100 + }, + "zen-input-focus-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-bg", + "de-DE": "Variable: zen-input-focus-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 125 + }, + "zen-input-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-input-color", + "de-DE": "Variable: zen-input-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 150 + }, + "zen-input-focus-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-color", + "de-DE": "Variable: zen-input-focus-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 175 + }, + "zen-input-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-input-border-color", + "de-DE": "Variable: zen-input-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 200 + }, + "zen-input-focus-border-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-input-focus-border-color", + "de-DE": "Variable: zen-input-focus-border-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsColors", + "order": 200 + }, + "zen-input-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-input-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-input-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 100 + }, + "zen-input-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-input-font-weight", + "de-DE": "Variable: zen-input-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 150 + }, + "zen-layout-forms-style": { + "label": { + "en-GB": "Form fields", + "de-DE": "Formularfelder" + }, + "helpText": { + "en-GB": "Changes the appearance of fhe form fields. Underlined represents form fields with a underline.


Variable: zen-layout-forms-style", + "de-DE": "Steuert das Aussehen der Formularfelder. Underlined stellt Formularfelder mit einer Unterlinie dar.


Variable: zen-layout-forms-style" + }, + "type": "text", + "value": "underlined", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "underlined", + "label": { + "en-GB": "Underlined", + "de-DE": "Unterlinie" + } + } + ] + }, + "tab": "component", + "block": "forms", + "section": "formsBasic", + "order": 175 + }, + "zen-layout-forms-floating-labels": { + "label": { + "en-GB": "Floating labels", + "de-DE": "Floating Labels" + }, + "helpText": { + "en-GB": "If active, the form labels float over the input fields on input.


Variable: zen-layout-forms-floating-labels", + "de-DE": "Wenn aktiv, schweben die Formularbeschriftungen über den Eingabefeldern bei Eingabe.


Variable: zen-layout-forms-floating-labels" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"component", + "block": "forms", + "section": "formsBasic", + "order": 200, + "scss": false + }, + "zen-base-slider-controls-outside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-bg", + "de-DE": "Variable: zen-base-slider-controls-outside-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 100 + }, + "zen-base-slider-controls-outside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-hover-bg", + "de-DE": "Variable: zen-base-slider-controls-outside-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 125 + }, + "zen-base-slider-controls-outside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-color", + "de-DE": "Variable: zen-base-slider-controls-outside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 150 + }, + "zen-base-slider-controls-outside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-outside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 175 + }, + "zen-base-slider-controls-dots-outside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-outside-color", + "de-DE": "Variable: zen-base-slider-controls-dots-outside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 200 + }, + "zen-base-slider-controls-dots-outside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-outside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-dots-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsOutsideColors", + "order": 225 + }, + "zen-base-slider-controls-inside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-bg", + "de-DE": "Variable: zen-base-slider-controls-inside-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 100 + }, + "zen-base-slider-controls-inside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-hover-bg", + "de-DE": "Variable: zen-base-slider-controls-inside-hover-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 125 + }, + "zen-base-slider-controls-inside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-color", + "de-DE": "Variable: zen-base-slider-controls-inside-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 150 + }, + "zen-base-slider-controls-inside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-inside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 175 + }, + "zen-base-slider-controls-dots-inside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-inside-color", + "de-DE": "Variable: zen-base-slider-controls-dots-inside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 200 + }, + "zen-base-slider-controls-dots-inside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-base-slider-controls-dots-inside-hover-color", + "de-DE": "Variable: zen-base-slider-controls-dots-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "baseSliderControlsInsideColors", + "order": 225 + }, + "zen-image-slider-controls-outside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-bg", + "de-DE": "Variable: zen-image-slider-controls-outside-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 100 + }, + "zen-image-slider-controls-outside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-hover-bg", + "de-DE": "Variable: zen-image-slider-controls-outside-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 125 + }, + "zen-image-slider-controls-outside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-color", + "de-DE": "Variable: zen-image-slider-controls-outside-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 150 + }, + "zen-image-slider-controls-outside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-outside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 175 + }, + "zen-image-slider-controls-dots-outside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-outside-color", + "de-DE": "Variable: zen-image-slider-controls-dots-outside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 200 + }, + "zen-image-slider-controls-dots-outside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-outside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-dots-outside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsOutsideColors", + "order": 225 + }, + "zen-image-slider-controls-inside-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-bg", + "de-DE": "Variable: zen-image-slider-controls-inside-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 100 + }, + "zen-image-slider-controls-inside-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-hover-bg", + "de-DE": "Variable: zen-image-slider-controls-inside-hover-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 125 + }, + "zen-image-slider-controls-inside-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-color", + "de-DE": "Variable: zen-image-slider-controls-inside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 150 + }, + "zen-image-slider-controls-inside-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-inside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-secondary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 175 + }, + "zen-image-slider-controls-dots-inside-color": { + "label": { + "en-GB": "Dots", + "de-DE": "Dots" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-inside-color", + "de-DE": "Variable: zen-image-slider-controls-dots-inside-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 200 + }, + "zen-image-slider-controls-dots-inside-hover-color": { + "label": { + "en-GB": "Dots:hover", + "de-DE": "Dots:hover" + }, + "helpText": { + "en-GB": "Variable: zen-image-slider-controls-dots-inside-hover-color", + "de-DE": "Variable: zen-image-slider-controls-dots-inside-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsInsideColors", + "order": 225 + }, + "zen-image-slider-controls-style": { + "label": { + "en-GB": "Positioning", + "de-DE": "Platzierung" + }, + "helpText": { + "en-GB": "Changes the appearance of the image slider controls.


Variable: zen-image-slider-controls-style", + "de-DE": "Steuert das Aussehen der Image Slider Controls.


Variable: zen-image-slider-controls-style" + }, + "type": "text", + "value": "alternate", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "alternate", + "label": { + "en-GB": "Alternate", + "de-DE": "Alternativ" + } + } + ] + }, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsBasic", + "order": 100 + }, + "zen-image-slider-controls-dots-style": { + "label": { + "en-GB": "Dots Navigation Appearance", + "de-DE": "Punkte Navigation Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of the image slider controls.


Variable: zen-image-slider-controls-dots-style", + "de-DE": "Steuert das Aussehen der Image Slider Controls.


Variable: zen-image-slider-controls-dots-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Dots", + "de-DE": "Punkte" + } + }, + { + "value": "bars", + "label": { + "en-GB": "Bars", + "de-DE": "Balken" + } + }, + { + "value": "expanding", + "label": { + "en-GB": "Expanding", + "de-DE": "Expandieren" + } + } + ] + }, + "tab": "component", + "block": "baseSliderControls", + "section": "imageSliderControlsBasic", + "order": 100 + }, + "zen-product-slider-controls-bg": { + "label": { + "en-GB": "Arrow Background", + "de-DE": "Arrow Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-bg", + "de-DE": "Variable: zen-product-slider-controls-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 100 + }, + "zen-product-slider-controls-hover-bg": { + "label": { + "en-GB": "Arrow Background:hover", + "de-DE": "Arrow Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-hover-bg", + "de-DE": "Variable: zen-product-slider-controls-hover-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 125 + }, + "zen-product-slider-controls-color": { + "label": { + "en-GB": "Arrow Text", + "de-DE": "Arrow Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-color", + "de-DE": "Variable: zen-product-slider-controls-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 150 + }, + "zen-product-slider-controls-hover-color": { + "label": { + "en-GB": "Arrow Text:hover", + "de-DE": "Arrow Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-slider-controls-hover-color", + "de-DE": "Variable: zen-product-slider-controls-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "productSlider", + "section": "productSliderColors", + "order": 175 + }, + "zen-product-slider-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of the product slider.


Variable: zen-product-slider-style", + "de-DE": "Steuert das Aussehen des Produkt-Sliders.


Variable: zen-product-slider-style" + }, + "type": "text", + "value": "default", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "expanded", + "label": { + "en-GB": "Expanded (Shows overflowed items)", + "de-DE": "Erweitert (Zeigt außerhalb liegende Elemente)" + } + } + ] + }, + "tab": "component", + "block": "productSlider", + "section": "productSliderBasic", + "order": 100 + }, + "zen-pagination-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-bg", + "de-DE": "Variable: zen-pagination-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 100 + }, + "zen-pagination-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-bg", + "de-DE": "Variable: zen-pagination-hover-bg" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 93%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 125 + }, + "zen-pagination-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-color", + "de-DE": "Variable: zen-pagination-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 150 + }, + "zen-pagination-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-color", + "de-DE": "Variable: zen-pagination-hover-color" + }, + "type": "color", + "value": "darken($sw-color-brand-primary, 15%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 175 + }, + "zen-pagination-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-border-color", + "de-DE": "Variable: zen-pagination-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 200 + }, + "zen-pagination-hover-border-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-hover-border-color", + "de-DE": "Variable: zen-pagination-hover-border-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 89%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 225 + }, + "zen-pagination-active-bg": { + "label": { + "en-GB": "Background:active", + "de-DE": "Background:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-bg", + "de-DE": "Variable: zen-pagination-active-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 250 + }, + "zen-pagination-disabled-bg": { + "label": { + "en-GB": "Background:disabled", + "de-DE": "Background:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-bg", + "de-DE": "Variable: zen-pagination-disabled-bg" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 93%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 275 + }, + "zen-pagination-active-color": { + "label": { + "en-GB": "Text:active", + "de-DE": "Text:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-color", + "de-DE": "Variable: zen-pagination-active-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 300 + }, + "zen-pagination-disabled-color": { + "label": { + "en-GB": "Text:disabled", + "de-DE": "Text:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-color", + "de-DE": "Variable: zen-pagination-disabled-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 46%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 325 + }, + "zen-pagination-active-border-color": { + "label": { + "en-GB": "Border:active", + "de-DE": "Rahmen:active" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-active-border-color", + "de-DE": "Variable: zen-pagination-active-border-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 350 + }, + "zen-pagination-disabled-border-color": { + "label": { + "en-GB": "Border:disabled", + "de-DE": "Rahmen:disabled" + }, + "helpText": { + "en-GB": "Variable: zen-pagination-disabled-border-color", + "de-DE": "Variable: zen-pagination-disabled-border-color" + }, + "type": "color", + "value": "hsl(hue($sw-border-color), saturation($sw-border-color), 89%)", + "editable": true, + "tab": "component", + "block": "pagination", + "section": "paginationColors", + "order": 375 + }, + "zen-layout-pagination-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "Changes the appearance of fhe pagination. Pills represents the pagination buttons with outer spacing.


Variable: zen-layout-pagination-style", + "de-DE": "Steuert das Aussehen der Paginierung. Pills stellt die einzelnen Buttons mit einem äußeren Abstand dar.


Variable: zen-layout-pagination-style" + }, + "type": "text", + "value": "pills", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "pills", + "label": { + "en-GB": "Pills", + "de-DE": "Pills" + } + } + ] + }, + "tab": "component", + "block": "pagination", + "section": "paginationBasic", + "order": 150 + }, + "zen-layout-pagination-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmung" + }, + "helpText": { + "en-GB": "Variable: zen-layout-pagination-border", + "de-DE": "Variable: zen-layout-pagination-border" + }, + "type": "switch", + "value": false, + "tab": "component", + "block": "pagination", + "section": "paginationBasic", + "order": 150 + }, + "zen-breadcrumbs-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-bg", + "de-DE": "Variable: zen-breadcrumbs-bg" + }, + "type": "color", + "value": "$sw-background-color", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 100 + }, + "zen-breadcrumbs-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-color", + "de-DE": "Variable: zen-breadcrumbs-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 125 + }, + "zen-breadcrumbs-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-hover-color", + "de-DE": "Variable: zen-breadcrumbs-hover-color" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsColors", + "order": 150 + }, + "zen-breadcrumbs-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-breadcrumbs-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-breadcrumbs-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 100 + }, + "zen-breadcrumbs-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-font-weight", + "de-DE": "Variable: zen-breadcrumbs-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 125 + }, + "zen-breadcrumbs-align": { + "label": { + "en-GB": "[!] Align", + "de-DE": "[!] Ausrichtung" + }, + "helpText": { + "en-GB": "[!] Note that the orientation of the breadcrumbs of the Breadcrumbs-experience-element is not affected by this. These have their own configuration for alignment in the element settings.


Variable: zen-breadcrumbs-align", + "de-DE": "[!] Beachte, dass die Ausrichtung der Breadcrumbs des Erlebniswelten-Elements Breadcrumbs hiervon nicht beeinflusst werden. Diese haben in den Element-Einstellungen eine eigene Konfiguration zur Ausrichtung.


Variable: zen-breadcrumbs-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 150 + }, + "zen-breadcrumbs-fullwidth": { + "label": { + "en-GB": "Breadcrumbs full width", + "de-DE": "Breadcrumbs volle Breite" + }, + "helpText": { + "en-GB": "Variable: zen-breadcrumbs-fullwidth", + "de-DE": "Variable: zen-breadcrumbs-fullwidth" + }, + "type": "switch", + "value": false, + "tab": "component", + "block": "breadcrumbs", + "section": "breadcrumbsBasic", + "order": 175 + }, + "zen-cookie-banner-style": { + "label": { + "en-GB": "Cookie Banner Layout", + "de-DE": "Cookie Banner Aussehen" + }, + "helpText": { + "en-GB": "Changes the appearance of the cookie banner.


Variable: zen-cookie-banner-style", + "de-DE": "Steuert das Aussehen des Cookie Banners.


Variable: zen-cookie-banner-style" + }, + "type": "text", + "value": "widget", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Banner", + "de-DE": "Banner" + } + }, + { + "value": "popup", + "label": { + "en-GB": "Popup", + "de-DE": "Popup" + } + }, + { + "value": "widget", + "label": { + "en-GB": "Widget", + "de-DE": "Widget" + } + } + ] + }, + "tab": "component", + "block": "cookieBanner", + "section": "cookieBannerBasic", + "order": 100 + }, + "zen-category-header-position": { + "label": { + "en-GB": "[≡] Header overlay", + "de-DE": "[≡] Header überlagernd" + }, + "helpText": { + "en-GB": "The header can also be displayed on listings on an shopping experience and overlay it. An impressive layout is created especially when overlaying images, sliders and videos.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-header-position", + "de-DE": "Der Header kann auf Listings auch auf einer Erlebniswelt dargestellt werden und diese überlagern. Insbesondere beim Überlagern von Bilder, Slidern und Videos entsteht ein eindrucksvolles Layout.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-header-position" + }, + "type": "text", + "value": "relative", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "absolute", + "label": { + "en-GB": "Yes", + "de-DE": "Ja" + } + }, + { + "value": "relative", + "label": { + "en-GB": "No", + "de-DE": "Nein" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 100 + }, + "zen-category-header-bg-opacity": { + "label": { + "en-GB": "[≡] Header Background Opacity", + "de-DE": "[≡] Header Hintergrund Deckkraft" + }, + "helpText": { + "en-GB": "in %. Opacity of the header background. Values below 100 let the elements of the shopping experience shine through.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-header-bg-opacity", + "de-DE": "in %. Sichtbarkeit des Header-Hintergrundes. Werte unter 100 lassen die Elemente der Erlebniswelt durchscheinen.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-header-bg-opacity" + }, + "type": "text", + "value": "0", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 125 + }, + "zen-category-nav-main-opacity": { + "label": { + "en-GB": "[≡] Main Navigation Background Opacity", + "de-DE": "[≡] Hauptnavigation Hintergrund Deckkraft" + }, + "helpText": { + "en-GB": "in %. Opacity of the header background. Values below 100 let the elements of the shopping experience shine through.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-nav-main-opacity", + "de-DE": "in %. Sichtbarkeit des Header-Hintergrundes. Werte unter 100 lassen die Elemente der Erlebniswelt durchscheinen.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-nav-main-opacity" + }, + "type": "text", + "value": "0", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryHeader", + "section": "categoryHeaderBasic", + "order": 150 + }, + "zen-category-image": { + "label": { + "en-GB": "[≡] Display Category image", + "de-DE": "[≡] Kategoriebild anzeigen" + }, + "helpText": { + "en-GB": "If active, the category image is inserted as a background in the first section of the used shopping experience layout. Categories without a category image represent the background image inserted in the shopping experience as a fallback.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image", + "de-DE": "Wenn aktiv, wird das Kategoriebild als Hintergrund in der ersten Section der eingestellten Erlebniswelt eingefügt. Kategorien ohne Kategoriebild stellen das in der Erlebniswelt eingefügte Hintergrundbild als Fallback dar.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image" + }, + "type": "bool", + "value": false, + "editable": true, + "fullwidth": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 100, + "scss": false + }, + "zen-category-image-contrast": { + "label": { + "en-GB": "[!][≡] Text contrast", + "de-DE": "[!][≡] Text Kontrast" + }, + "helpText": { + "en-GB": "Specifies the contrast color of the texts in the foreground. For dark backgrounds, use light text for optimal contrast.

[≡] This option can be individually overwritten in each category.

[!] The colors can be set in the Typo & Colors tab.


Variable: zen-category-image-contrast", + "de-DE": "Legt die Kontrastfarbe der Texte im Vordergrund fest. Bei dunklen Hintergründen verwende heller Text für einen optimalen Kontrast.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.

[!] Die Farben sind im Tab Typo & Farben einstellbar.


Variable: zen-category-image-contrast" + }, + "type": "text", + "value": "light-text", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "light-text", + "label": { + "en-GB": "Light text", + "de-DE": "Heller Text" + } + }, + { + "value": "dark-text", + "label": { + "en-GB": "Dark text", + "de-DE": "Dunkler Text" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 125 + }, + "zen-category-image-opacity": { + "label": { + "en-GB": "[≡] Opacity", + "de-DE": "[≡] Sichtbarkeit" + }, + "helpText": { + "en-GB": "in %. Opacity of the category image above tha background color. With this option, the background image can be subdued and the text above it can be made more legible.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-opacity", + "de-DE": "in %. Sichtbarkeit des Hintergrundbildes über der Hintergrundfarbe. Mit dieser Option kann das Hintergrundbild gedämpft werden und darüberliegender Text lesbarer gestaltet werden.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-opacity" + }, + "type": "text", + "value": "100", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "0", + "label": { + "en-GB": "0%", + "de-DE": "0%" + } + }, + { + "value": "5", + "label": { + "en-GB": "5%", + "de-DE": "5%" + } + }, + { + "value": "10", + "label": { + "en-GB": "10%", + "de-DE": "10%" + } + }, + { + "value": "15", + "label": { + "en-GB": "15%", + "de-DE": "15%" + } + }, + { + "value": "20", + "label": { + "en-GB": "20%", + "de-DE": "20%" + } + }, + { + "value": "25", + "label": { + "en-GB": "25%", + "de-DE": "25%" + } + }, + { + "value": "30", + "label": { + "en-GB": "30%", + "de-DE": "30%" + } + }, + { + "value": "35", + "label": { + "en-GB": "35%", + "de-DE": "35%" + } + }, + { + "value": "40", + "label": { + "en-GB": "40%", + "de-DE": "40%" + } + }, + { + "value": "45", + "label": { + "en-GB": "45%", + "de-DE": "45%" + } + }, + { + "value": "50", + "label": { + "en-GB": "50%", + "de-DE": "50%" + } + }, + { + "value": "55", + "label": { + "en-GB": "55%", + "de-DE": "55%" + } + }, + { + "value": "60", + "label": { + "en-GB": "60%", + "de-DE": "60%" + } + }, + { + "value": "65", + "label": { + "en-GB": "65%", + "de-DE": "65%" + } + }, + { + "value": "70", + "label": { + "en-GB": "70%", + "de-DE": "70%" + } + }, + { + "value": "75", + "label": { + "en-GB": "75%", + "de-DE": "75%" + } + }, + { + "value": "80", + "label": { + "en-GB": "80%", + "de-DE": "80%" + } + }, + { + "value": "85", + "label": { + "en-GB": "85%", + "de-DE": "85%" + } + }, + { + "value": "90", + "label": { + "en-GB": "90%", + "de-DE": "90%" + } + }, + { + "value": "95", + "label": { + "en-GB": "95%", + "de-DE": "95%" + } + }, + { + "value": "100", + "label": { + "en-GB": "100%", + "de-DE": "100%" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 150 + }, + "zen-category-image-attachment": { + "label": { + "en-GB": "[≡] Attachment", + "de-DE": "[≡] Fixieren" + }, + "helpText": { + "en-GB": "Determines whether a background image moves with the scroll or keeps its fixed location on the page.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-attachment", + "de-DE": "Bestimmt, ob ein Hintergrundbild beim Scrollen mitwandert oder seinen festen Ort auf der Seite behält.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-attachment" + }, + "type": "text", + "value": "scroll", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "scroll", + "label": { + "en-GB": "Scroll", + "de-DE": "Mitscrollend" + } + }, + { + "value": "fixed", + "label": { + "en-GB": "Fixed", + "de-DE": "Fixiert" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 175 + }, + "zen-category-image-position": { + "label": { + "en-GB": "[≡] Position", + "de-DE": "[≡] Position" + }, + "helpText": { + "en-GB": "Sets the position of en background image.

[≡] This option can be individually overwritten in each category.


Variable: zen-category-image-position", + "de-DE": "Legt Position eines Hintergrundbildes fest.

[≡] Diese Option ist in jeder Kategorie individuell überschreibbar.


Variable: zen-category-image-position" + }, + "type": "text", + "value": "center center", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left top", + "label": { + "en-GB": "Left Top", + "de-DE": "Left Top" + } + }, + { + "value": "left center", + "label": { + "en-GB": "left center", + "de-DE": "left center" + } + }, + { + "value": "left bottom", + "label": { + "en-GB": "left bottom", + "de-DE": "left bottom" + } + }, + { + "value": "center top", + "label": { + "en-GB": "center top", + "de-DE": "center top" + } + }, + { + "value": "center center", + "label": { + "en-GB": "center center", + "de-DE": "center center" + } + }, + { + "value": "center bottom", + "label": { + "en-GB": "center bottom", + "de-DE": "center bottom" + } + }, + { + "value": "right top", + "label": { + "en-GB": "right top", + "de-DE": "right top" + } + }, + { + "value": "right center", + "label": { + "en-GB": "right center", + "de-DE": "right center" + } + }, + { + "value": "right bottom", + "label": { + "en-GB": "right bottom", + "de-DE": "right bottom" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 200 + }, + "zen-category-image-content-max-width": { + "label": { + "en-GB": "Content max-width", + "de-DE": "Inhalt maximale Breite" + }, + "helpText": { + "en-GB": "in px.


Variable: zen-category-image-content-max-width", + "de-DE": "Angabe in Pixel - Gibt den gesetzten Elementen der ersten Section der Erlebniswelt eine maximale Breite


Variable: zen-category-image-content-max-width" + }, + "type": "int", + "value": 1024, + "editable": true, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 225 + }, + "zen-category-image-content-align": { + "label": { + "en-GB": "Content align", + "de-DE": "Inhalt Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-category-image-content-align", + "de-DE": "Variable: zen-category-image-content-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "categoryImage", + "section": "categoryImageBasic", + "order": 250 + }, + "zen-category-filter-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-bg", + "de-DE": "Variable: zen-category-filter-bg" + }, + "type": "color", + "value": "#F3F4F5", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 100 + }, + "zen-category-filter-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-color", + "de-DE": "Variable: zen-category-filter-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 125 + }, + "zen-category-filter-active-bg": { + "label": { + "en-GB": "Background:active", + "de-DE": "Background:active" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-active-bg", + "de-DE": "Variable: zen-category-filter-active-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 125 + }, + "zen-category-filter-active-color": { + "label": { + "en-GB": "Text:active", + "de-DE": "Text:active" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-active-color", + "de-DE": "Variable: zen-category-filter-active-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 150 + }, + "zen-category-filter-hover-bg": { + "label": { + "en-GB": "Background:hover", + "de-DE": "Background:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-hover-bg", + "de-DE": "Variable: zen-category-filter-hover-bg" + }, + "type": "color", + "value": "lighten($sw-color-brand-primary, 5%)", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 175 + }, + "zen-category-filter-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-hover-color", + "de-DE": "Variable: zen-category-filter-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 200 + }, + "zen-category-filter-border-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-border-color", + "de-DE": "Variable: zen-category-filter-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 225 + }, + "zen-category-filter-border-hover-color": { + "label": { + "en-GB": "Border:hover", + "de-DE": "Rahmen:hover" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-border-hover-color", + "de-DE": "Variable: zen-category-filter-border-hover-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 250 + }, + "zen-category-filter-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the filter is given a border.


Variable: zen-category-filter-border", + "de-DE": "Wenn aktiv, erhält der Filter einen Rahmen.


Variable: zen-category-filter-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterColors", + "order": 275 + }, + "zen-category-filter-icon": { + "label": { + "en-GB": "Filter icon", + "de-DE": "Filter Icon" + }, + "helpText": { + "en-GB": "Variable: zen-category-filter-icon", + "de-DE": "Variable: zen-category-filter-icon" + }, + "type": "text", + "value": "plus", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "arrow", + "label": { + "en-GB": "Arrow Icon", + "de-DE": "Arrow Icon" + } + }, + { + "value": "plus", + "label": { + "en-GB": "Plus Icon", + "de-DE": "Plus Icon" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 100 + }, + "zen-category-filter-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-category-filter-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-category-filter-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 125 + }, + "zen-category-filter-separator": { + "label": { + "en-GB": "Separator", + "de-DE": "Trennlinien" + }, + "helpText": { + "en-GB": "If active, the filter select list items have an separator bottom line to each other.


Variable: zen-category-filter-separator", + "de-DE": "Wenn aktiv, haben die Filter Select Items eine Trennlinie zueinander.


Variable: zen-category-filter-separator" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterBasic", + "order": 150 + }, + "zen-category-filter-open": { + "label": { + "en-GB": "Filter opened", + "de-DE": "Filter offen" + }, + "helpText": { + "en-GB": "If active, all filters are shown open.


Variable: zen-category-filter-open", + "de-DE": "Wenn aktiv, werden Filter geöffnet dargestellt.


Variable: zen-category-filter-open" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 100, + "scss": false + }, + "zen-category-filter-open-elements": { + "label": { + "en-GB": "Limit to", + "de-DE": "Beschränken auf" + }, + "helpText": { + "en-GB": "Display the number of filters in open state. Leave blank = no limit


Variable: zen-category-filter-open-elements", + "de-DE": "Stellt die Anzahl der gewählten Filter offen dar. Kein Wert = keine Beschränkung


Variable: zen-category-filter-open-elements" + }, + "type": "text", + "value": "", + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 125 + }, + "zen-category-filter-pv": { + "label": { + "en-GB": "Vertical Padding", + "de-DE": "Vertikaler Innenabstand" + }, + "helpText": { + "en-GB": "in px - Padding of filter items in sidebar.


Variable: zen-category-filter-pv", + "de-DE": "Angabe in Pixel - Innenabstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-category-filter-pv" + }, + "type": "int", + "value": 10, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 150 + }, + "zen-category-filter-mb": { + "label": { + "en-GB": "Margin bottom", + "de-DE": "Abstand unten" + }, + "helpText": { + "en-GB": "in px - Margin bottom of filter items in sidebar.


Variable: zen-category-filter-mb", + "de-DE": "Angabe in Pixel - Unterer Abstand der einzelnen Filter-Elemente in der Sidebar.


Variable: zen-category-filter-mb" + }, + "type": "int", + "value": 2, + "editable": true, + "tab": "listing", + "block": "categoryFilter", + "section": "categoryFilterSidebar", + "order": 175 + }, + "zen-product-listing-actions-border-top-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-top-color", + "de-DE": "Variable: zen-product-listing-actions-border-top-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 100 + }, + "zen-product-listing-actions-border-top": { + "label": { + "en-GB": "Border top", + "de-DE": "Rahmen oben" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-top", + "de-DE": "Variable: zen-product-listing-actions-border-top" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 125 + }, + "zen-product-listing-actions-border-bottom-color": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-bottom-color", + "de-DE": "Variable: zen-product-listing-actions-border-bottom-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 150 + }, + "zen-product-listing-actions-border-bottom": { + "label": { + "en-GB": "Border bottom", + "de-DE": "Rahmen unten" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-actions-border-bottom", + "de-DE": "Variable: zen-product-listing-actions-border-bottom" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "actions", + "section": "actionsBasic", + "order": 175 + }, + "zen-product-listing-card-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-bg", + "de-DE": "Variable: zen-product-listing-card-bg" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardColors", + "order": 100 + }, + "zen-product-listing-columns-xs": { + "label": { + "en-GB": "Small Smartphones", + "de-DE": "Kleine Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-xs", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-xs" + }, + "type": "text", + "value": "1", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 75, + "scss": false + }, + "zen-product-listing-columns-sm": { + "label": { + "en-GB": "Smartphones", + "de-DE": "Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sm", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sm" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 100, + "scss": false + }, + "zen-product-listing-columns-md": { + "label": { + "en-GB": "Tablets", + "de-DE": "Tablets" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-md", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-md" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 125, + "scss": false + }, + "zen-product-listing-columns-lg": { + "label": { + "en-GB": "Laptops", + "de-DE": "Laptops" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-lg", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-lg" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 150, + "scss": false + }, + "zen-product-listing-columns-xl": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-xl", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-xl" + }, + "type": "text", + "value": "4", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumns", + "order": 175, + "scss": false + }, + "zen-product-listing-columns-sidebar-xs": { + "label": { + "en-GB": "Small Smartphones", + "de-DE": "Kleine Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-xs", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-xs" + }, + "type": "text", + "value": "1", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 75, + "scss": false + }, + "zen-product-listing-columns-sidebar-sm": { + "label": { + "en-GB": "Smartphones", + "de-DE": "Smartphones" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-sm", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-sm" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 100, + "scss": false + }, + "zen-product-listing-columns-sidebar-md": { + "label": { + "en-GB": "Tablets", + "de-DE": "Tablets" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-md", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-md" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 125, + "scss": false + }, + "zen-product-listing-columns-sidebar-lg": { + "label": { + "en-GB": "Laptops", + "de-DE": "Laptops" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-lg", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-lg" + }, + "type": "text", + "value": "2", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 150, + "scss": false + }, + "zen-product-listing-columns-sidebar-xl": { + "label": { + "en-GB": "Desktop", + "de-DE": "Desktop" + }, + "helpText": { + "en-GB": "Number of columns per row. Indicates how many articles are displayed in one line in the selected viewport. Please note: The bootstrap grid used by Shopware does not support 5 products in a row with 12 columns, since 12 cannot be divided by 5 with the result of an integer.


Variable: zen-product-listing-columns-sidebar-xl", + "de-DE": "Anzahl der Spalten pro Zeile. Gibt an, wie viele Artikel in einer Zeile im gewählten Viewport angezeigt werden. Bitte beachte: Das von Shopware eingesetzte Bootstrap-Grid unterstützt bei 12 Spalten keine 5 Produkte in einer Zeile, da sich 12 nicht durch 5 mit dem Ergebnis einer Ganzzahl teilen lässt.


Variable: zen-product-listing-columns-sidebar-xl" + }, + "type": "text", + "value": "3", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "1", + "label": { + "en-GB": "1", + "de-DE": "1" + } + }, + { + "value": "2", + "label": { + "en-GB": "2", + "de-DE": "2" + } + }, + { + "value": "3", + "label": { + "en-GB": "3", + "de-DE": "3" + } + }, + { + "value": "4", + "label": { + "en-GB": "4", + "de-DE": "4" + } + }, + { + "value": "6", + "label": { + "en-GB": "6", + "de-DE": "6" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardListingColumnsSidebar", + "order": 175, + "scss": false + }, + "zen-product-listing-card-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the product card is given a border. A padding is automatically added so that the inner elements do not stick to the border.


Variable: zen-product-listing-card-border", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Rahmen. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Rahmen kleben.


Variable: zen-product-listing-card-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 100 + }, + "zen-product-listing-card-border-color": { + "label": { + "en-GB": "Border color", + "de-DE": "Rahmenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-border-color", + "de-DE": "Variable: zen-product-listing-card-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 125 + }, + "zen-product-listing-card-shadow": { + "label": { + "en-GB": "Shadow", + "de-DE": "Schatten" + }, + "helpText": { + "en-GB": "If active, the product card is given a shadow effect. A padding is automatically added so that the inner elements do not stick to the shadow.


Variable: zen-product-listing-card-shadow", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Schatten. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Schatten kleben.


Variable: zen-product-listing-card-shadow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 150 + }, + "zen-product-listing-card-shadow-color": { + "label": { + "en-GB": "Shadow color", + "de-DE": "Schattenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-shadow-color", + "de-DE": "Variable: zen-product-listing-card-shadow-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 175 + }, + "zen-product-listing-card-hover-shadow": { + "label": { + "en-GB": "Shadow:hover", + "de-DE": "Schatten:hover" + }, + "helpText": { + "en-GB": "If active, the product card is given a shadow effect on mouse over events. A padding is automatically added so that the inner elements do not stick to the shadow.


Variable: zen-product-listing-card-hover-shadow", + "de-DE": "Wenn aktiv, erhält die Produktkarte einen Schatten beim Mouse-Over Event. Ein Innenabstand wird automatisch hinzugefügt, damit die inneren Elemente nicht am Schatten kleben.


Variable: zen-product-listing-card-hover-shadow" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 200 + }, + "zen-product-listing-card-hover-shadow-color": { + "label": { + "en-GB": "Shadow color:hover", + "de-DE": "Schattenfarbe:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-hover-shadow-color", + "de-DE": "Variable: zen-product-listing-card-hover-shadow-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 225 + }, + "zen-product-listing-card-padding": { + "label": { + "en-GB": "Spacer", + "de-DE": "Abstand" + }, + "helpText": { + "en-GB": "in px - Grid space between product cards.


Variable: zen-product-listing-card-padding", + "de-DE": "Angabe in Pixel - Abstand zwischen den Produkt-Cards.


Variable: zen-product-listing-card-padding" + }, + "type": "int", + "value": 30, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 250 + }, + "zen-product-listing-card-variant-characteristics": { + "label": { + "en-GB": "Variant characteristics", + "de-DE": "Varianten Merkmale" + }, + "helpText": { + "en-GB": "If active, the variant characteristics will be displayed.


Variable: zen-product-listing-card-variant-characteristics", + "de-DE": "Wenn aktiv, werden die varianten Merkmale des Produktes angezeigt.


Variable: zen-product-listing-card-variant-characteristics" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 275, + "scss": false + }, + "zen-product-listing-card-ordernumber": { + "label": { + "en-GB": "Ordernumber", + "de-DE": "Artikelnummer" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-ordernumber", + "de-DE": "Variable: zen-product-listing-card-ordernumber" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Nicht anzeigen" + } + }, + { + "value": "prepend", + "label": { + "en-GB": "Above product name", + "de-DE": "Über Produktname" + } + }, + { + "value": "append", + "label": { + "en-GB": "Below product name", + "de-DE": "Unter Produktname" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 300 + }, + "zen-product-listing-card-attention-animation": { + "label": { + "en-GB": "Attention animation", + "de-DE": "Aufmerksamkeits-Animation" + }, + "helpText": { + "en-GB": "If active, the product card moves a little gently upwards when you mouse-over. The user's attention is gently drawn to the active product card.


Variable: zen-product-listing-card-attention-animation", + "de-DE": "Wenn aktiv, bewegt sich die Product-Card bei Mouse-Over ein wenig sanft nach oben. Die Aufmerksamkeit des Nutzers wird damit sanft auf die aktive Product-Card gelenkt.


Variable: zen-product-listing-card-attention-animation" + }, + "type": "switch", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardBasic", + "order": 325 + }, + "zen-product-listing-card-img-switch": { + "label": { + "en-GB": ":hover Image change", + "de-DE": ":hover Bildwechsel" + }, + "helpText": { + "en-GB": "If active, the article cover will be changed for the second article picture on mouseover.


Variable: zen-product-listing-card-img-switch", + "de-DE": "Wenn aktiv, wird das Artikel-Cover bei Mouseover gegen das zweite Artikelbild getauscht.


Variable: zen-product-listing-card-img-switch" + }, + "type": "text", + "value": "switch-flip", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "No image-change", + "de-DE": "Kein Bildwechsel" + } + }, + { + "value": "switch", + "label": { + "en-GB": "Simple Image-change", + "de-DE": "Simpler Bildwechsel" + } + }, + { + "value": "switch-fade", + "label": { + "en-GB": "Animated image change (Fade-top-bottom)", + "de-DE": "Animierter Bildwechsel (Fade-top-bottom)" + } + }, + { + "value": "switch-slide", + "label": { + "en-GB": "Animated image change (Slide-in-out)", + "de-DE": "Animierter Bildwechsel (Slide-in-out)" + } + }, + { + "value": "switch-flip", + "label": { + "en-GB": "Animated image change (Flip-in-out)", + "de-DE": "Animierter Bildwechsel (Flip-in-out)" + } + } + ] + }, + "editable": true, + "fullwidth": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 100 + }, + "zen-product-listing-card-img-border": { + "label": { + "en-GB": "Border", + "de-DE": "Rahmen" + }, + "helpText": { + "en-GB": "If active, the product card image is given a border.


Variable: zen-product-listing-card-img-border", + "de-DE": "Wenn aktiv, erhält das Bild der Produktkarte einen Rahmen.


Variable: zen-product-listing-card-img-border" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 200 + }, + "zen-product-listing-card-img-border-color": { + "label": { + "en-GB": "Border Color", + "de-DE": "Rahmenfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-img-border-color", + "de-DE": "Variable: zen-product-listing-card-img-border-color" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 225 + }, + "zen-product-listing-card-img-color-overlay": { + "label": { + "en-GB": "Background overlay", + "de-DE": "Hintergrundfarbe überlagernd" + }, + "helpText": { + "en-GB": "No transparent product images in PNG format? No problem. With this function you set the images with 97% visibility to the selected background color. The background color is 97% lighter, so you have to choose a dark background color.

Example: For a light gray background simply set the color value to pure black #000.


Variable: zen-product-listing-card-img-color-overlay", + "de-DE": "Keine transparenten Produktbilder im PNG Format? Kein Problem. Mit dieser Funktion setzt Du die Bilder mit 97% Sichtbarkeit auf die gewählte Hintergrundfarbe. Die gewählte Hintergrundfarbe wird hierbei um 97% heller dargestellt, sodass Du eine dunkle Hintergrundfarbe wählen musst.

Beispiel: Für einen hell-grauen Hintergrund setze den Farbwert einfach auf reines Schwarz #000.


Variable: zen-product-listing-card-img-color-overlay" + }, + "type": "switch", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 250 + }, + "zen-product-listing-card-img-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Hintergrundfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-img-bg", + "de-DE": "Variable: zen-product-listing-card-img-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardImage", + "order": 275 + }, + "zen-product-listing-card-name-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-color", + "de-DE": "Variable: zen-product-listing-card-name-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 100 + }, + "zen-product-listing-card-name-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-hover-color", + "de-DE": "Variable: zen-product-listing-card-name-hover-color" + }, + "type": "color", + "value": "#1a1a1a", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 125 + }, + "zen-product-listing-card-name-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-name-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-name-font-size" + }, + "type": "int", + "value": 15, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 150 + }, + "zen-product-listing-card-name-font-family": { + "label": { + "en-GB": "Font Family", + "de-DE": "Schrift-Familie" + }, + "helpText": { + "en-GB": "Variable: zen-main-navigation-font-family", + "de-DE": "Variable: zen-main-navigation-font-family" + }, + "type": "text", + "value": "base", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "base", + "label": { + "en-GB": "Fonttype text", + "de-DE": "Schriftart Text" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Fonttype headline", + "de-DE": "Schriftart Überschrift" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 175 + }, + "zen-product-listing-card-name-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-font-weight", + "de-DE": "Variable: zen-product-listing-card-name-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 200 + }, + "zen-product-listing-card-name-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-name-font-align", + "de-DE": "Variable: zen-product-listing-card-name-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 225 + }, + "zen-product-listing-card-name-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-product-listing-card-name-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-product-listing-card-name-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardName", + "order": 250 + }, + "zen-product-listing-card-description-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-color", + "de-DE": "Variable: zen-product-listing-card-description-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 100 + }, + "zen-product-listing-card-description-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-description-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-description-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 125 + }, + "zen-product-listing-card-description-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-font-weight", + "de-DE": "Variable: zen-product-listing-card-description-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 150 + }, + "zen-product-listing-card-description-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-description-font-align", + "de-DE": "Variable: zen-product-listing-card-description-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardDescription", + "order": 175 + }, + "zen-product-listing-card-price-color": { + "label": { + "en-GB": "Font Color", + "de-DE": "Schriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-color", + "de-DE": "Variable: zen-product-listing-card-price-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 100 + }, + "zen-product-listing-card-price-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-listing-card-price-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-listing-card-price-font-size" + }, + "type": "int", + "value": 14, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 125 + }, + "zen-product-listing-card-price-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-font-weight", + "de-DE": "Variable: zen-product-listing-card-price-font-weight" + }, + "type": "text", + "value": "600", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 150 + }, + "zen-product-listing-card-price-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-price-font-align", + "de-DE": "Variable: zen-product-listing-card-price-font-align" + }, + "type": "text", + "value": "center", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab": "listing", + "block": "card", + "section": "cardPrice", + "order": 175 + }, + "zen-product-listing-card-actions": { + "label": { + "en-GB": "Product actions", + "de-DE": "Produkt Aktionen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-actions", + "de-DE": "Variable: zen-product-listing-card-actions" + }, + "type": "text", + "value": "shiftbelow", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "shiftbelow", + "label": { + "en-GB": "Shift from below", + "de-DE": "Verschiebung unten" + } + }, + { + "value": "overlayinfo", + "label": { + "en-GB": "Info overlay", + "de-DE": "Info überlagernd" + } + }, + { + "value": "overlay", + "label": { + "en-GB": "Image overlay", + "de-DE": "Bild überlagernd" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 100 + }, + "zen-product-listing-card-actions-quickview": { + "label": { + "en-GB": "Quickview", + "de-DE": "Vorschau" + }, + "helpText": { + "en-GB": "If active, a button for quickview will be displayed.


Variable: zen-product-listing-card-actions-quickview", + "de-DE": "Wenn aktiv, wird ein Button zur Produktvorschau angezeigt.


Variable: zen-product-listing-card-actions-quickview" + }, + "type": "bool", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 125, + "scss": false + }, + "zen-product-listing-card-actions-quantity-select": { + "label": { + "en-GB": "Quantity select", + "de-DE": "Mengenauswahl" + }, + "helpText": { + "en-GB": "If active, the quantity selection will be displayed.


Variable: zen-product-listing-card-actions-quantity-select", + "de-DE": "Wenn aktiv, wird die Mengenauswahl im Listing angezeigt.


Variable: zen-product-listing-card-actions-quantity-select" + }, + "type": "bool", + "value": true, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 150, + "scss": false + }, + "zen-product-listing-card-rating-position": { + "label": { + "en-GB": "Rating", + "de-DE": "Bewertungen" + }, + "helpText": { + "en-GB": "Variable: zen-product-listing-card-rating-position", + "de-DE": "Variable: zen-product-listing-card-rating-position" + }, + "type": "text", + "value": "overlay-top-right", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default", + "de-DE": "Standard" + } + }, + { + "value": "overlay-top-right", + "label": { + "en-GB": "Overlay top right", + "de-DE": "Überlagernd oben rechts" + } + }, + { + "value": "overlay-bottom-center", + "label": { + "en-GB": "Overlay bottom center", + "de-DE": "Überlagernd unten mittig" + } + } + ] + }, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 200 + }, + "zen-product-listing-card-actions-details-btn": { + "label": { + "en-GB": "Details Button", + "de-DE": "Detail Button" + }, + "helpText": { + "en-GB": "If active, the details button will be displayed in listings.


Variable: zen-product-listing-card-actions-details-btn", + "de-DE": "Wenn aktiv, wird der Details-Button in Listings angezeigt.


Variable: zen-product-listing-card-actions-details-btn" + }, + "type": "bool", + "value": false, + "editable": true, + "tab": "listing", + "block": "card", + "section": "cardsCardActions", + "order": 225, + "scss": false + }, + "zen-product-details-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-bg", + "de-DE": "Variable: zen-product-details-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productColors", + "order": 100 + }, + "zen-product-details-short-description": { + "label": { + "en-GB": "Short description", + "de-DE": "Kurzbeschreibung" + }, + "helpText": { + "en-GB": "If active, a short description is given under the title. This comes from the meta description of the article.


Variable: zen-product-details-short-description", + "de-DE": "Wenn aktiv, wird unter dem Titel eine Kurzbeschreibung ausgegeben. Diese stammt aus der Metabeschreibung des Artikels.


Variable: zen-product-details-short-description" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 100, + "scss": false + }, + "zen-product-details-variant-characteristics": { + "label": { + "en-GB": "Variant characteristics", + "de-DE": "Varianten Merkmale" + }, + "helpText": { + "en-GB": "If active, the variant characteristics will be displayed under the title.


Variable: zen-product-listing-card-variant-characteristics", + "de-DE": "Wenn aktiv, werden die varianten Merkmale des Produktes unter dem Titel angezeigt.


Variable: zen-product-listing-card-variant-characteristics" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 125, + "scss": false + }, + "zen-product-details-rating-position": { + "label": { + "en-GB": "Reviews position", + "de-DE": "Bewertungen Position" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-rating-position", + "de-DE": "Variable: zen-product-details-rating-position" + }, + "type": "text", + "value": "headline", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default (below Price)", + "de-DE": "Standard (unter dem Preis)" + } + }, + { + "value": "headline", + "label": { + "en-GB": "Headline area", + "de-DE": "Titelbereich" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productBasic", + "order": 150 + }, + "zen-product-details-name-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-name-color", + "de-DE": "Variable: zen-product-details-name-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 100 + }, + "zen-product-details-name-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-details-name-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-details-name-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 125 + }, + "zen-product-details-name-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-name-font-weight", + "de-DE": "Variable: zen-product-details-name-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 150 + }, + "zen-product-details-name-text-transform": { + "label": { + "en-GB": "Text transform", + "de-DE": "Text Transform" + }, + "helpText": { + "en-GB": "Specifies the case of an element. It can be used to write the text of an element completely in small or large.


Variable: zen-product-details-name-text-transform", + "de-DE": "Legt die Groß- und Kleinschreibung eines Elementes fest. Es kann verwendet werden, um den Text eines Elementes komplett klein oder groß zu schreiben.


Variable: zen-product-details-name-text-transform" + }, + "type": "text", + "value": "none", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Standard" + } + }, + { + "value": "uppercase", + "label": { + "en-GB": "UPPERCASE", + "de-DE": "GROSSBUCHSTABEN" + } + }, + { + "value": "lowercase", + "label": { + "en-GB": "lowercase", + "de-DE": "kleinbuchstaben" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productName", + "order": 175 + }, + "zen-product-details-price-color": { + "label": { + "en-GB": "Font Color", + "de-DE": "Schriftfarbe" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-price-color", + "de-DE": "Variable: zen-product-details-price-color" + }, + "type": "color", + "value": "$sw-color-price", + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 100 + }, + "zen-product-details-price-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-details-price-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-details-price-font-size" + }, + "type": "int", + "value": 36, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 125 + }, + "zen-product-details-price-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-details-price-font-weight", + "de-DE": "Variable: zen-product-details-price-font-weight" + }, + "type": "text", + "value": "700", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productPrice", + "order": 150 + }, + "zen-product-details-stock": { + "label": { + "en-GB": "Stock display", + "de-DE": "Bestand anzeigen" + }, + "helpText": { + "en-GB": "If active, the product stock is displayed on the detail page.


Variable: zen-product-details-stock", + "de-DE": "Wenn aktiv, wird der Produkt Bestand auf der Detailseite ausgegeben.


Variable: zen-product-details-stock" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 100, + "scss": false + }, + "zen-product-details-closeout": { + "label": { + "en-GB": "Clearance sale display", + "de-DE": "Abverkauf anzeigen" + }, + "helpText": { + "en-GB": "If active, the product clearance sale is displayed on the detail page.


Variable: zen-product-details-closeout", + "de-DE": "Wenn aktiv, wird das Produkt als im Abverkauf auf der Detailseite ausgegeben.


Variable: zen-product-details-closeout" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 125, + "scss": false + }, + "zen-product-details-ordernumber": { + "label": { + "en-GB": "Ordernumber display", + "de-DE": "Artikelnummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the product number is displayed on the detail page.


Variable: zen-product-details-ordernumber", + "de-DE": "Wenn aktiv, wird die Artikelnummer auf der Detailseite ausgegeben.


Variable: zen-product-details-ordernumber" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 150, + "scss": false + }, + "zen-product-details-ean": { + "label": { + "en-GB": "EAN number display", + "de-DE": "EAN Nummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the EAN number is displayed on the detail page.


Variable: zen-product-details-ean", + "de-DE": "Wenn aktiv, wird die EAN auf der Detailseite ausgegeben.


Variable: zen-product-details-ean" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 175, + "scss": false + }, + "zen-product-details-manufacturer-name": { + "label": { + "en-GB": "Manufacturer name display", + "de-DE": "Herstellername anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer name is displayed on the detail page.


Variable: zen-product-details-manufacturer-name", + "de-DE": "Wenn aktiv, wird der Herstellername auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-name" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 200, + "scss": false + }, + "zen-product-details-manufacturer-number": { + "label": { + "en-GB": "Manufacturer number display", + "de-DE": "Herstellernummer anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer number is displayed on the detail page.


Variable: zen-product-details-manufacturer-number", + "de-DE": "Wenn aktiv, wird die Herstellernummer auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-number" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 225, + "scss": false + }, + "zen-product-details-manufacturer-link": { + "label": { + "en-GB": "Manufacturer url display", + "de-DE": "Hersteller-Url anzeigen" + }, + "helpText": { + "en-GB": "If active, the manufacturer url is displayed on the detail page.


Variable: zen-product-details-manufacturer-link", + "de-DE": "Wenn aktiv, wird die Hersteller-Url auf der Detailseite ausgegeben.


Variable: zen-product-details-manufacturer-link" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 250, + "scss": false + }, + "zen-product-details-length": { + "label": { + "en-GB": "Length display", + "de-DE": "Länge anzeigen" + }, + "helpText": { + "en-GB": "If active, the product length is displayed on the detail page.


Variable: zen-product-details-length", + "de-DE": "Wenn aktiv, wird die Produkt Länge auf der Detailseite ausgegeben.


Variable: zen-product-details-length" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 275, + "scss": false + }, + "zen-product-details-width": { + "label": { + "en-GB": "Width display", + "de-DE": "Weite anzeigen" + }, + "helpText": { + "en-GB": "If active, the product width is displayed on the detail page.


Variable: zen-product-details-width", + "de-DE": "Wenn aktiv, wird die Produkt Weite auf der Detailseite ausgegeben.


Variable: zen-product-details-width" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 300, + "scss": false + }, + "zen-product-details-height": { + "label": { + "en-GB": "Height display", + "de-DE": "Höhe anzeigen" + }, + "helpText": { + "en-GB": "If active, the product height is displayed on the detail page.


Variable: zen-product-details-height", + "de-DE": "Wenn aktiv, wird die Produkt Höhe auf der Detailseite ausgegeben.


Variable: zen-product-details-height" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 325, + "scss": false + }, + "zen-product-details-weight": { + "label": { + "en-GB": "Weight display", + "de-DE": "Gewicht anzeigen" + }, + "helpText": { + "en-GB": "If active, the product weight is displayed on the detail page.


Variable: zen-product-details-weight", + "de-DE": "Wenn aktiv, wird das Produkt Gewicht auf der Detailseite ausgegeben.


Variable: zen-product-details-weight" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "product", + "section": "productDetails", + "order": 350, + "scss": false + }, + "zen-product-gallery-slider-display-mode": { + "label": { + "en-GB": "[!] Display Mode", + "de-DE": "[!] Anzeigemodus" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-display-mode", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-display-mode" + }, + "type": "text", + "value": "contain", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "standard", + "label": { + "en-GB": "Standard", + "de-DE": "Standard" + } + }, + { + "value": "cover", + "label": { + "en-GB": "Cover", + "de-DE": "Füllen" + } + }, + { + "value": "contain", + "label": { + "en-GB": "Contain", + "de-DE": "Beinhalten" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderBasic", + "order": 100 + }, + "zen-product-gallery-mode": { + "label": { + "en-GB": "[≡] Gallery mode", + "de-DE": "[≡] Galerie Modus" + }, + "helpText": { + "en-GB": "[≡] Switches the image gallery either to slider mode (standard) or to scroller mode.

[≡] This option can be individually overwritten in each product.


Variable: zen-product-gallery-mode", + "de-DE": "[≡] Schaltet die Image Galerie entweder in den Slider-Modus (Standard) oder in den Scroller Modus.

[≡] Diese Option ist in jedem Artikel individuell überschreibbar.


Variable: zen-product-gallery-mode" + }, + "type": "text", + "value": "slider", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "slider", + "label": { + "en-GB": "Gallery Slider", + "de-DE": "Galerie Slider" + } + }, + { + "value": "scroller", + "label": { + "en-GB": "Gallery Scroller", + "de-DE": "Galerie Scroller" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderBasic", + "order": 125 + }, + "zen-product-gallery-slider-width": { + "label": { + "en-GB": "[!] Galerie width", + "de-DE": "[!] Galeriebreite" + }, + "helpText": { + "en-GB": "Determines the width of the gallery slider. The buy box takes up the remaining width. At its full width, the buy box is displayed underneath the image gallery.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-width", + "de-DE": "Bestimmt die Breite des Galerie Sliders. Die Buybox nimmt die übrige Breite ein. Bei voller Breite wird die Buybox unterhalb der Galerie dargestellt.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-width" + }, + "type": "text", + "value": "7", + "editable": true, + "fullwidth": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "12", + "label": { + "en-GB": "12 of 12 (100%)", + "de-DE": "12 von 12 (100%)" + } + }, + { + "value": "8", + "label": { + "en-GB": "8 of 12 (66.66667%)", + "de-DE": "8 von 12 (66,66667%)" + } + }, + { + "value": "7", + "label": { + "en-GB": "7 of 12 (58.33333%)", + "de-DE": "7 von 12 (58,33333%)" + } + }, + { + "value": "6", + "label": { + "en-GB": "6 of 12 (50%)", + "de-DE": "6 von 12 (50%)" + } + }, + { + "value": "5", + "label": { + "en-GB": "5 of 12 (41.66667%)", + "de-DE": "5 von 12 (41,66667%)" + } + }, + { + "value": "4", + "label": { + "en-GB": "4 of 12 (33.33333%)", + "de-DE": "4 von 12 (33,33333%)" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 100 + }, + "zen-product-gallery-slider-image-ratio": { + "label": { + "en-GB": "[!] Use Aspect ratio product images for Height instead of following min heights", + "de-DE": "[!] Verwende Seitenverhältnis Artikelbilder für Höhe statt die folgenden Werte für Minimale Höhen" + }, + "helpText": { + "en-GB": "If active, the aspect ratio of the gallery-slider is determined from the aspect ratio of the article images.

[!] This setting uses information from the configuration Aspect ratio article images, Width product images and Height product images in the tab General > Product Images used to determine the optimal format of the gallery slider.


Variable: zen-product-gallery-slider-image-ratio", + "de-DE": "Wenn aktiv, wird das Seitenverhältnis des Galerie-Sliders aus dem Seitenverhältnis der Artikelbilder ermittelt.

[!] Diese Einstellung nutzt Angaben der Konfiguration Seitenverhältnis Artikelbilder, Weite Produktbilder und Höhe Produktbilder im Tab Allgemein > Produktbilder genutzt um das optimale Format des Galerie-Sliders zu ermitteln.


Variable: zen-product-gallery-slider-image-ratio" + }, + "type": "switch", + "value": false, + "editable": true, + "fullwidth": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 125 + }, + "zen-product-gallery-slider-min-height-mobile": { + "label": { + "en-GB": "[!] Min height (mobile)", + "de-DE": "[!] Minimale Höhe (mobile)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-mobile", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-mobile" + }, + "type": "int", + "value": 225, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 150 + }, + "zen-product-gallery-slider-min-height-tablet": { + "label": { + "en-GB": "[!] Min height (tablet)", + "de-DE": "[!] Minimale Höhe (tablet)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-tablet", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-tablet" + }, + "type": "int", + "value": 430, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 175 + }, + "zen-product-gallery-slider-min-height-desktop": { + "label": { + "en-GB": "[!] Min height (desktop)", + "de-DE": "[!] Minimale Höhe (desktop)" + }, + "helpText": { + "en-GB": "in px - Depending on the selected aspect ratio of the product images, the images on the product page may appear too small and the slider too flat. To avoid this, you can specify a minimum height that will not be undercut.

[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.

[!] This setting is particularly useful if the option 'Use Aspect ratio product images for Height' is not used.


Variable: zen-product-gallery-slider-min-height-desktop", + "de-DE": "in Pixel - Je nach gewähltem Seitenverhältnis der Artikelbilder können die Bilder auf der Produktseite zu klein und der Slider zu flach erscheinen. Um das zu vermeiden, kannst Du eine Minimale Höhe angeben, welche nicht unterschritten wird.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.

[!] Diese Einstellung ist insbesondere dann sinnvoll, wenn die Option 'Verwende Seitenverhältnis Artikelbilder für Höhe' nicht genutzt wird.


Variable: zen-product-gallery-slider-min-height-desktop" + }, + "type": "int", + "value": 430, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderDimension", + "order": 200 + }, + "zen-product-gallery-slider-navigation-arrows": { + "label": { + "en-GB": "Arrow navigation", + "de-DE": "Pfeile-Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-navigation-arrows", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-navigation-arrows" + }, + "type": "text", + "value": "inside", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "inside", + "label": { + "en-GB": "Inside", + "de-DE": "Innen" + } + }, + { + "value": "outside", + "label": { + "en-GB": "Outside", + "de-DE": "Außen" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 100 + }, + "zen-product-gallery-slider-navigation-dots": { + "label": { + "en-GB": "[!] Dots navigation", + "de-DE": "[!] Punkte-Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


ariable: zen-product-gallery-slider-navigation-dots", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-navigation-dots" + }, + "type": "text", + "value": "inside", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "inside", + "label": { + "en-GB": "Inside", + "de-DE": "Innen" + } + }, + { + "value": "outside", + "label": { + "en-GB": "Outside", + "de-DE": "Außen" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 125 + }, + "zen-product-gallery-slider-gallery-position": { + "label": { + "en-GB": "[!] Preview Navigation", + "de-DE": "[!] Vorschau Navigation" + }, + "helpText": { + "en-GB": "[!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-gallery-position", + "de-DE": "[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-gallery-position" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "none", + "label": { + "en-GB": "None", + "de-DE": "Keine" + } + }, + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "underneath", + "label": { + "en-GB": "Underneath", + "de-DE": "Darunter" + } + } + ] + }, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderNavigation", + "order": 150 + }, + "zen-product-gallery-slider-zoom": { + "label": { + "en-GB": "[!] Zoom", + "de-DE": "[!] Zoom" + }, + "helpText": { + "en-GB": "[!] If active, the product zoom will be displayed on the detail page. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-zoom", + "de-DE": "[!] Wenn aktiv, wird der Produkt Zoom auf der Detailseite angezeigt.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-zoom" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 100, + "scss": false + }, + "zen-product-gallery-slider-zoom-modal": { + "label": { + "en-GB": "[!] Fullscreen gallery", + "de-DE": "[!] Vollbild-Galerie" + }, + "helpText": { + "en-GB": "If active, the product zoom modal will be displayed on the detail page on clicking on product image. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-zoom-modal", + "de-DE": "Wenn aktiv, wird der Produkt Zoom Modal auf der Detailseite beim Klick auf das Produktbild aufgerufen.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-zoom-modal" + }, + "type": "bool", + "value": true, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 125, + "scss": false + }, + "zen-product-gallery-slider-magnifier-over-gallery": { + "label": { + "en-GB": "[!] Magnifier over gallery", + "de-DE": "[!] Lupe über Galerie" + }, + "helpText": { + "en-GB": "If active, the product zoom is displayed above the gallery, alternatively on the buybox area. [!] In the case of Shopping Experiences Product pages, this setting is overwritten by the settings in the Image gallery and buy box CMS element.


Variable: zen-product-gallery-slider-magnifier-over-gallery", + "de-DE": "Wenn aktiv, wird der Produkt Zoom über der Galerie dargestellt, alternativ auf der Fläche der Buybox.

[!] Bei Erlebniswelten Produktseiten wird diese Einstellung von den Einstellungen im Galerie und Buybox CMS-Element überschrieben.


Variable: zen-product-gallery-slider-magnifier-over-gallery" + }, + "type": "bool", + "value": false, + "editable": true, + "tab":"detail", + "block": "productGallerySlider", + "section": "productGallerySliderZoom", + "order": 150, + "scss": false + }, + "zen-product-detail-tabs-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Background color for the entire tabs section. Variable: zen-product-detail-tabs-bg", + "de-DE": "Hintergrundfarbe für den gesamten Tabs Abschnitt. Variable: zen-product-detail-tabs-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "productTabs", + "section": "productTabsColors", + "order": 100 + }, + "zen-product-tabs-bg": { + "label": { + "en-GB": "[!] Background / Border", + "de-DE": "[!] Background / Unterstrich" + }, + "helpText": { + "en-GB": "[!] Depending on the value under the following Basic configuration > Appearance, the color is used as the background or border color.

Tabs, Pills = Background-color
Default = Border-color


Variable: zen-product-tabs-bg", + "de-DE": "[!] In Abhängigkeit des Wertes unter dem folgenden Grundeinstellungen > Erscheinung wird die Farbe als Hintergrund oder als Rahmenfarbe verwendet.

Tabs, Pills = Hintergrundfarbe
Standard = Rahmenfarbe


Variable: zen-product-tabs-bg" + }, + "type": "color", + "value": "$sw-border-color", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 100 + }, + "zen-product-tabs-hover-bg": { + "label": { + "en-GB": "[!] Background / Border:hover", + "de-DE": "[!] Background / Unterstrich:hover" + }, + "helpText": { + "en-GB": "[!] Depending on the value under the following Basic configuration > Appearance, the color is used as the background or border color.

Tabs, Pills = Background-color
Default = Border-color


Variable: zen-product-tabs-hover-bg", + "de-DE": "[!] In Abhängigkeit des Wertes unter dem folgenden Grundeinstellungen > Erscheinung wird die Farbe als Hintergrund oder als Rahmenfarbe verwendet.

Tabs, Pills = Hintergrundfarbe
Standard = Rahmenfarbe


Variable: zen-product-tabs-hover-bg" + }, + "type": "color", + "value": "$sw-color-brand-primary", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 125 + }, + "zen-product-tabs-color": { + "label": { + "en-GB": "Text", + "de-DE": "Text" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-color", + "de-DE": "Variable: zen-product-tabs-color" + }, + "type": "color", + "value": "$sw-text-color", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 150 + }, + "zen-product-tabs-hover-color": { + "label": { + "en-GB": "Text:hover", + "de-DE": "Text:hover" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-hover-color", + "de-DE": "Variable: zen-product-tabs-hover-color" + }, + "type": "color", + "value": "#ffffff", + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsNavigationColors", + "order": 175 + }, + "zen-product-tabs-style": { + "label": { + "en-GB": "Appearance", + "de-DE": "Erscheinung" + }, + "helpText": { + "en-GB": "In addition to the top bar that can be folded in or out, it can also be displayed as an offcanvas element like the shopping cart.


Variable: zen-product-tabs-style", + "de-DE": "Neben der ein- oder ausklappbaren Top-Bar, kann sie auch wie der Warenkorb als Offcanvas-Element dargestellt werden.


Variable: zen-product-tabs-style" + }, + "type": "text", + "value": "pills", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "default", + "label": { + "en-GB": "Default (Underlined)", + "de-DE": "Standard (Unterstrich)" + } + }, + { + "value": "tabs", + "label": { + "en-GB": "Tabs", + "de-DE": "Tabs" + } + }, + { + "value": "pills", + "label": { + "en-GB": "Pills", + "de-DE": "Pills" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 100 + }, + "zen-product-tabs-align": { + "label": { + "en-GB": "Tab Align", + "de-DE": "Tab Ausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-align", + "de-DE": "Variable: zen-product-tabs-align" + }, + "type": "text", + "value": "flex-start", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "flex-start", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mittig" + } + }, + { + "value": "flex-end", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + }, + { + "value": "space-between", + "label": { + "en-GB": "Equally distributed", + "de-DE": "Gleichmäßig verteilt" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 125 + }, + "zen-product-tabs-font-size": { + "label": { + "en-GB": "Font size", + "de-DE": "Schriftgröße" + }, + "helpText": { + "en-GB": "in px


Variable: zen-product-tabs-font-size", + "de-DE": "Angabe in Pixel


Variable: zen-product-tabs-font-size" + }, + "type": "int", + "value": 20, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 150 + }, + "zen-product-tabs-font-weight": { + "label": { + "en-GB": "Font Weight", + "de-DE": "Schriftstärke" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-font-weight", + "de-DE": "Variable: zen-product-tabs-font-weight" + }, + "type": "text", + "value": "400", + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "100", + "label": { + "en-GB": "Thin - 100", + "de-DE": "Thin - 100" + } + }, + { + "value": "200", + "label": { + "en-GB": "Extra Light - 200", + "de-DE": "Extra Light - 200" + } + }, + { + "value": "300", + "label": { + "en-GB": "Light - 300", + "de-DE": "Light - 300" + } + }, + { + "value": "400", + "label": { + "en-GB": "Regular - 400", + "de-DE": "Regular - 400" + } + }, + { + "value": "500", + "label": { + "en-GB": "Medium - 500", + "de-DE": "Medium - 500" + } + }, + { + "value": "600", + "label": { + "en-GB": "Semi-bold - 600", + "de-DE": "Semi-Bold - 600" + } + }, + { + "value": "700", + "label": { + "en-GB": "Bold - 700", + "de-DE": "Bold - 700" + } + }, + { + "value": "800", + "label": { + "en-GB": "Extra Bold - 800", + "de-DE": "Extra Bold - 800" + } + }, + { + "value": "900", + "label": { + "en-GB": "Black - 900", + "de-DE": "Black - 900" + } + } + ] + }, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 175 + }, + "zen-product-tabs-font-align": { + "label": { + "en-GB": "Text align", + "de-DE": "Schriftausrichtung" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-font-align", + "de-DE": "Variable: zen-product-tabs-font-align" + }, + "type": "text", + "value": "left", + "editable": true, + "custom": { + "componentName": "sw-single-select", + "options": [ + { + "value": "left", + "label": { + "en-GB": "Left", + "de-DE": "Links" + } + }, + { + "value": "center", + "label": { + "en-GB": "Center", + "de-DE": "Mitte" + } + }, + { + "value": "right", + "label": { + "en-GB": "Right", + "de-DE": "Rechts" + } + } + ] + }, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsBasic", + "order": 200 + }, + "zen-product-tabs-manufacturer": { + "label": { + "en-GB": "Manufacturer Tab", + "de-DE": "Hersteller Tab" + }, + "helpText": { + "en-GB": "If active, the manufacturer tab is displayed on the detail page.


Variable: zen-product-tabs-manufacturer", + "de-DE": "Wenn aktiv, wird der Hersteller Tab auf der Detailseite ausgegeben.


Variable: zen-product-tabs-manufacturer" + }, + "type": "switch", + "value": true, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsExtra", + "order": 100, + "scss": false + }, + "zen-product-tabs-properties": { + "label": { + "en-GB": "Properties Tab", + "de-DE": "Eigenschaften Tab" + }, + "helpText": { + "en-GB": "If active, the properties tab is displayed on the detail page.


Variable: zen-product-tabs-properties", + "de-DE": "Wenn aktiv, wird der Eigenschaften Tab auf der Detailseite ausgegeben.


Variable: zen-product-tabs-properties" + }, + "type": "switch", + "value": true, + "editable": true, + "tab":"detail", + "block": "productTabsNavigation", + "section": "productTabsExtra", + "order": 125, + "scss": false + }, + "zen-product-tabs-content-bg": { + "label": { + "en-GB": "Background", + "de-DE": "Background" + }, + "helpText": { + "en-GB": "Variable: zen-product-tabs-content-bg", + "de-DE": "Variable: zen-product-tabs-content-bg" + }, + "type": "color", + "value": "transparent", + "editable": true, + "tab":"detail", + "block": "productTabsContent", + "section": "productTabsContentColors", + "order": 100 + }, + "zen-layout-container-main-padding-top": { + "label": { + "en-GB": "Deprecated zen-layout-container-main-padding-top", + "de-DE": "Deprecated zen-layout-container-main-padding-top" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-layout-container-main-padding-bottom": { + "label": { + "en-GB": "Deprecated zen-layout-container-main-padding-bottom", + "de-DE": "Deprecated zen-layout-container-main-padding-bottom" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-category-filter-seperator": { + "label": { + "en-GB": "Deprecated zen-category-filter-seperator", + "de-DE": "Deprecated zen-category-filter-seperator" + }, + "type": "switch", + "editable": false, + "block": "deprecated" + }, + "zen-container-color": { + "label": { + "en-GB": "Deprecated zen-container-color", + "de-DE": "Deprecated zen-container-color" + }, + "type": "color", + "editable": false, + "block": "deprecated" + }, + "zen-product-listing-img-width": { + "label": { + "en-GB": "Deprecated zen-product-listing-img-width", + "de-DE": "Deprecated zen-product-listing-img-width" + }, + "type": "int", + "editable": false, + "block": "deprecated" + }, + "zen-product-listing-img-height": { + "label": { + "en-GB": "Deprecated zen-product-listing-img-height", + "de-DE": "Deprecated zen-product-listing-img-height" + }, + "type": "int", + "editable": false, + "block": "deprecated" + } + } + } +} diff --git a/zenitPlatformAtmosSet2/src/zenitPlatformAtmosSet2.php b/zenitPlatformAtmosSet2/src/zenitPlatformAtmosSet2.php new file mode 100644 index 0000000..a2e083b --- /dev/null +++ b/zenitPlatformAtmosSet2/src/zenitPlatformAtmosSet2.php @@ -0,0 +1,70 @@ +updateThemeDuplicates(); + } + + private function updateThemeDuplicates(): void + { + $this->context = Context::createDefaultContext(); + + $criteriaTheme = new Criteria(); + $criteriaTheme->addFilter(new EqualsFilter('technicalName', 'zenitPlatformAtmosSet2')); + + /** @var EntityRepository $themeRepo */ + $themeRepo = $this->container->get('theme.repository'); + $parentTheme = $themeRepo->search($criteriaTheme, $this->context)->first(); + + if (!$parentTheme) { + return; + } + + $criteriaThemeDuplicates = new Criteria(); + $criteriaThemeDuplicates->addFilter(new EqualsFilter('parentThemeId', $parentTheme->get('id'))); + + $resultThemeDuplicates = $themeRepo->search($criteriaThemeDuplicates, $this->context)->getElements(); + + if (!$resultThemeDuplicates) { + return; + } + + foreach ($resultThemeDuplicates as $themeDuplicate) { + + $data = [ + 'id' => $themeDuplicate->get('id'), + 'baseConfig' => $parentTheme->get('baseConfig') + ]; + + if (!$themeDuplicate->get('previewMediaId')) { + $data['previewMediaId'] = $parentTheme->get('previewMediaId'); + } + + $themeRepo->update([$data], $this->context); + } + } +}