@total_onion/onion-library 2.0.64 → 2.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/block-accordion-v3/accordion-v3.twig +23 -24
- package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
- package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
- package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
- package/components/block-divider-v3/divider-v3.twig +1 -1
- package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +3 -3
- package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
- package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
- package/components/block-group-container-v3/group-container-v3.twig +5 -4
- package/components/block-group-container-v3/group_6865578ada499.json +364 -38
- package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
- package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
- package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
- package/components/block-post-info-v3/post-info-v3/post-buy-now.twig +5 -4
- package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
- package/components/block-product-info-v3/group_68909995b6550.json +119 -5
- package/components/block-product-info-v3/product-info-v3/spacer-v3.twig +9 -0
- package/components/block-product-info-v3/product-info-v3.twig +2 -1
- package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
- package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
- package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
- package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
- package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
- package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
- package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
- package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
- package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
- package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
- package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
- package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
- package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
- package/components/block-video-content-v3/video-content-v3.twig +1 -1
- package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
- package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
- package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
- package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
- package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
- package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
- package/components/component-grid-layout-container-v3/grid-layout-container-v3.twig +1 -1
- package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
- package/components/component-video-component-v3/video-component-v3.twig +1 -1
- package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
- package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
- package/components/{fields-core-athena-block-render-function-v3/core-athena-block-render-function-v3.php → fields-core-block-render-function-v3/core-block-render-function-v3.php} +1 -1
- package/components/fields-core-generic-v3/core-generic-v3.scss +1 -0
- package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
- package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
- package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
- package/components/fields-modal-popup-content-v3/modal-popup-content-v3.twig +18 -0
- package/package.json +3 -2
- package/public/block-featured-image-gallery-v3/featured-image-gallery-v3.css +16 -12
- package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
- package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
- package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
- package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
- package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
- package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
1
|
{% set blockClassName = "sticky-buy-cta-v3" %}
|
|
3
2
|
{% set classNameEntryPoint = include('entry-points/entry-point-classes.twig', { fields: fields, block: block }, with_context = false) %}
|
|
4
3
|
{% set htmlEntryPoint = include('entry-points/entry-point-html-v3.twig', { fields: fields, block: block, blockClassName, blockClassName }, with_context = false) %}
|
|
5
4
|
{% set dataAttributeEntryPoint = include('entry-points/entry-point-data-attribute.twig', { fields: fields, block: block }, with_context = false) %}
|
|
6
|
-
{% set styleEntryPoint = include('entry-points/entry-point-style.twig', { fields: fields, block: block, is_preview }, with_context = false) %}
|
|
5
|
+
{% set styleEntryPoint = include('entry-points/entry-point-style-v3.twig', { fields: fields, block: block, is_preview }, with_context = false) %}
|
|
7
6
|
{% set previewEntryPoint = include('entry-points/entry-point-preview-info.twig', { fields, block, displaytype, is_preview }, with_context = false) %}
|
|
8
7
|
|
|
9
8
|
{% set postObject = current_post %}
|
|
@@ -17,76 +16,77 @@
|
|
|
17
16
|
}
|
|
18
17
|
</style>
|
|
19
18
|
<section {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{block.className}} {{classNameEntryPoint}} {{block.id}} lazy-fade" {{dataAttributeEntryPoint}} data-blockid="{{block.id}}" data-assetkey="{{blockClassName}}">
|
|
20
|
-
|
|
19
|
+
|
|
21
20
|
{% if fields.enable_buy_button %}
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
{% if fields.cta_style|ru matches '/^\\d+$/' %}
|
|
23
|
+
{% set ctaData = attribute(cta_styles['theme_cta_styles'], fields.cta_style|ru - 1) %}
|
|
24
|
+
{% set enableCtaAnimation = ctaData.cta_settings.enable_cta_animation %}
|
|
25
|
+
{% set enableCtaIcon = ctaData.cta_settings.include_cta_icon %}
|
|
26
|
+
{% set ctaAnimationStyle = ctaData.cta_settings.cta_animation_style %}
|
|
27
|
+
{% endif %}
|
|
29
28
|
|
|
30
29
|
{% if postObject.meta.buy_now_option_select is defined and postObject.meta.buy_now_option_select|remove_underscore == 'ctb' %}
|
|
31
30
|
|
|
32
31
|
{% if current_post.id is defined and current_post.id is not empty %}
|
|
33
32
|
<div class="sticky-buy-cta-v3__cta-wrapper">
|
|
34
33
|
{% apply shortcodes %}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
[clicktobuy class="sticky-buy-cta-v3__cta-button cmpl-cta-style-{{fields.cta_style}}
|
|
35
|
+
cmpl-cta-animation-style-{{enableCtaAnimation ? ctaAnimationStyle : '1'}}
|
|
36
|
+
has-shop shop-ctb" lang="{{ postObject.meta('click_to_buy_language') }}" variant="{{ postObject.meta('click_to_buy_pim_id') }}" defaultView="links" country="{{ postObject.meta('click_to_buy_country') }}" customQueryString="{{ postObject.meta('click_to_buy_custom_query_string') }}"]
|
|
37
|
+
<span class="cmpl-cta-span">{{ fields.cta_text }}</span>
|
|
38
|
+
[/clicktobuy]
|
|
38
39
|
{% endapply %}
|
|
39
40
|
</div>
|
|
40
41
|
{% endif %}
|
|
41
42
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
<div
|
|
83
|
-
|
|
84
|
-
<div class="sticky-buy-cta-v3__rb-button" liquid-atc onclick="liquidSDK.cart.toggle();"></div>
|
|
85
|
-
</div>
|
|
43
|
+
{% elseif postObject.meta.buy_now_option_select is defined and postObject.meta.buy_now_option_select|remove_underscore == 'shopify' %}
|
|
44
|
+
|
|
45
|
+
{# <div class="sticky-buy-cta-v3__cta-wrapper">
|
|
46
|
+
{% if postObject.meta.buy_now_shopify.pim is defined %}
|
|
47
|
+
{% set label = (postObject.meta.cta_button_text is defined and postObject.meta.cta_button_text|remove_underscore == 'pre-order')
|
|
48
|
+
? __( 'Pre-Order', 'The Glenlivet Theme' )
|
|
49
|
+
: __( 'Add To Cart', 'The Glenlivet Theme' )
|
|
50
|
+
%}
|
|
51
|
+
|
|
52
|
+
<div class="buy-now-wrapper shopify-integration has-shop shop-shopify has-price" data-pim="{{ postObject.meta.buy_now_shopify.pim }}" data-label="{{ label }}"
|
|
53
|
+
{% if postObject.meta.buy_now_price is defined and postObject.meta.buy_now_price is not empty %}
|
|
54
|
+
data-price="{{ postObject.meta.buy_now_price }} {{ postObject.meta.currency }}"
|
|
55
|
+
{% endif %}>
|
|
56
|
+
</div>
|
|
57
|
+
{% endif %}
|
|
58
|
+
|
|
59
|
+
{% if postObject.meta.buy_now_shopify.engraved_bottle == true and postObject.meta.buy_now_shopify.engraved_pim is not empty %}
|
|
60
|
+
|
|
61
|
+
<div class="buy-now-wrapper shopify-integration has-shop shop-shopify has-price engraved" data-pim="{{ postObject.meta.buy_now_shopify__engraved_pim }}" data-engraved="{{true}}" data-label="{{ __( 'Buy Engraved', 'The Glenlivet Theme' ) }}"
|
|
62
|
+
{% if postObject.meta.buy_now_shopify.engraved_price is defined and postObject.meta.buy_now_shopify.engraved_price is not empty %}
|
|
63
|
+
data-price="{{ postObject.meta.buy_now_shopify.engraved_price }} {{ postObject.meta.currency }}"
|
|
64
|
+
{% endif %}>
|
|
65
|
+
</div>
|
|
66
|
+
{% endif %}
|
|
67
|
+
</div> #}
|
|
68
|
+
|
|
69
|
+
{% elseif postObject.meta.buy_now_option_select is defined and postObject.meta.buy_now_option_select|remove_underscore == 'link' %}
|
|
70
|
+
|
|
71
|
+
<div class="sticky-buy-cta-v3__cta-wrapper">
|
|
72
|
+
<a href="{{ postObject.meta('direct_link').url }}" class="sticky-buy-cta-v3__direct-link cmpl-cta-style-{{fields.cta_style}} cmpl-cta-animation-style-{{enableCtaAnimation ? ctaAnimationStyle : '1'}}" target="{{ postObject.meta('direct_link').target }}">
|
|
73
|
+
<span class="cmpl-cta-span">{{ fields.cta_text }}</span>
|
|
74
|
+
</a>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
{% elseif gtp_language_code() == 'en-us' and postObject.meta.buy_now_option_select|remove_underscore == 'pr_usa_reservebar' %}
|
|
78
|
+
|
|
79
|
+
<div class="sticky-buy-cta-v3__rb-wrapper">
|
|
80
|
+
<h3 class="sticky-buy-cta-v3__rb-title">{{ __( 'Enter delivery address to check online availability', 'The Glenlivet Theme' ) }}</h3>
|
|
81
|
+
<div liquid-address-typeahead></div>
|
|
82
|
+
<div liquid-id="GROUPING-{{ postObject.meta('reserve_bar_liquid_grouping_id') }}">
|
|
83
|
+
<div class="sticky-buy-cta-v3__rb-fulfillment" liquid-fulfillment-method-selector></div>
|
|
84
|
+
<div class="sticky-buy-cta-v3__rb-button" liquid-atc onclick="liquidSDK.cart.toggle();"></div>
|
|
86
85
|
</div>
|
|
86
|
+
</div>
|
|
87
87
|
|
|
88
88
|
{% endif %}
|
|
89
|
-
{% endif %}
|
|
90
|
-
|
|
89
|
+
{% endif %}
|
|
90
|
+
|
|
91
91
|
{{htmlEntryPoint}}
|
|
92
|
-
</section>
|
|
92
|
+
</section>
|
|
@@ -1698,8 +1698,8 @@
|
|
|
1698
1698
|
},
|
|
1699
1699
|
"layout_65ddac9f98296": {
|
|
1700
1700
|
"key": "layout_65ddac9f98296",
|
|
1701
|
-
"name": "
|
|
1702
|
-
"label": "Site Logo container",
|
|
1701
|
+
"name": "site_logo_container_v3",
|
|
1702
|
+
"label": "Site Logo container V3",
|
|
1703
1703
|
"display": "block",
|
|
1704
1704
|
"sub_fields": [
|
|
1705
1705
|
{
|
|
@@ -1792,6 +1792,200 @@
|
|
|
1792
1792
|
"acfe_flexible_category": false,
|
|
1793
1793
|
"acfe_layout_col": "auto",
|
|
1794
1794
|
"acfe_layout_allowed_col": false
|
|
1795
|
+
},
|
|
1796
|
+
"layout_68da6e7ad8135": {
|
|
1797
|
+
"key": "layout_68da6e7ad8135",
|
|
1798
|
+
"name": "site_copyright_notice_v3",
|
|
1799
|
+
"label": "Site Copyright Notice V3",
|
|
1800
|
+
"display": "block",
|
|
1801
|
+
"sub_fields": [
|
|
1802
|
+
{
|
|
1803
|
+
"key": "field_68da6e7ad8138",
|
|
1804
|
+
"label": "Grid Layout",
|
|
1805
|
+
"name": "",
|
|
1806
|
+
"aria-label": "",
|
|
1807
|
+
"type": "tab",
|
|
1808
|
+
"instructions": "",
|
|
1809
|
+
"required": 0,
|
|
1810
|
+
"conditional_logic": 0,
|
|
1811
|
+
"wrapper": {
|
|
1812
|
+
"width": "",
|
|
1813
|
+
"class": "",
|
|
1814
|
+
"id": ""
|
|
1815
|
+
},
|
|
1816
|
+
"wpml_cf_preferences": 3,
|
|
1817
|
+
"placement": "top",
|
|
1818
|
+
"endpoint": 0,
|
|
1819
|
+
"no_preference": 0,
|
|
1820
|
+
"selected": 0
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"key": "field_68da6e7ad8139",
|
|
1824
|
+
"label": "grid layout",
|
|
1825
|
+
"name": "grid_layout",
|
|
1826
|
+
"aria-label": "",
|
|
1827
|
+
"type": "clone",
|
|
1828
|
+
"instructions": "",
|
|
1829
|
+
"required": 0,
|
|
1830
|
+
"conditional_logic": 0,
|
|
1831
|
+
"wrapper": {
|
|
1832
|
+
"width": "",
|
|
1833
|
+
"class": "",
|
|
1834
|
+
"id": ""
|
|
1835
|
+
},
|
|
1836
|
+
"wpml_cf_preferences": 3,
|
|
1837
|
+
"clone": [
|
|
1838
|
+
"group_68822860bda9f"
|
|
1839
|
+
],
|
|
1840
|
+
"display": "seamless",
|
|
1841
|
+
"layout": "",
|
|
1842
|
+
"prefix_label": 0,
|
|
1843
|
+
"prefix_name": 0,
|
|
1844
|
+
"acfe_seamless_style": 0,
|
|
1845
|
+
"acfe_clone_modal": 0,
|
|
1846
|
+
"acfe_clone_modal_close": 0,
|
|
1847
|
+
"acfe_clone_modal_button": "",
|
|
1848
|
+
"acfe_clone_modal_size": "large"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"key": "field_68da6e7ad813a",
|
|
1852
|
+
"label": "Site Copyright notice v3 Fields",
|
|
1853
|
+
"name": "site_copyright_notice_v3_fields",
|
|
1854
|
+
"aria-label": "",
|
|
1855
|
+
"type": "clone",
|
|
1856
|
+
"instructions": "",
|
|
1857
|
+
"required": 0,
|
|
1858
|
+
"conditional_logic": 0,
|
|
1859
|
+
"wrapper": {
|
|
1860
|
+
"width": "",
|
|
1861
|
+
"class": "",
|
|
1862
|
+
"id": ""
|
|
1863
|
+
},
|
|
1864
|
+
"wpml_cf_preferences": 3,
|
|
1865
|
+
"clone": [
|
|
1866
|
+
"group_66296c3716b4f"
|
|
1867
|
+
],
|
|
1868
|
+
"display": "seamless",
|
|
1869
|
+
"layout": "block",
|
|
1870
|
+
"prefix_label": 0,
|
|
1871
|
+
"prefix_name": 0,
|
|
1872
|
+
"acfe_seamless_style": 0,
|
|
1873
|
+
"acfe_clone_modal": 0,
|
|
1874
|
+
"acfe_clone_modal_close": 0,
|
|
1875
|
+
"acfe_clone_modal_button": "",
|
|
1876
|
+
"acfe_clone_modal_size": "large"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"min": "",
|
|
1880
|
+
"max": "",
|
|
1881
|
+
"acfe_flexible_render_template": false,
|
|
1882
|
+
"acfe_flexible_render_style": false,
|
|
1883
|
+
"acfe_flexible_render_script": false,
|
|
1884
|
+
"acfe_flexible_thumbnail": false,
|
|
1885
|
+
"acfe_flexible_settings": false,
|
|
1886
|
+
"acfe_flexible_settings_size": "medium",
|
|
1887
|
+
"acfe_layout_locations": [],
|
|
1888
|
+
"acfe_flexible_modal_edit_size": false,
|
|
1889
|
+
"acfe_flexible_category": false,
|
|
1890
|
+
"acfe_layout_col": "auto",
|
|
1891
|
+
"acfe_layout_allowed_col": false
|
|
1892
|
+
},
|
|
1893
|
+
"layout_68da6eafd813b": {
|
|
1894
|
+
"key": "layout_68da6eafd813b",
|
|
1895
|
+
"name": "block_interactions_v3",
|
|
1896
|
+
"label": "Block Interactions V3",
|
|
1897
|
+
"display": "block",
|
|
1898
|
+
"sub_fields": [
|
|
1899
|
+
{
|
|
1900
|
+
"key": "field_68da6eafd813e",
|
|
1901
|
+
"label": "Grid Layout",
|
|
1902
|
+
"name": "",
|
|
1903
|
+
"aria-label": "",
|
|
1904
|
+
"type": "tab",
|
|
1905
|
+
"instructions": "",
|
|
1906
|
+
"required": 0,
|
|
1907
|
+
"conditional_logic": 0,
|
|
1908
|
+
"wrapper": {
|
|
1909
|
+
"width": "",
|
|
1910
|
+
"class": "",
|
|
1911
|
+
"id": ""
|
|
1912
|
+
},
|
|
1913
|
+
"wpml_cf_preferences": 3,
|
|
1914
|
+
"placement": "top",
|
|
1915
|
+
"endpoint": 0,
|
|
1916
|
+
"no_preference": 0,
|
|
1917
|
+
"selected": 0
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"key": "field_68da6eafd813f",
|
|
1921
|
+
"label": "grid layout",
|
|
1922
|
+
"name": "grid_layout",
|
|
1923
|
+
"aria-label": "",
|
|
1924
|
+
"type": "clone",
|
|
1925
|
+
"instructions": "",
|
|
1926
|
+
"required": 0,
|
|
1927
|
+
"conditional_logic": 0,
|
|
1928
|
+
"wrapper": {
|
|
1929
|
+
"width": "",
|
|
1930
|
+
"class": "",
|
|
1931
|
+
"id": ""
|
|
1932
|
+
},
|
|
1933
|
+
"wpml_cf_preferences": 3,
|
|
1934
|
+
"clone": [
|
|
1935
|
+
"group_68822860bda9f"
|
|
1936
|
+
],
|
|
1937
|
+
"display": "seamless",
|
|
1938
|
+
"layout": "",
|
|
1939
|
+
"prefix_label": 0,
|
|
1940
|
+
"prefix_name": 0,
|
|
1941
|
+
"acfe_seamless_style": 0,
|
|
1942
|
+
"acfe_clone_modal": 0,
|
|
1943
|
+
"acfe_clone_modal_close": 0,
|
|
1944
|
+
"acfe_clone_modal_button": "",
|
|
1945
|
+
"acfe_clone_modal_size": "large"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"key": "field_68da6eafd8140",
|
|
1949
|
+
"label": "Block Interactions V3 Fields",
|
|
1950
|
+
"name": "block_interactions_v3_fields",
|
|
1951
|
+
"aria-label": "",
|
|
1952
|
+
"type": "clone",
|
|
1953
|
+
"instructions": "",
|
|
1954
|
+
"required": 0,
|
|
1955
|
+
"conditional_logic": 0,
|
|
1956
|
+
"wrapper": {
|
|
1957
|
+
"width": "",
|
|
1958
|
+
"class": "",
|
|
1959
|
+
"id": ""
|
|
1960
|
+
},
|
|
1961
|
+
"wpml_cf_preferences": 3,
|
|
1962
|
+
"clone": [
|
|
1963
|
+
"group_687e1575ba23d"
|
|
1964
|
+
],
|
|
1965
|
+
"display": "seamless",
|
|
1966
|
+
"layout": "block",
|
|
1967
|
+
"prefix_label": 0,
|
|
1968
|
+
"prefix_name": 0,
|
|
1969
|
+
"acfe_seamless_style": 0,
|
|
1970
|
+
"acfe_clone_modal": 0,
|
|
1971
|
+
"acfe_clone_modal_close": 0,
|
|
1972
|
+
"acfe_clone_modal_button": "",
|
|
1973
|
+
"acfe_clone_modal_size": "large"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"min": "",
|
|
1977
|
+
"max": "",
|
|
1978
|
+
"acfe_flexible_render_template": false,
|
|
1979
|
+
"acfe_flexible_render_style": false,
|
|
1980
|
+
"acfe_flexible_render_script": false,
|
|
1981
|
+
"acfe_flexible_thumbnail": false,
|
|
1982
|
+
"acfe_flexible_settings": false,
|
|
1983
|
+
"acfe_flexible_settings_size": "medium",
|
|
1984
|
+
"acfe_layout_locations": [],
|
|
1985
|
+
"acfe_flexible_modal_edit_size": false,
|
|
1986
|
+
"acfe_flexible_category": false,
|
|
1987
|
+
"acfe_layout_col": "auto",
|
|
1988
|
+
"acfe_layout_allowed_col": false
|
|
1795
1989
|
}
|
|
1796
1990
|
},
|
|
1797
1991
|
"min": "",
|
|
@@ -1825,59 +2019,6 @@
|
|
|
1825
2019
|
"style": "",
|
|
1826
2020
|
"wpml_cf_preferences": 3
|
|
1827
2021
|
},
|
|
1828
|
-
{
|
|
1829
|
-
"key": "field_689e00b51905f",
|
|
1830
|
-
"label": "Render Dynamic",
|
|
1831
|
-
"name": "render_dynamic",
|
|
1832
|
-
"aria-label": "",
|
|
1833
|
-
"type": "true_false",
|
|
1834
|
-
"instructions": "",
|
|
1835
|
-
"required": 0,
|
|
1836
|
-
"conditional_logic": 0,
|
|
1837
|
-
"wrapper": {
|
|
1838
|
-
"width": "",
|
|
1839
|
-
"class": "",
|
|
1840
|
-
"id": ""
|
|
1841
|
-
},
|
|
1842
|
-
"message": "",
|
|
1843
|
-
"default_value": 0,
|
|
1844
|
-
"allow_in_bindings": 0,
|
|
1845
|
-
"ui_on_text": "",
|
|
1846
|
-
"ui_off_text": "",
|
|
1847
|
-
"ui": 1,
|
|
1848
|
-
"style": "",
|
|
1849
|
-
"wpml_cf_preferences": 3
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"key": "field_689e0dd38bc8d",
|
|
1853
|
-
"label": "Render Dynamic Suffix",
|
|
1854
|
-
"name": "render_dynamic_suffix",
|
|
1855
|
-
"aria-label": "",
|
|
1856
|
-
"type": "text",
|
|
1857
|
-
"instructions": "",
|
|
1858
|
-
"required": 0,
|
|
1859
|
-
"conditional_logic": [
|
|
1860
|
-
[
|
|
1861
|
-
{
|
|
1862
|
-
"field": "field_689e00b51905f",
|
|
1863
|
-
"operator": "==",
|
|
1864
|
-
"value": "1"
|
|
1865
|
-
}
|
|
1866
|
-
]
|
|
1867
|
-
],
|
|
1868
|
-
"wrapper": {
|
|
1869
|
-
"width": "",
|
|
1870
|
-
"class": "",
|
|
1871
|
-
"id": ""
|
|
1872
|
-
},
|
|
1873
|
-
"default_value": "",
|
|
1874
|
-
"maxlength": "",
|
|
1875
|
-
"allow_in_bindings": 0,
|
|
1876
|
-
"placeholder": "",
|
|
1877
|
-
"prepend": "",
|
|
1878
|
-
"append": "",
|
|
1879
|
-
"wpml_cf_preferences": 2
|
|
1880
|
-
},
|
|
1881
2022
|
{
|
|
1882
2023
|
"key": "field_689e0dd38bc8d",
|
|
1883
2024
|
"label": "Render Dynamic Suffix",
|
|
@@ -2169,5 +2310,5 @@
|
|
|
2169
2310
|
"acfe_display_title": "",
|
|
2170
2311
|
"acfe_meta": "",
|
|
2171
2312
|
"acfe_note": "",
|
|
2172
|
-
"modified":
|
|
2313
|
+
"modified": 1759146297
|
|
2173
2314
|
}
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
</style>
|
|
29
29
|
|
|
30
|
-
<{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{
|
|
31
|
-
|
|
30
|
+
<{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{loop ? block.className.index ~ '-' ~ loop.index : ''}} {{classNameEntryPoint}} {{block.id}} lazy-fade" {{dataAttributeEntryPoint}} data-jsload="false" data-assetkey="sub-group-container-v3" data-render-dynamic="{{renderDynamic}}" data-render-dynamic-suffix="{{renderDynamicSuffix}}">
|
|
32
31
|
{% if block %}
|
|
33
32
|
{% set block = block|merge({'videoIdPrefix' : block.id }) %}
|
|
34
33
|
{% endif %}
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
{{layoutStyles}}
|
|
38
37
|
}
|
|
39
38
|
</style>
|
|
40
|
-
<div class="{{blockClassName}}__grid-container {{layoutClass}} {{block.id}}">
|
|
39
|
+
<div class="{{blockClassName}}__grid-container cmpl-core-group-container-styles__grid-container {{layoutClass}} {{block.id}}">
|
|
41
40
|
{% for section in fields.sections %}
|
|
42
41
|
{% set gridLayoutElement = include('components/grid-layout-element-v3.twig', { fields: section, block: block }, with_context = false) %}
|
|
43
42
|
{% if block %}
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
{{gridLayoutElement}}
|
|
49
48
|
}
|
|
50
49
|
</style>
|
|
51
|
-
<div class="{{blockClassName}}__block-container {{block.id}}">
|
|
50
|
+
<div class="{{blockClassName}}__block-container cmpl-core-group-container-styles__block-container {{block.id}}">
|
|
52
51
|
{{ include('blocks/' ~ (section.acf_fc_layout|replace({ '_': '-' })) ~ '.twig', { fields: section, options, block, is_preview, current, nav_menus, site, cta_styles, global_settings, market_settings, languages, imageSizes, loop: loop.index }, with_context = false, ignore_missing = true) }}
|
|
53
52
|
</div>
|
|
54
53
|
{% endfor %}
|