@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.
Files changed (129) hide show
  1. package/.github/workflows/npm-publish.yml +2 -2
  2. package/components/block-accent-image-v3/accent-image-v3.twig +2 -2
  3. package/components/block-accordion-v3/accordion-v3.twig +23 -24
  4. package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
  5. package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
  6. package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
  7. package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
  8. package/components/block-divider-v3/divider-v3.twig +1 -1
  9. package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +2 -2
  10. package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
  11. package/components/block-form-selection-v3/form-selection-v3.twig +16 -1
  12. package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
  13. package/components/block-group-container-v3/group-container-v3.twig +5 -4
  14. package/components/block-group-container-v3/group_6865578ada499.json +364 -38
  15. package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
  16. package/components/block-market-selector-v3/market-selector-v3.twig +1 -1
  17. package/components/block-modal-form-v3/modal-form-v3.twig +12 -12
  18. package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
  19. package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
  20. package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
  21. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
  22. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
  23. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
  24. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
  25. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
  26. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
  27. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
  28. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
  29. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
  30. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
  31. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
  32. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
  33. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
  34. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
  35. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
  36. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
  37. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
  38. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
  39. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
  40. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
  41. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
  42. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
  43. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
  44. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
  45. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
  46. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
  47. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
  48. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
  49. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
  50. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
  51. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
  52. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
  53. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
  54. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
  55. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
  56. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
  57. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
  58. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
  59. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
  60. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
  61. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
  62. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
  63. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
  64. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
  65. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
  66. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
  67. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
  68. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
  69. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
  70. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
  71. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
  72. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
  73. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
  74. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
  75. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
  76. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
  77. package/components/block-product-info-v3/product-info-v3.twig +2 -1
  78. package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
  79. package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
  80. package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
  81. package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
  82. package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
  83. package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
  84. package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
  85. package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
  86. package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
  87. package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
  88. package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
  89. package/components/block-social-networks-v3/social-networks-v3.twig +5 -6
  90. package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
  91. package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
  92. package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
  93. package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
  94. package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
  95. package/components/block-video-content-v3/video-content-v3.twig +1 -1
  96. package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
  97. package/components/component-athena-body-close-v3/athena-body-close-v3.twig +2 -2
  98. package/components/component-athena-head-v3/athena-head-v3.twig +11 -11
  99. package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
  100. package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
  101. package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
  102. package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
  103. package/components/component-core-body-close-v3/core-body-close-v3.twig +2 -0
  104. package/components/component-core-body-open-v3/core-body-open-v3.twig +32 -0
  105. package/components/component-core-head-v3/core-head-v3.twig +63 -0
  106. package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
  107. package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
  108. package/components/component-text-editor-settings-variables-v3/text-editor-settings-variables-v3.twig +1 -1
  109. package/components/component-video-component-v3/video-component-v3.twig +1 -1
  110. package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
  111. package/components/entrypoint-entry-point-html-v3/entry-point-html-v3.twig +4 -7
  112. package/components/entrypoint-entry-point-style-v3/entry-point-style-v3.twig +2 -5
  113. package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
  114. 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
  115. package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
  116. package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
  117. package/components/fields-image-management-service-v3/group_677813165b633.json +149 -0
  118. package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
  119. package/components/{component-modal-popup-content-v3 → fields-modal-popup-content-v3}/modal-popup-content-v3.twig +1 -1
  120. package/package.json +3 -2
  121. package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
  122. package/components/component-modal-popup-content/modal-popup-content.twig +0 -18
  123. package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
  124. package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
  125. package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
  126. package/components/fields-modal-popup-content/group_689876f1ee3fc.json +0 -390
  127. package/components/fields-modal-popup-content/modal-popup-content.twig +0 -18
  128. package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
  129. package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
