@total_onion/onion-library 2.0.66 → 2.0.70
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/.github/workflows/npm-publish.yml +2 -2
- package/components/block-accent-image-v3/accent-image-v3.twig +2 -2
- 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 +2 -2
- package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
- package/components/block-form-selection-v3/form-selection-v3.twig +16 -1
- 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-market-selector-v3/market-selector-v3.twig +1 -1
- package/components/block-modal-form-v3/modal-form-v3.twig +12 -12
- 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-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/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-social-networks-v3/social-networks-v3.twig +5 -6
- 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-athena-body-close-v3/athena-body-close-v3.twig +2 -2
- package/components/component-athena-head-v3/athena-head-v3.twig +11 -11
- 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-core-body-close-v3/core-body-close-v3.twig +2 -0
- package/components/component-core-body-open-v3/core-body-open-v3.twig +32 -0
- package/components/component-core-head-v3/core-head-v3.twig +63 -0
- package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
- package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
- package/components/component-text-editor-settings-variables-v3/text-editor-settings-variables-v3.twig +1 -1
- 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/entrypoint-entry-point-html-v3/entry-point-html-v3.twig +4 -7
- package/components/entrypoint-entry-point-style-v3/entry-point-style-v3.twig +2 -5
- 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-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
- package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
- package/components/fields-image-management-service-v3/group_677813165b633.json +149 -0
- package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
- package/components/{component-modal-popup-content-v3 → fields-modal-popup-content-v3}/modal-popup-content-v3.twig +1 -1
- package/package.json +3 -2
- package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
- package/components/component-modal-popup-content/modal-popup-content.twig +0 -18
- 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-modal-popup-content/group_689876f1ee3fc.json +0 -390
- package/components/fields-modal-popup-content/modal-popup-content.twig +0 -18
- package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
- package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
|
@@ -1,390 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"key": "group_689876f1ee3fc",
|
|
3
|
-
"title": "Fields: Modal Popup Content",
|
|
4
|
-
"fields": [
|
|
5
|
-
{
|
|
6
|
-
"key": "field_6898a645e88fd",
|
|
7
|
-
"label": "Modal Popup Content",
|
|
8
|
-
"name": "modal_popup_content",
|
|
9
|
-
"aria-label": "",
|
|
10
|
-
"type": "group",
|
|
11
|
-
"instructions": "",
|
|
12
|
-
"required": 0,
|
|
13
|
-
"conditional_logic": 0,
|
|
14
|
-
"wrapper": {
|
|
15
|
-
"width": "",
|
|
16
|
-
"class": "",
|
|
17
|
-
"id": ""
|
|
18
|
-
},
|
|
19
|
-
"wpml_cf_preferences": 3,
|
|
20
|
-
"layout": "block",
|
|
21
|
-
"acfe_seamless_style": 0,
|
|
22
|
-
"acfe_group_modal": 0,
|
|
23
|
-
"acfe_group_modal_close": 0,
|
|
24
|
-
"acfe_group_modal_button": "",
|
|
25
|
-
"acfe_group_modal_size": "large",
|
|
26
|
-
"sub_fields": [
|
|
27
|
-
{
|
|
28
|
-
"key": "field_689876f3d30ee",
|
|
29
|
-
"label": "Modal Popup Content Items",
|
|
30
|
-
"name": "modal_popup_content_items",
|
|
31
|
-
"aria-label": "",
|
|
32
|
-
"type": "flexible_content",
|
|
33
|
-
"instructions": "",
|
|
34
|
-
"required": 0,
|
|
35
|
-
"conditional_logic": 0,
|
|
36
|
-
"wrapper": {
|
|
37
|
-
"width": "",
|
|
38
|
-
"class": "",
|
|
39
|
-
"id": ""
|
|
40
|
-
},
|
|
41
|
-
"wpml_cf_preferences": 3,
|
|
42
|
-
"acfe_flexible_advanced": 1,
|
|
43
|
-
"acfe_flexible_stylised_button": 1,
|
|
44
|
-
"acfe_flexible_layouts_templates": 0,
|
|
45
|
-
"acfe_flexible_layouts_placeholder": 0,
|
|
46
|
-
"acfe_flexible_layouts_thumbnails": 0,
|
|
47
|
-
"acfe_flexible_layouts_settings": 0,
|
|
48
|
-
"acfe_flexible_layouts_locations": 0,
|
|
49
|
-
"acfe_flexible_async": ["title", "layout"],
|
|
50
|
-
"acfe_flexible_add_actions": ["copy", "lock", "close"],
|
|
51
|
-
"acfe_flexible_remove_button": [],
|
|
52
|
-
"acfe_flexible_layouts_state": "user",
|
|
53
|
-
"acfe_flexible_modal_edit": {
|
|
54
|
-
"acfe_flexible_modal_edit_enabled": "0",
|
|
55
|
-
"acfe_flexible_modal_edit_size": "large"
|
|
56
|
-
},
|
|
57
|
-
"acfe_flexible_modal": {
|
|
58
|
-
"acfe_flexible_modal_enabled": "0",
|
|
59
|
-
"acfe_flexible_modal_title": false,
|
|
60
|
-
"acfe_flexible_modal_size": "full",
|
|
61
|
-
"acfe_flexible_modal_col": "4",
|
|
62
|
-
"acfe_flexible_modal_categories": false
|
|
63
|
-
},
|
|
64
|
-
"acfe_flexible_grid": {
|
|
65
|
-
"acfe_flexible_grid_enabled": "0",
|
|
66
|
-
"acfe_flexible_grid_align": "center",
|
|
67
|
-
"acfe_flexible_grid_valign": "stretch",
|
|
68
|
-
"acfe_flexible_grid_wrap": false
|
|
69
|
-
},
|
|
70
|
-
"layouts": {
|
|
71
|
-
"layout_6898774bed496": {
|
|
72
|
-
"key": "layout_6898774bed496",
|
|
73
|
-
"name": "raw_html",
|
|
74
|
-
"label": "Raw Html",
|
|
75
|
-
"display": "block",
|
|
76
|
-
"sub_fields": [
|
|
77
|
-
{
|
|
78
|
-
"key": "field_6898a78431d84",
|
|
79
|
-
"label": "Modal Popup Content ID",
|
|
80
|
-
"name": "modal_popup_content_id",
|
|
81
|
-
"aria-label": "",
|
|
82
|
-
"type": "text",
|
|
83
|
-
"instructions": "",
|
|
84
|
-
"required": 0,
|
|
85
|
-
"conditional_logic": 0,
|
|
86
|
-
"wrapper": {
|
|
87
|
-
"width": "",
|
|
88
|
-
"class": "",
|
|
89
|
-
"id": ""
|
|
90
|
-
},
|
|
91
|
-
"wpml_cf_preferences": 2,
|
|
92
|
-
"default_value": "",
|
|
93
|
-
"maxlength": "",
|
|
94
|
-
"placeholder": "",
|
|
95
|
-
"prepend": "",
|
|
96
|
-
"append": ""
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"key": "field_6898776ad30f0",
|
|
100
|
-
"label": "Raw Html",
|
|
101
|
-
"name": "raw_html",
|
|
102
|
-
"aria-label": "",
|
|
103
|
-
"type": "acfe_code_editor",
|
|
104
|
-
"instructions": "",
|
|
105
|
-
"required": 0,
|
|
106
|
-
"conditional_logic": 0,
|
|
107
|
-
"wrapper": {
|
|
108
|
-
"width": "",
|
|
109
|
-
"class": "",
|
|
110
|
-
"id": ""
|
|
111
|
-
},
|
|
112
|
-
"wpml_cf_preferences": 2,
|
|
113
|
-
"default_value": "",
|
|
114
|
-
"placeholder": "",
|
|
115
|
-
"mode": "text/html",
|
|
116
|
-
"lines": 1,
|
|
117
|
-
"indent_unit": 4,
|
|
118
|
-
"maxlength": "",
|
|
119
|
-
"rows": 4,
|
|
120
|
-
"max_rows": "",
|
|
121
|
-
"return_format": []
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"min": "",
|
|
125
|
-
"max": "",
|
|
126
|
-
"acfe_flexible_render_template": false,
|
|
127
|
-
"acfe_flexible_render_style": false,
|
|
128
|
-
"acfe_flexible_render_script": false,
|
|
129
|
-
"acfe_flexible_thumbnail": false,
|
|
130
|
-
"acfe_flexible_settings": false,
|
|
131
|
-
"acfe_flexible_settings_size": "medium",
|
|
132
|
-
"acfe_layout_locations": [],
|
|
133
|
-
"acfe_flexible_modal_edit_size": false,
|
|
134
|
-
"acfe_flexible_category": false,
|
|
135
|
-
"acfe_layout_col": "auto",
|
|
136
|
-
"acfe_layout_allowed_col": false
|
|
137
|
-
},
|
|
138
|
-
"layout_6898aed1ae16e": {
|
|
139
|
-
"key": "layout_6898aed1ae16e",
|
|
140
|
-
"name": "form_selection",
|
|
141
|
-
"label": "Form selection",
|
|
142
|
-
"display": "block",
|
|
143
|
-
"sub_fields": [
|
|
144
|
-
{
|
|
145
|
-
"key": "field_6898afb6ffcd5",
|
|
146
|
-
"label": "Modal Popup Content ID",
|
|
147
|
-
"name": "modal_popup_content_id",
|
|
148
|
-
"aria-label": "",
|
|
149
|
-
"type": "text",
|
|
150
|
-
"instructions": "",
|
|
151
|
-
"required": 0,
|
|
152
|
-
"conditional_logic": 0,
|
|
153
|
-
"wrapper": {
|
|
154
|
-
"width": "",
|
|
155
|
-
"class": "",
|
|
156
|
-
"id": ""
|
|
157
|
-
},
|
|
158
|
-
"default_value": "",
|
|
159
|
-
"maxlength": "",
|
|
160
|
-
"allow_in_bindings": 1,
|
|
161
|
-
"placeholder": "",
|
|
162
|
-
"prepend": "",
|
|
163
|
-
"append": "",
|
|
164
|
-
"wpml_cf_preferences": 2
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"key": "field_6898aee0ae170",
|
|
168
|
-
"label": "Form",
|
|
169
|
-
"name": "form",
|
|
170
|
-
"aria-label": "",
|
|
171
|
-
"type": "post_object",
|
|
172
|
-
"instructions": "",
|
|
173
|
-
"required": 0,
|
|
174
|
-
"conditional_logic": 0,
|
|
175
|
-
"wrapper": {
|
|
176
|
-
"width": "",
|
|
177
|
-
"class": "",
|
|
178
|
-
"id": ""
|
|
179
|
-
},
|
|
180
|
-
"post_type": ["cdbform"],
|
|
181
|
-
"post_status": "",
|
|
182
|
-
"taxonomy": "",
|
|
183
|
-
"return_format": "object",
|
|
184
|
-
"multiple": 0,
|
|
185
|
-
"save_custom": 0,
|
|
186
|
-
"save_post_status": "publish",
|
|
187
|
-
"acfe_add_post": 0,
|
|
188
|
-
"acfe_edit_post": 0,
|
|
189
|
-
"acfe_bidirectional": {
|
|
190
|
-
"acfe_bidirectional_enabled": "0"
|
|
191
|
-
},
|
|
192
|
-
"max": "",
|
|
193
|
-
"allow_null": 0,
|
|
194
|
-
"allow_in_bindings": 1,
|
|
195
|
-
"bidirectional": 0,
|
|
196
|
-
"ui": 1,
|
|
197
|
-
"bidirectional_target": [],
|
|
198
|
-
"save_post_type": "",
|
|
199
|
-
"min": "",
|
|
200
|
-
"wpml_cf_preferences": 3
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"key": "field_689a187215a55",
|
|
204
|
-
"label": "Enable Title",
|
|
205
|
-
"name": "enable_title",
|
|
206
|
-
"aria-label": "",
|
|
207
|
-
"type": "true_false",
|
|
208
|
-
"instructions": "",
|
|
209
|
-
"required": 0,
|
|
210
|
-
"conditional_logic": 0,
|
|
211
|
-
"wrapper": {
|
|
212
|
-
"width": "",
|
|
213
|
-
"class": "",
|
|
214
|
-
"id": ""
|
|
215
|
-
},
|
|
216
|
-
"message": "",
|
|
217
|
-
"default_value": 0,
|
|
218
|
-
"style": "",
|
|
219
|
-
"allow_in_bindings": 0,
|
|
220
|
-
"ui_on_text": "",
|
|
221
|
-
"ui_off_text": "",
|
|
222
|
-
"ui": 1,
|
|
223
|
-
"wpml_cf_preferences": 3
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"key": "field_689a187e15a56",
|
|
227
|
-
"label": "Title",
|
|
228
|
-
"name": "title",
|
|
229
|
-
"aria-label": "",
|
|
230
|
-
"type": "wysiwyg",
|
|
231
|
-
"instructions": "",
|
|
232
|
-
"required": 0,
|
|
233
|
-
"conditional_logic": [
|
|
234
|
-
[
|
|
235
|
-
{
|
|
236
|
-
"field": "field_689a187215a55",
|
|
237
|
-
"operator": "==",
|
|
238
|
-
"value": "1"
|
|
239
|
-
}
|
|
240
|
-
]
|
|
241
|
-
],
|
|
242
|
-
"wrapper": {
|
|
243
|
-
"width": "",
|
|
244
|
-
"class": "",
|
|
245
|
-
"id": ""
|
|
246
|
-
},
|
|
247
|
-
"default_value": "",
|
|
248
|
-
"acfe_wysiwyg_height": 300,
|
|
249
|
-
"acfe_wysiwyg_max_height": "",
|
|
250
|
-
"acfe_wysiwyg_valid_elements": "",
|
|
251
|
-
"acfe_wysiwyg_custom_style": "",
|
|
252
|
-
"acfe_wysiwyg_disable_wp_style": 0,
|
|
253
|
-
"acfe_wysiwyg_autoresize": 0,
|
|
254
|
-
"acfe_wysiwyg_disable_resize": 0,
|
|
255
|
-
"acfe_wysiwyg_remove_path": 0,
|
|
256
|
-
"acfe_wysiwyg_menubar": 0,
|
|
257
|
-
"acfe_wysiwyg_transparent": 0,
|
|
258
|
-
"acfe_wysiwyg_merge_toolbar": 0,
|
|
259
|
-
"acfe_wysiwyg_custom_toolbar": 0,
|
|
260
|
-
"allow_in_bindings": 0,
|
|
261
|
-
"tabs": "visual",
|
|
262
|
-
"toolbar": "formatselect_align_bold_italic_underline_link_removeformat",
|
|
263
|
-
"media_upload": 0,
|
|
264
|
-
"delay": 0,
|
|
265
|
-
"acfe_wysiwyg_auto_init": 0,
|
|
266
|
-
"acfe_wysiwyg_min_height": 300,
|
|
267
|
-
"acfe_wysiwyg_toolbar_buttons": [],
|
|
268
|
-
"wpml_cf_preferences": 2
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"min": "",
|
|
272
|
-
"max": "",
|
|
273
|
-
"acfe_flexible_render_template": false,
|
|
274
|
-
"acfe_flexible_render_style": false,
|
|
275
|
-
"acfe_flexible_render_script": false,
|
|
276
|
-
"acfe_flexible_thumbnail": false,
|
|
277
|
-
"acfe_flexible_settings": false,
|
|
278
|
-
"acfe_flexible_settings_size": "medium",
|
|
279
|
-
"acfe_layout_locations": [],
|
|
280
|
-
"acfe_flexible_modal_edit_size": false,
|
|
281
|
-
"acfe_flexible_category": false,
|
|
282
|
-
"acfe_layout_col": "auto",
|
|
283
|
-
"acfe_layout_allowed_col": false
|
|
284
|
-
},
|
|
285
|
-
"layout_68af324074c41": {
|
|
286
|
-
"key": "layout_68af324074c41",
|
|
287
|
-
"name": "market_selector_v3",
|
|
288
|
-
"label": "Market Selector v3",
|
|
289
|
-
"display": "block",
|
|
290
|
-
"sub_fields": [
|
|
291
|
-
{
|
|
292
|
-
"key": "field_68af4c8575eaf",
|
|
293
|
-
"label": "Modal Popup Content ID",
|
|
294
|
-
"name": "modal_popup_content_id",
|
|
295
|
-
"aria-label": "",
|
|
296
|
-
"type": "text",
|
|
297
|
-
"instructions": "",
|
|
298
|
-
"required": 0,
|
|
299
|
-
"conditional_logic": 0,
|
|
300
|
-
"wrapper": {
|
|
301
|
-
"width": "",
|
|
302
|
-
"class": "",
|
|
303
|
-
"id": ""
|
|
304
|
-
},
|
|
305
|
-
"wpml_cf_preferences": 2,
|
|
306
|
-
"default_value": "",
|
|
307
|
-
"maxlength": "",
|
|
308
|
-
"placeholder": "",
|
|
309
|
-
"prepend": "",
|
|
310
|
-
"append": ""
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"key": "field_68af326a74c48",
|
|
314
|
-
"label": "market selector fields",
|
|
315
|
-
"name": "market_selector_fields",
|
|
316
|
-
"aria-label": "",
|
|
317
|
-
"type": "clone",
|
|
318
|
-
"instructions": "",
|
|
319
|
-
"required": 0,
|
|
320
|
-
"conditional_logic": 0,
|
|
321
|
-
"wrapper": {
|
|
322
|
-
"width": "",
|
|
323
|
-
"class": "",
|
|
324
|
-
"id": ""
|
|
325
|
-
},
|
|
326
|
-
"wpml_cf_preferences": 3,
|
|
327
|
-
"clone": ["group_68752075dd831"],
|
|
328
|
-
"display": "seamless",
|
|
329
|
-
"layout": "block",
|
|
330
|
-
"prefix_label": 0,
|
|
331
|
-
"prefix_name": 0,
|
|
332
|
-
"acfe_seamless_style": 0,
|
|
333
|
-
"acfe_clone_modal": 0,
|
|
334
|
-
"acfe_clone_modal_close": 0,
|
|
335
|
-
"acfe_clone_modal_button": "",
|
|
336
|
-
"acfe_clone_modal_size": "large"
|
|
337
|
-
}
|
|
338
|
-
],
|
|
339
|
-
"min": "",
|
|
340
|
-
"max": "",
|
|
341
|
-
"acfe_flexible_render_template": false,
|
|
342
|
-
"acfe_flexible_render_style": false,
|
|
343
|
-
"acfe_flexible_render_script": false,
|
|
344
|
-
"acfe_flexible_thumbnail": false,
|
|
345
|
-
"acfe_flexible_settings": false,
|
|
346
|
-
"acfe_flexible_settings_size": "medium",
|
|
347
|
-
"acfe_layout_locations": [],
|
|
348
|
-
"acfe_flexible_modal_edit_size": false,
|
|
349
|
-
"acfe_flexible_category": false,
|
|
350
|
-
"acfe_layout_col": "auto",
|
|
351
|
-
"acfe_layout_allowed_col": false
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
"min": "",
|
|
355
|
-
"max": "",
|
|
356
|
-
"button_label": "Add Row",
|
|
357
|
-
"acfe_flexible_hide_empty_message": false,
|
|
358
|
-
"acfe_flexible_empty_message": "",
|
|
359
|
-
"acfe_flexible_layouts_previews": false,
|
|
360
|
-
"acfe_flexible_grid_container": false
|
|
361
|
-
}
|
|
362
|
-
]
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
|
-
"location": [
|
|
366
|
-
[
|
|
367
|
-
{
|
|
368
|
-
"param": "options_page",
|
|
369
|
-
"operator": "==",
|
|
370
|
-
"value": "market-settings"
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
],
|
|
374
|
-
"menu_order": 0,
|
|
375
|
-
"position": "normal",
|
|
376
|
-
"style": "default",
|
|
377
|
-
"label_placement": "left",
|
|
378
|
-
"instruction_placement": "label",
|
|
379
|
-
"hide_on_screen": "",
|
|
380
|
-
"active": true,
|
|
381
|
-
"description": "",
|
|
382
|
-
"show_in_rest": 0,
|
|
383
|
-
"acfe_autosync": ["json"],
|
|
384
|
-
"acfml_field_group_mode": "localization",
|
|
385
|
-
"acfe_form": 0,
|
|
386
|
-
"acfe_display_title": "",
|
|
387
|
-
"acfe_meta": "",
|
|
388
|
-
"acfe_note": "",
|
|
389
|
-
"modified": 1756318897
|
|
390
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{% for item in market_settings.modal_popup_content.modal_popup_content_items %}
|
|
2
|
-
{% set contentId = item.modal_popup_content_id|lower %}
|
|
3
|
-
<div class="{{ contentId }}-popup" style="display: none;">
|
|
4
|
-
<div class="{{ contentId }}__content" data-modalpopupcontent="{{ contentId }}">
|
|
5
|
-
{% if item.acf_fc_layout == 'raw_html' %}
|
|
6
|
-
{{item.raw_html}}
|
|
7
|
-
{% endif %}
|
|
8
|
-
{% if item.acf_fc_layout == 'form_selection' %}
|
|
9
|
-
{% set data = {'title' : item.title, 'form' : item.form.ID} %}
|
|
10
|
-
{{ include('blocks/modal-form-v3.twig', { fields: data, options, block, is_preview, current_post, nav_menus, site, market_settings, market_slug, cta_styles, languages, imageSizes}, with_context = false, ignore_missing = true) }}
|
|
11
|
-
{% endif %}
|
|
12
|
-
{% if item.acf_fc_layout == 'market_selector_v3' %}
|
|
13
|
-
{% set data = {'heading_text' : item.heading_text, 'logo' : item.logo, 'selector_type': 'inline'} %}
|
|
14
|
-
{{ include('blocks/market-selector-v3.twig', { fields: data, options, block, is_preview, current_post, nav_menus, site, market_settings, market_slug, cta_styles, languages, imageSizes}, with_context = false, ignore_missing = true) }}
|
|
15
|
-
{% endif %}
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
{% endfor %}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"key": "group_6877b1697bf9f",
|
|
3
|
-
"title": "Fields: Site Logos V3",
|
|
4
|
-
"fields": [
|
|
5
|
-
{
|
|
6
|
-
"key": "field_6877b1698adab",
|
|
7
|
-
"label": "Header Logo Desktop",
|
|
8
|
-
"name": "header_logo_desktop",
|
|
9
|
-
"aria-label": "",
|
|
10
|
-
"type": "image",
|
|
11
|
-
"instructions": "",
|
|
12
|
-
"required": 0,
|
|
13
|
-
"conditional_logic": 0,
|
|
14
|
-
"wrapper": {
|
|
15
|
-
"width": "25",
|
|
16
|
-
"class": "",
|
|
17
|
-
"id": ""
|
|
18
|
-
},
|
|
19
|
-
"wpml_cf_preferences": 1,
|
|
20
|
-
"uploader": "",
|
|
21
|
-
"return_format": "id",
|
|
22
|
-
"library": "all",
|
|
23
|
-
"upload_folder": "",
|
|
24
|
-
"acfe_thumbnail": 0,
|
|
25
|
-
"min_width": "",
|
|
26
|
-
"min_height": "",
|
|
27
|
-
"min_size": "",
|
|
28
|
-
"max_width": "",
|
|
29
|
-
"max_height": "",
|
|
30
|
-
"max_size": "",
|
|
31
|
-
"mime_types": "",
|
|
32
|
-
"preview_size": "medium"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"key": "field_6877b1698adb6",
|
|
36
|
-
"label": "Header Logo Mobile",
|
|
37
|
-
"name": "header_logo_mobile",
|
|
38
|
-
"aria-label": "",
|
|
39
|
-
"type": "image",
|
|
40
|
-
"instructions": "",
|
|
41
|
-
"required": 0,
|
|
42
|
-
"conditional_logic": 0,
|
|
43
|
-
"wrapper": {
|
|
44
|
-
"width": "25",
|
|
45
|
-
"class": "",
|
|
46
|
-
"id": ""
|
|
47
|
-
},
|
|
48
|
-
"wpml_cf_preferences": 1,
|
|
49
|
-
"uploader": "",
|
|
50
|
-
"return_format": "id",
|
|
51
|
-
"library": "all",
|
|
52
|
-
"upload_folder": "",
|
|
53
|
-
"acfe_thumbnail": 0,
|
|
54
|
-
"min_width": "",
|
|
55
|
-
"min_height": "",
|
|
56
|
-
"min_size": "",
|
|
57
|
-
"max_width": "",
|
|
58
|
-
"max_height": "",
|
|
59
|
-
"max_size": "",
|
|
60
|
-
"mime_types": "",
|
|
61
|
-
"preview_size": "medium"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"key": "field_6877b1698adc2",
|
|
65
|
-
"label": "Site Logo Alt",
|
|
66
|
-
"name": "site_logo_alt",
|
|
67
|
-
"aria-label": "",
|
|
68
|
-
"type": "image",
|
|
69
|
-
"instructions": "",
|
|
70
|
-
"required": 0,
|
|
71
|
-
"conditional_logic": 0,
|
|
72
|
-
"wrapper": {
|
|
73
|
-
"width": "25",
|
|
74
|
-
"class": "",
|
|
75
|
-
"id": ""
|
|
76
|
-
},
|
|
77
|
-
"wpml_cf_preferences": 1,
|
|
78
|
-
"uploader": "",
|
|
79
|
-
"return_format": "id",
|
|
80
|
-
"library": "all",
|
|
81
|
-
"upload_folder": "",
|
|
82
|
-
"acfe_thumbnail": 0,
|
|
83
|
-
"min_width": "",
|
|
84
|
-
"min_height": "",
|
|
85
|
-
"min_size": "",
|
|
86
|
-
"max_width": "",
|
|
87
|
-
"max_height": "",
|
|
88
|
-
"max_size": "",
|
|
89
|
-
"mime_types": "",
|
|
90
|
-
"preview_size": "medium"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"key": "field_6877b182e9a27",
|
|
94
|
-
"label": "Footer Logo",
|
|
95
|
-
"name": "footer_logo",
|
|
96
|
-
"aria-label": "",
|
|
97
|
-
"type": "image",
|
|
98
|
-
"instructions": "",
|
|
99
|
-
"required": 0,
|
|
100
|
-
"conditional_logic": 0,
|
|
101
|
-
"wrapper": {
|
|
102
|
-
"width": "25",
|
|
103
|
-
"class": "",
|
|
104
|
-
"id": ""
|
|
105
|
-
},
|
|
106
|
-
"wpml_cf_preferences": 1,
|
|
107
|
-
"uploader": "",
|
|
108
|
-
"return_format": "id",
|
|
109
|
-
"library": "all",
|
|
110
|
-
"upload_folder": "",
|
|
111
|
-
"acfe_thumbnail": 0,
|
|
112
|
-
"min_width": "",
|
|
113
|
-
"min_height": "",
|
|
114
|
-
"min_size": "",
|
|
115
|
-
"max_width": "",
|
|
116
|
-
"max_height": "",
|
|
117
|
-
"max_size": "",
|
|
118
|
-
"mime_types": "",
|
|
119
|
-
"preview_size": "medium"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
"location": [
|
|
123
|
-
[
|
|
124
|
-
{
|
|
125
|
-
"param": "options_page",
|
|
126
|
-
"operator": "==",
|
|
127
|
-
"value": "theme-general-settings"
|
|
128
|
-
}
|
|
129
|
-
]
|
|
130
|
-
],
|
|
131
|
-
"menu_order": 0,
|
|
132
|
-
"position": "normal",
|
|
133
|
-
"style": "default",
|
|
134
|
-
"label_placement": "left",
|
|
135
|
-
"instruction_placement": "label",
|
|
136
|
-
"hide_on_screen": "",
|
|
137
|
-
"active": true,
|
|
138
|
-
"description": "",
|
|
139
|
-
"show_in_rest": 0,
|
|
140
|
-
"acfe_autosync": [
|
|
141
|
-
"json"
|
|
142
|
-
],
|
|
143
|
-
"acfml_field_group_mode": "translation",
|
|
144
|
-
"acfe_form": 0,
|
|
145
|
-
"acfe_display_title": "",
|
|
146
|
-
"acfe_meta": "",
|
|
147
|
-
"acfe_note": "",
|
|
148
|
-
"modified": 1752675058
|
|
149
|
-
}
|