@@ -1,822 +0,0 @@
1
- {
2
- "key": "group_677ed96c3c64f",
3
- "title": "Fields: CTA Icons v3",
4
- "fields": [
5
- {
6
- "key": "field_65abe266e86e7",
7
- "label": "CTA Icons",
8
- "name": "",
9
- "aria-label": "",
10
- "type": "tab",
11
- "instructions": "",
12
- "required": 0,
13
- "conditional_logic": 0,
14
- "wrapper": {
15
- "width": "",
16
- "class": "",
17
- "id": ""
18
- },
19
- "wpml_cf_preferences": 1,
20
- "placement": "top",
21
- "endpoint": 0,
22
- "no_preference": 0,
23
- "selected": 0
24
- },
25
- {
26
- "key": "field_64d2401afe35f",
27
- "label": "Theme CTA icons",
28
- "name": "theme_cta_icons",
29
- "aria-label": "",
30
- "type": "group",
31
- "instructions": "",
32
- "required": 0,
33
- "conditional_logic": 0,
34
- "wrapper": {
35
- "width": "",
36
- "class": "",
37
- "id": ""
38
- },
39
- "wpml_cf_preferences": 1,
40
- "layout": "block",
41
- "acfe_seamless_style": 0,
42
- "acfe_group_modal": 0,
43
- "acfe_group_modal_close": 0,
44
- "acfe_group_modal_button": "",
45
- "acfe_group_modal_size": "large",
46
- "sub_fields": [
47
- {
48
- "key": "field_64d24083fe396",
49
- "label": "CTA link icon",
50
- "name": "cta_link_icon",
51
- "aria-label": "",
52
- "type": "image",
53
- "instructions": "",
54
- "required": 0,
55
- "conditional_logic": 0,
56
- "wrapper": {
57
- "width": "20",
58
- "class": "",
59
- "id": ""
60
- },
61
- "wpml_cf_preferences": 1,
62
- "uploader": "",
63
- "return_format": "id",
64
- "library": "all",
65
- "upload_folder": "",
66
- "acfe_thumbnail": 0,
67
- "min_width": "",
68
- "min_height": "",
69
- "min_size": "",
70
- "max_width": "",
71
- "max_height": "",
72
- "max_size": "",
73
- "mime_types": "",
74
- "preview_size": "medium"
75
- },
76
- {
77
- "key": "field_652aacc9f0333",
78
- "label": "CTA external link icon",
79
- "name": "cta_external_link_icon",
80
- "aria-label": "",
81
- "type": "image",
82
- "instructions": "",
83
- "required": 0,
84
- "conditional_logic": 0,
85
- "wrapper": {
86
- "width": "20",
87
- "class": "",
88
- "id": ""
89
- },
90
- "wpml_cf_preferences": 1,
91
- "uploader": "",
92
- "return_format": "id",
93
- "library": "all",
94
- "upload_folder": "",
95
- "acfe_thumbnail": 0,
96
- "min_width": "",
97
- "min_height": "",
98
- "min_size": "",
99
- "max_width": "",
100
- "max_height": "",
101
- "max_size": "",
102
- "mime_types": "",
103
- "preview_size": "medium"
104
- },
105
- {
106
- "key": "field_65002b0f76763",
107
- "label": "CTA market selector icon",
108
- "name": "cta_market_selector_icon",
109
- "aria-label": "",
110
- "type": "image",
111
- "instructions": "",
112
- "required": 0,
113
- "conditional_logic": 0,
114
- "wrapper": {
115
- "width": "20",
116
- "class": "",
117
- "id": ""
118
- },
119
- "wpml_cf_preferences": 1,
120
- "uploader": "",
121
- "return_format": "id",
122
- "library": "all",
123
- "upload_folder": "",
124
- "acfe_thumbnail": 0,
125
- "min_width": "",
126
- "min_height": "",
127
- "min_size": "",
128
- "max_width": "",
129
- "max_height": "",
130
- "max_size": "",
131
- "mime_types": "",
132
- "preview_size": "medium"
133
- },
134
- {
135
- "key": "field_64f7538211d7e",
136
- "label": "Cta product icon",
137
- "name": "cta_product_icon",
138
- "aria-label": "",
139
- "type": "image",
140
- "instructions": "",
141
- "required": 0,
142
- "conditional_logic": 0,
143
- "wrapper": {
144
- "width": "20",
145
- "class": "",
146
- "id": ""
147
- },
148
- "wpml_cf_preferences": 1,
149
- "uploader": "",
150
- "return_format": "id",
151
- "library": "all",
152
- "upload_folder": "",
153
- "acfe_thumbnail": 0,
154
- "min_width": "",
155
- "min_height": "",
156
- "min_size": "",
157
- "max_width": "",
158
- "max_height": "",
159
- "max_size": "",
160
- "mime_types": "",
161
- "preview_size": "medium"
162
- },
163
- {
164
- "key": "field_64d2448f8bafb",
165
- "label": "CTA share icon",
166
- "name": "cta_share_icon",
167
- "aria-label": "",
168
- "type": "image",
169
- "instructions": "",
170
- "required": 0,
171
- "conditional_logic": 0,
172
- "wrapper": {
173
- "width": "20",
174
- "class": "",
175
- "id": ""
176
- },
177
- "wpml_cf_preferences": 1,
178
- "uploader": "",
179
- "return_format": "id",
180
- "library": "all",
181
- "upload_folder": "",
182
- "acfe_thumbnail": 0,
183
- "min_width": "",
184
- "min_height": "",
185
- "min_size": "",
186
- "max_width": "",
187
- "max_height": "",
188
- "max_size": "",
189
- "mime_types": "",
190
- "preview_size": "medium"
191
- },
192
- {
193
- "key": "field_68414ef4dd8f9",
194
- "label": "CTA facebook icon",
195
- "name": "cta_facebook_icon",
196
- "aria-label": "",
197
- "type": "image",
198
- "instructions": "",
199
- "required": 0,
200
- "conditional_logic": [
201
- [
202
- {
203
- "field": "field_64d2448f8bafb",
204
- "operator": "!=empty"
205
- }
206
- ]
207
- ],
208
- "wrapper": {
209
- "width": "20",
210
- "class": "",
211
- "id": ""
212
- },
213
- "wpml_cf_preferences": 1,
214
- "uploader": "",
215
- "return_format": "id",
216
- "upload_folder": "",
217
- "acfe_thumbnail": 0,
218
- "min_width": "",
219
- "min_height": "",
220
- "min_size": "",
221
- "max_width": "",
222
- "max_height": "",
223
- "max_size": "",
224
- "mime_types": "",
225
- "preview_size": "medium",
226
- "library": "all"
227
- },
228
- {
229
- "key": "field_68414eb6dd8f8",
230
- "label": "CTA x icon (Formerly Twitter)",
231
- "name": "cta_x_icon",
232
- "aria-label": "",
233
- "type": "image",
234
- "instructions": "",
235
- "required": 0,
236
- "conditional_logic": [
237
- [
238
- {
239
- "field": "field_64d2448f8bafb",
240
- "operator": "!=empty"
241
- }
242
- ]
243
- ],
244
- "wrapper": {
245
- "width": "20",
246
- "class": "",
247
- "id": ""
248
- },
249
- "wpml_cf_preferences": 1,
250
- "uploader": "",
251
- "return_format": "id",
252
- "upload_folder": "",
253
- "acfe_thumbnail": 0,
254
- "min_width": "",
255
- "min_height": "",
256
- "min_size": "",
257
- "max_width": "",
258
- "max_height": "",
259
- "max_size": "",
260
- "mime_types": "",
261
- "preview_size": "medium",
262
- "library": "all"
263
- },
264
- {
265
- "key": "field_68414f5ddd8fc",
266
- "label": "CTA instagram icon",
267
- "name": "cta_instagram_icon",
268
- "aria-label": "",
269
- "type": "image",
270
- "instructions": "",
271
- "required": 0,
272
- "conditional_logic": [
273
- [
274
- {
275
- "field": "field_64d2448f8bafb",
276
- "operator": "!=empty"
277
- }
278
- ]
279
- ],
280
- "wrapper": {
281
- "width": "20",
282
- "class": "",
283
- "id": ""
284
- },
285
- "wpml_cf_preferences": 1,
286
- "uploader": "",
287
- "return_format": "id",
288
- "upload_folder": "",
289
- "acfe_thumbnail": 0,
290
- "min_width": "",
291
- "min_height": "",
292
- "min_size": "",
293
- "max_width": "",
294
- "max_height": "",
295
- "max_size": "",
296
- "mime_types": "",
297
- "preview_size": "medium",
298
- "library": "all"
299
- },
300
- {
301
- "key": "field_68414f7edd8fd",
302
- "label": "CTA whatsapp icon",
303
- "name": "cta_whatsapp_icon",
304
- "aria-label": "",
305
- "type": "image",
306
- "instructions": "",
307
- "required": 0,
308
- "conditional_logic": [
309
- [
310
- {
311
- "field": "field_64d2448f8bafb",
312
- "operator": "!=empty"
313
- }
314
- ]
315
- ],
316
- "wrapper": {
317
- "width": "20",
318
- "class": "",
319
- "id": ""
320
- },
321
- "wpml_cf_preferences": 1,
322
- "uploader": "",
323
- "return_format": "id",
324
- "upload_folder": "",
325
- "acfe_thumbnail": 0,
326
- "min_width": "",
327
- "min_height": "",
328
- "min_size": "",
329
- "max_width": "",
330
- "max_height": "",
331
- "max_size": "",
332
- "mime_types": "",
333
- "preview_size": "medium",
334
- "library": "all"
335
- },
336
- {
337
- "key": "field_68414f3fdd8fb",
338
- "label": "CTA linkedin icon",
339
- "name": "cta_linkedin_icon",
340
- "aria-label": "",
341
- "type": "image",
342
- "instructions": "",
343
- "required": 0,
344
- "conditional_logic": [
345
- [
346
- {
347
- "field": "field_64d2448f8bafb",
348
- "operator": "!=empty"
349
- }
350
- ]
351
- ],
352
- "wrapper": {
353
- "width": "20",
354
- "class": "",
355
- "id": ""
356
- },
357
- "wpml_cf_preferences": 1,
358
- "uploader": "",
359
- "return_format": "id",
360
- "upload_folder": "",
361
- "acfe_thumbnail": 0,
362
- "min_width": "",
363
- "min_height": "",
364
- "min_size": "",
365
- "max_width": "",
366
- "max_height": "",
367
- "max_size": "",
368
- "mime_types": "",
369
- "preview_size": "medium",
370
- "library": "all"
371
- },
372
- {
373
- "key": "field_68414f17dd8fa",
374
- "label": "CTA pinterest icon",
375
- "name": "cta_pinterest_icon",
376
- "aria-label": "",
377
- "type": "image",
378
- "instructions": "",
379
- "required": 0,
380
- "conditional_logic": [
381
- [
382
- {
383
- "field": "field_64d2448f8bafb",
384
- "operator": "!=empty"
385
- }
386
- ]
387
- ],
388
- "wrapper": {
389
- "width": "20",
390
- "class": "",
391
- "id": ""
392
- },
393
- "wpml_cf_preferences": 1,
394
- "uploader": "",
395
- "return_format": "id",
396
- "upload_folder": "",
397
- "acfe_thumbnail": 0,
398
- "min_width": "",
399
- "min_height": "",
400
- "min_size": "",
401
- "max_width": "",
402
- "max_height": "",
403
- "max_size": "",
404
- "mime_types": "",
405
- "preview_size": "medium",
406
- "library": "all"
407
- },
408
- {
409
- "key": "field_68414fa2dd8fe",
410
- "label": "CTA copy url icon",
411
- "name": "cta_copy_url_icon",
412
- "aria-label": "",
413
- "type": "image",
414
- "instructions": "",
415
- "required": 0,
416
- "conditional_logic": [
417
- [
418
- {
419
- "field": "field_64d2448f8bafb",
420
- "operator": "!=empty"
421
- }
422
- ]
423
- ],
424
- "wrapper": {
425
- "width": "20",
426
- "class": "",
427
- "id": ""
428
- },
429
- "wpml_cf_preferences": 1,
430
- "uploader": "",
431
- "return_format": "id",
432
- "upload_folder": "",
433
- "acfe_thumbnail": 0,
434
- "min_width": "",
435
- "min_height": "",
436
- "min_size": "",
437
- "max_width": "",
438
- "max_height": "",
439
- "max_size": "",
440
- "mime_types": "",
441
- "preview_size": "medium",
442
- "library": "all"
443
- },
444
- {
445
- "key": "field_64d2449b8bafc",
446
- "label": "CTA email icon",
447
- "name": "cta_email_icon",
448
- "aria-label": "",
449
- "type": "image",
450
- "instructions": "",
451
- "required": 0,
452
- "conditional_logic": 0,
453
- "wrapper": {
454
- "width": "20",
455
- "class": "",
456
- "id": ""
457
- },
458
- "wpml_cf_preferences": 1,
459
- "uploader": "",
460
- "return_format": "id",
461
- "library": "all",
462
- "upload_folder": "",
463
- "acfe_thumbnail": 0,
464
- "min_width": "",
465
- "min_height": "",
466
- "min_size": "",
467
- "max_width": "",
468
- "max_height": "",
469
- "max_size": "",
470
- "mime_types": "",
471
- "preview_size": "medium"
472
- },
473
- {
474
- "key": "field_64d244aa8bafd",
475
- "label": "CTA download icon",
476
- "name": "cta_download_icon",
477
- "aria-label": "",
478
- "type": "image",
479
- "instructions": "",
480
- "required": 0,
481
- "conditional_logic": 0,
482
- "wrapper": {
483
- "width": "20",
484
- "class": "",
485
- "id": ""
486
- },
487
- "wpml_cf_preferences": 1,
488
- "uploader": "",
489
- "return_format": "id",
490
- "library": "all",
491
- "upload_folder": "",
492
- "acfe_thumbnail": 0,
493
- "min_width": "",
494
- "min_height": "",
495
- "min_size": "",
496
- "max_width": "",
497
- "max_height": "",
498
- "max_size": "",
499
- "mime_types": "",
500
- "preview_size": "medium"
501
- },
502
- {
503
- "key": "field_64d244c08bafe",
504
- "label": "CTA ctb icon",
505
- "name": "cta_ctb_icon",
506
- "aria-label": "",
507
- "type": "image",
508
- "instructions": "",
509
- "required": 0,
510
- "conditional_logic": 0,
511
- "wrapper": {
512
- "width": "20",
513
- "class": "",
514
- "id": ""
515
- },
516
- "wpml_cf_preferences": 1,
517
- "uploader": "",
518
- "return_format": "id",
519
- "library": "all",
520
- "upload_folder": "",
521
- "acfe_thumbnail": 0,
522
- "min_width": "",
523
- "min_height": "",
524
- "min_size": "",
525
- "max_width": "",
526
- "max_height": "",
527
- "max_size": "",
528
- "mime_types": "",
529
- "preview_size": "medium"
530
- },
531
- {
532
- "key": "field_64d244d98baff",
533
- "label": "CTA shopify icon",
534
- "name": "cta_shopify_icon",
535
- "aria-label": "",
536
- "type": "image",
537
- "instructions": "",
538
- "required": 0,
539
- "conditional_logic": 0,
540
- "wrapper": {
541
- "width": "20",
542
- "class": "",
543
- "id": ""
544
- },
545
- "wpml_cf_preferences": 1,
546
- "uploader": "",
547
- "return_format": "id",
548
- "library": "all",
549
- "upload_folder": "",
550
- "acfe_thumbnail": 0,
551
- "min_width": "",
552
- "min_height": "",
553
- "min_size": "",
554
- "max_width": "",
555
- "max_height": "",
556
- "max_size": "",
557
- "mime_types": "",
558
- "preview_size": "medium"
559
- },
560
- {
561
- "key": "field_670f7f8816515",
562
- "label": "CTA shopify cart icon",
563
- "name": "cta_shopify_cart_icon",
564
- "aria-label": "",
565
- "type": "image",
566
- "instructions": "",
567
- "required": 0,
568
- "conditional_logic": 0,
569
- "wrapper": {
570
- "width": "20",
571
- "class": "",
572
- "id": ""
573
- },
574
- "wpml_cf_preferences": 1,
575
- "uploader": "",
576
- "return_format": "id",
577
- "library": "all",
578
- "upload_folder": "",
579
- "acfe_thumbnail": 0,
580
- "min_width": "",
581
- "min_height": "",
582
- "min_size": "",
583
- "max_width": "",
584
- "max_height": "",
585
- "max_size": "",
586
- "mime_types": "",
587
- "preview_size": "medium"
588
- },
589
- {
590
- "key": "field_652c1832fdb19",
591
- "label": "CTA load more icon",
592
- "name": "cta_load_more_icon",
593
- "aria-label": "",
594
- "type": "image",
595
- "instructions": "",
596
- "required": 0,
597
- "conditional_logic": 0,
598
- "wrapper": {
599
- "width": "20",
600
- "class": "",
601
- "id": ""
602
- },
603
- "wpml_cf_preferences": 1,
604
- "uploader": "",
605
- "return_format": "id",
606
- "library": "all",
607
- "upload_folder": "",
608
- "acfe_thumbnail": 0,
609
- "min_width": "",
610
- "min_height": "",
611
- "min_size": "",
612
- "max_width": "",
613
- "max_height": "",
614
- "max_size": "",
615
- "mime_types": "",
616
- "preview_size": "medium"
617
- },
618
- {
619
- "key": "field_652c37964cbd3",
620
- "label": "CTA filter icon",
621
- "name": "cta_filter_icon",
622
- "aria-label": "",
623
- "type": "image",
624
- "instructions": "",
625
- "required": 0,
626
- "conditional_logic": 0,
627
- "wrapper": {
628
- "width": "20",
629
- "class": "",
630
- "id": ""
631
- },
632
- "wpml_cf_preferences": 1,
633
- "uploader": "",
634
- "return_format": "id",
635
- "library": "all",
636
- "upload_folder": "",
637
- "acfe_thumbnail": 0,
638
- "min_width": "",
639
- "min_height": "",
640
- "min_size": "",
641
- "max_width": "",
642
- "max_height": "",
643
- "max_size": "",
644
- "mime_types": "",
645
- "preview_size": "medium"
646
- },
647
- {
648
- "key": "field_687f98e9e3721",
649
- "label": "CTA close icon",
650
- "name": "cta_close_icon",
651
- "aria-label": "",
652
- "type": "image",
653
- "instructions": "",
654
- "required": 0,
655
- "conditional_logic": 0,
656
- "wrapper": {
657
- "width": "20",
658
- "class": "",
659
- "id": ""
660
- },
661
- "wpml_cf_preferences": 1,
662
- "uploader": "",
663
- "return_format": "id",
664
- "library": "all",
665
- "upload_folder": "",
666
- "acfe_thumbnail": 0,
667
- "min_width": "",
668
- "min_height": "",
669
- "min_size": "",
670
- "max_width": "",
671
- "max_height": "",
672
- "max_size": "",
673
- "mime_types": "",
674
- "preview_size": "medium"
675
- },
676
- {
677
- "key": "field_687f9fd8dfc26",
678
- "label": "CTA signup icon",
679
- "name": "cta_signup_icon",
680
- "aria-label": "",
681
- "type": "image",
682
- "instructions": "",
683
- "required": 0,
684
- "conditional_logic": 0,
685
- "wrapper": {
686
- "width": "20",
687
- "class": "",
688
- "id": ""
689
- },
690
- "wpml_cf_preferences": 1,
691
- "uploader": "",
692
- "return_format": "id",
693
- "library": "all",
694
- "upload_folder": "",
695
- "acfe_thumbnail": 0,
696
- "min_width": "",
697
- "min_height": "",
698
- "min_size": "",
699
- "max_width": "",
700
- "max_height": "",
701
- "max_size": "",
702
- "mime_types": "",
703
- "preview_size": "medium"
704
- },
705
- {
706
- "key": "field_688a3c788edd7",
707
- "label": "CTA navigation arrow icon",
708
- "name": "cta_navigation_arrow_icon",
709
- "aria-label": "",
710
- "type": "image",
711
- "instructions": "",
712
- "required": 0,
713
- "conditional_logic": 0,
714
- "wrapper": {
715
- "width": "20",
716
- "class": "",
717
- "id": ""
718
- },
719
- "wpml_cf_preferences": 1,
720
- "uploader": "",
721
- "return_format": "id",
722
- "library": "all",
723
- "upload_folder": "",
724
- "acfe_thumbnail": 0,
725
- "min_width": "",
726
- "min_height": "",
727
- "min_size": "",
728
- "max_width": "",
729
- "max_height": "",
730
- "max_size": "",
731
- "mime_types": "",
732
- "preview_size": "medium"
733
- },
734
- {
735
- "key": "field_68921e8f4b074",
736
- "label": "CTA hamburger icon",
737
- "name": "cta_hamburger_icon",
738
- "aria-label": "",
739
- "type": "image",
740
- "instructions": "",
741
- "required": 0,
742
- "conditional_logic": 0,
743
- "wrapper": {
744
- "width": "20",
745
- "class": "",
746
- "id": ""
747
- },
748
- "wpml_cf_preferences": 1,
749
- "uploader": "",
750
- "return_format": "id",
751
- "library": "all",
752
- "upload_folder": "",
753
- "acfe_thumbnail": 0,
754
- "min_width": "",
755
- "min_height": "",
756
- "min_size": "",
757
- "max_width": "",
758
- "max_height": "",
759
- "max_size": "",
760
- "mime_types": "",
761
- "preview_size": "medium"
762
- },
763
- {
764
- "key": "field_6893c2c959a26",
765
- "label": "CTA accordion icon",
766
- "name": "cta_accordion_icon",
767
- "aria-label": "",
768
- "type": "image",
769
- "instructions": "",
770
- "required": 0,
771
- "conditional_logic": 0,
772
- "wrapper": {
773
- "width": "20",
774
- "class": "",
775
- "id": ""
776
- },
777
- "wpml_cf_preferences": 1,
778
- "uploader": "",
779
- "return_format": "id",
780
- "library": "all",
781
- "upload_folder": "",
782
- "acfe_thumbnail": 0,
783
- "min_width": "",
784
- "min_height": "",
785
- "min_size": "",
786
- "max_width": "",
787
- "max_height": "",
788
- "max_size": "",
789
- "mime_types": "",
790
- "preview_size": "medium"
791
- }
792
- ]
793
- }
794
- ],
795
- "location": [
796
- [
797
- {
798
- "param": "options_page",
799
- "operator": "==",
800
- "value": "theme-general-settings"
801
- }
802
- ]
803
- ],
804
- "menu_order": 0,
805
- "position": "normal",
806
- "style": "default",
807
- "label_placement": "left",
808
- "instruction_placement": "label",
809
- "hide_on_screen": "",
810
- "active": true,
811
- "description": "",
812
- "show_in_rest": 0,
813
- "acfe_autosync": [
814
- "json"
815
- ],
816
- "acfml_field_group_mode": "translation",
817
- "acfe_form": 0,
818
- "acfe_display_title": "",
819
- "acfe_meta": "",
820
- "acfe_note": "",
821
- "modified": 1754514489
822
- }