@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,351 +1,353 @@
1
1
  {
2
- "key": "group_6852a4f384204",
3
- "title": "Component: Child Block Video Fields",
4
- "fields": [
5
- {
6
- "key": "field_6894ca9ff2725",
7
- "label": "Enable video",
8
- "name": "enable_video",
9
- "aria-label": "",
10
- "type": "true_false",
11
- "instructions": "",
12
- "required": 0,
13
- "conditional_logic": 0,
14
- "wrapper": {
15
- "width": "",
16
- "class": "",
17
- "id": ""
18
- },
19
- "wpml_cf_preferences": 1,
20
- "message": "",
21
- "default_value": 1,
22
- "ui_on_text": "",
23
- "ui_off_text": "",
24
- "ui": 1,
25
- "style": ""
26
- },
27
- {
28
- "key": "field_6852a4f5f66a5",
29
- "label": "Video Type",
30
- "name": "video_type",
31
- "aria-label": "",
32
- "type": "select",
33
- "instructions": "",
34
- "required": 0,
35
- "conditional_logic": [
36
- [
37
- {
38
- "field": "field_6894ca9ff2725",
39
- "operator": "==",
40
- "value": "1"
41
- }
42
- ]
43
- ],
44
- "wrapper": {
45
- "width": "",
46
- "class": "",
47
- "id": ""
48
- },
49
- "wpml_cf_preferences": 1,
50
- "choices": {
51
- "__upload": "Upload",
52
- "__vimeo": "Vimeo",
53
- "__youtube": "Youtube"
54
- },
55
- "default_value": "__upload",
56
- "return_format": "value",
57
- "multiple": 0,
58
- "max": "",
59
- "prepend": "",
60
- "append": "",
61
- "allow_null": 0,
62
- "ui": 0,
63
- "ajax": 0,
64
- "placeholder": "",
65
- "allow_custom": 0,
66
- "search_placeholder": "",
67
- "min": ""
68
- },
69
- {
70
- "key": "field_6852a55cf66a6",
71
- "label": "Youtube Desktop",
72
- "name": "youtube_embed",
73
- "aria-label": "",
74
- "type": "oembed",
75
- "instructions": "",
76
- "required": 0,
77
- "conditional_logic": [
78
- [
79
- {
80
- "field": "field_6852a4f5f66a5",
81
- "operator": "==",
82
- "value": "__youtube"
83
- },
84
- {
85
- "field": "field_6894ca9ff2725",
86
- "operator": "==",
87
- "value": "1"
88
- }
89
- ]
90
- ],
91
- "wrapper": {
92
- "width": "",
93
- "class": "",
94
- "id": ""
95
- },
96
- "wpml_cf_preferences": 1,
97
- "width": "",
98
- "height": ""
99
- },
100
- {
101
- "key": "field_6852a571f66a7",
102
- "label": "Youtube Mobile",
103
- "name": "youtube_mobile",
104
- "aria-label": "",
105
- "type": "oembed",
106
- "instructions": "",
107
- "required": 0,
108
- "conditional_logic": [
109
- [
110
- {
111
- "field": "field_6852a4f5f66a5",
112
- "operator": "==",
113
- "value": "__youtube"
114
- },
115
- {
116
- "field": "field_6894ca9ff2725",
117
- "operator": "==",
118
- "value": "1"
119
- }
120
- ]
121
- ],
122
- "wrapper": {
123
- "width": "",
124
- "class": "",
125
- "id": ""
126
- },
127
- "wpml_cf_preferences": 1,
128
- "width": "",
129
- "height": ""
130
- },
131
- {
132
- "key": "field_6852a588f66a8",
133
- "label": "Vimeo Desktop",
134
- "name": "vimeo_embed",
135
- "aria-label": "",
136
- "type": "oembed",
137
- "instructions": "",
138
- "required": 0,
139
- "conditional_logic": [
140
- [
141
- {
142
- "field": "field_6852a4f5f66a5",
143
- "operator": "==",
144
- "value": "__vimeo"
145
- },
146
- {
147
- "field": "field_6894ca9ff2725",
148
- "operator": "==",
149
- "value": "1"
150
- }
151
- ]
152
- ],
153
- "wrapper": {
154
- "width": "",
155
- "class": "",
156
- "id": ""
157
- },
158
- "wpml_cf_preferences": 1,
159
- "width": "",
160
- "height": ""
161
- },
162
- {
163
- "key": "field_6852a593f66a9",
164
- "label": "Vimeo Mobile",
165
- "name": "vimeo_mobile",
166
- "aria-label": "",
167
- "type": "oembed",
168
- "instructions": "",
169
- "required": 0,
170
- "conditional_logic": [
171
- [
172
- {
173
- "field": "field_6852a4f5f66a5",
174
- "operator": "==",
175
- "value": "__vimeo"
176
- },
177
- {
178
- "field": "field_6894ca9ff2725",
179
- "operator": "==",
180
- "value": "1"
181
- }
182
- ]
183
- ],
184
- "wrapper": {
185
- "width": "",
186
- "class": "",
187
- "id": ""
188
- },
189
- "wpml_cf_preferences": 1,
190
- "width": "",
191
- "height": ""
192
- },
193
- {
194
- "key": "field_6852a5b3f66aa",
195
- "label": "Video Desktop",
196
- "name": "video_desktop",
197
- "aria-label": "",
198
- "type": "file",
199
- "instructions": "",
200
- "required": 0,
201
- "conditional_logic": [
202
- [
203
- {
204
- "field": "field_6852a4f5f66a5",
205
- "operator": "==",
206
- "value": "__upload"
207
- },
208
- {
209
- "field": "field_6894ca9ff2725",
210
- "operator": "==",
211
- "value": "1"
212
- }
213
- ]
214
- ],
215
- "wrapper": {
216
- "width": "",
217
- "class": "",
218
- "id": ""
219
- },
220
- "wpml_cf_preferences": 1,
221
- "uploader": "",
222
- "return_format": "array",
223
- "preview_style": "default",
224
- "library": "all",
225
- "upload_folder": "",
226
- "button_label": "Add File",
227
- "file_count": 0,
228
- "multiple": 0,
229
- "max": "",
230
- "min_size": "",
231
- "max_size": "",
232
- "mime_types": "",
233
- "placeholder": "Select",
234
- "stylised_button": 0,
235
- "min": ""
236
- },
237
- {
238
- "key": "field_6852a5d6f66ac",
239
- "label": "Video Mobile",
240
- "name": "video_mobile",
241
- "aria-label": "",
242
- "type": "file",
243
- "instructions": "",
244
- "required": 0,
245
- "conditional_logic": [
246
- [
247
- {
248
- "field": "field_6852a4f5f66a5",
249
- "operator": "==",
250
- "value": "__upload"
251
- },
252
- {
253
- "field": "field_6894ca9ff2725",
254
- "operator": "==",
255
- "value": "1"
256
- }
257
- ]
258
- ],
259
- "wrapper": {
260
- "width": "",
261
- "class": "",
262
- "id": ""
263
- },
264
- "wpml_cf_preferences": 1,
265
- "uploader": "",
266
- "return_format": "array",
267
- "preview_style": "default",
268
- "library": "all",
269
- "upload_folder": "",
270
- "button_label": "Add File",
271
- "file_count": 0,
272
- "multiple": 0,
273
- "max": "",
274
- "min_size": "",
275
- "max_size": "",
276
- "mime_types": "",
277
- "placeholder": "Select",
278
- "stylised_button": 0,
279
- "min": ""
280
- },
281
- {
282
- "key": "field_68c6d229ad78e",
283
- "label": "Autoplay desktop",
284
- "name": "autoplay_desktop",
285
- "aria-label": "",
286
- "type": "true_false",
287
- "instructions": "",
288
- "required": 0,
289
- "conditional_logic": 0,
290
- "wrapper": {
291
- "width": "",
292
- "class": "",
293
- "id": ""
294
- },
295
- "wpml_cf_preferences": 1,
296
- "message": "",
297
- "default_value": 0,
298
- "style": "",
299
- "ui_on_text": "",
300
- "ui_off_text": "",
301
- "ui": 1
302
- },
303
- {
304
- "key": "field_68c7c161ad78f",
305
- "label": "Autoplay mobile",
306
- "name": "autoplay_mobile",
307
- "aria-label": "",
308
- "type": "true_false",
309
- "instructions": "",
310
- "required": 0,
311
- "conditional_logic": 0,
312
- "wrapper": {
313
- "width": "",
314
- "class": "",
315
- "id": ""
316
- },
317
- "wpml_cf_preferences": 1,
318
- "message": "",
319
- "default_value": 0,
320
- "ui_on_text": "",
321
- "ui_off_text": "",
322
- "ui": 1,
323
- "style": ""
324
- }
325
- ],
326
- "location": [
327
- [
328
- {
329
- "param": "post_type",
330
- "operator": "==",
331
- "value": "post"
332
- }
333
- ]
334
- ],
335
- "menu_order": 0,
336
- "position": "normal",
337
- "style": "default",
338
- "label_placement": "left",
339
- "instruction_placement": "label",
340
- "hide_on_screen": "",
341
- "active": false,
342
- "description": "",
343
- "show_in_rest": 0,
344
- "acfe_autosync": ["json"],
345
- "acfml_field_group_mode": "translation",
346
- "acfe_form": 0,
347
- "acfe_display_title": "",
348
- "acfe_meta": "",
349
- "acfe_note": "",
350
- "modified": 1757922184
2
+ "key": "group_6852a4f384204",
3
+ "title": "Component: Child Block Video Fields",
4
+ "fields": [
5
+ {
6
+ "key": "field_6894ca9ff2725",
7
+ "label": "Enable video",
8
+ "name": "enable_video",
9
+ "aria-label": "",
10
+ "type": "true_false",
11
+ "instructions": "",
12
+ "required": 0,
13
+ "conditional_logic": 0,
14
+ "wrapper": {
15
+ "width": "",
16
+ "class": "",
17
+ "id": ""
18
+ },
19
+ "wpml_cf_preferences": 1,
20
+ "message": "",
21
+ "default_value": 1,
22
+ "ui_on_text": "",
23
+ "ui_off_text": "",
24
+ "ui": 1,
25
+ "style": ""
26
+ },
27
+ {
28
+ "key": "field_6852a4f5f66a5",
29
+ "label": "Video Type",
30
+ "name": "video_type",
31
+ "aria-label": "",
32
+ "type": "select",
33
+ "instructions": "",
34
+ "required": 0,
35
+ "conditional_logic": [
36
+ [
37
+ {
38
+ "field": "field_6894ca9ff2725",
39
+ "operator": "==",
40
+ "value": "1"
41
+ }
42
+ ]
43
+ ],
44
+ "wrapper": {
45
+ "width": "",
46
+ "class": "",
47
+ "id": ""
48
+ },
49
+ "wpml_cf_preferences": 1,
50
+ "choices": {
51
+ "__upload": "Upload",
52
+ "__vimeo": "Vimeo",
53
+ "__youtube": "Youtube"
54
+ },
55
+ "default_value": "__upload",
56
+ "return_format": "value",
57
+ "multiple": 0,
58
+ "max": "",
59
+ "prepend": "",
60
+ "append": "",
61
+ "allow_null": 0,
62
+ "ui": 0,
63
+ "ajax": 0,
64
+ "placeholder": "",
65
+ "allow_custom": 0,
66
+ "search_placeholder": "",
67
+ "min": ""
68
+ },
69
+ {
70
+ "key": "field_6852a55cf66a6",
71
+ "label": "Youtube Desktop",
72
+ "name": "youtube_embed",
73
+ "aria-label": "",
74
+ "type": "oembed",
75
+ "instructions": "",
76
+ "required": 0,
77
+ "conditional_logic": [
78
+ [
79
+ {
80
+ "field": "field_6852a4f5f66a5",
81
+ "operator": "==",
82
+ "value": "__youtube"
83
+ },
84
+ {
85
+ "field": "field_6894ca9ff2725",
86
+ "operator": "==",
87
+ "value": "1"
88
+ }
89
+ ]
90
+ ],
91
+ "wrapper": {
92
+ "width": "",
93
+ "class": "",
94
+ "id": ""
95
+ },
96
+ "wpml_cf_preferences": 1,
97
+ "width": "",
98
+ "height": ""
99
+ },
100
+ {
101
+ "key": "field_6852a571f66a7",
102
+ "label": "Youtube Mobile",
103
+ "name": "youtube_mobile",
104
+ "aria-label": "",
105
+ "type": "oembed",
106
+ "instructions": "",
107
+ "required": 0,
108
+ "conditional_logic": [
109
+ [
110
+ {
111
+ "field": "field_6852a4f5f66a5",
112
+ "operator": "==",
113
+ "value": "__youtube"
114
+ },
115
+ {
116
+ "field": "field_6894ca9ff2725",
117
+ "operator": "==",
118
+ "value": "1"
119
+ }
120
+ ]
121
+ ],
122
+ "wrapper": {
123
+ "width": "",
124
+ "class": "",
125
+ "id": ""
126
+ },
127
+ "wpml_cf_preferences": 1,
128
+ "width": "",
129
+ "height": ""
130
+ },
131
+ {
132
+ "key": "field_6852a588f66a8",
133
+ "label": "Vimeo Desktop",
134
+ "name": "vimeo_embed",
135
+ "aria-label": "",
136
+ "type": "oembed",
137
+ "instructions": "",
138
+ "required": 0,
139
+ "conditional_logic": [
140
+ [
141
+ {
142
+ "field": "field_6852a4f5f66a5",
143
+ "operator": "==",
144
+ "value": "__vimeo"
145
+ },
146
+ {
147
+ "field": "field_6894ca9ff2725",
148
+ "operator": "==",
149
+ "value": "1"
150
+ }
151
+ ]
152
+ ],
153
+ "wrapper": {
154
+ "width": "",
155
+ "class": "",
156
+ "id": ""
157
+ },
158
+ "wpml_cf_preferences": 1,
159
+ "width": "",
160
+ "height": ""
161
+ },
162
+ {
163
+ "key": "field_6852a593f66a9",
164
+ "label": "Vimeo Mobile",
165
+ "name": "vimeo_mobile",
166
+ "aria-label": "",
167
+ "type": "oembed",
168
+ "instructions": "",
169
+ "required": 0,
170
+ "conditional_logic": [
171
+ [
172
+ {
173
+ "field": "field_6852a4f5f66a5",
174
+ "operator": "==",
175
+ "value": "__vimeo"
176
+ },
177
+ {
178
+ "field": "field_6894ca9ff2725",
179
+ "operator": "==",
180
+ "value": "1"
181
+ }
182
+ ]
183
+ ],
184
+ "wrapper": {
185
+ "width": "",
186
+ "class": "",
187
+ "id": ""
188
+ },
189
+ "wpml_cf_preferences": 1,
190
+ "width": "",
191
+ "height": ""
192
+ },
193
+ {
194
+ "key": "field_6852a5b3f66aa",
195
+ "label": "Video Desktop",
196
+ "name": "video_desktop",
197
+ "aria-label": "",
198
+ "type": "file",
199
+ "instructions": "",
200
+ "required": 0,
201
+ "conditional_logic": [
202
+ [
203
+ {
204
+ "field": "field_6852a4f5f66a5",
205
+ "operator": "==",
206
+ "value": "__upload"
207
+ },
208
+ {
209
+ "field": "field_6894ca9ff2725",
210
+ "operator": "==",
211
+ "value": "1"
212
+ }
213
+ ]
214
+ ],
215
+ "wrapper": {
216
+ "width": "",
217
+ "class": "",
218
+ "id": ""
219
+ },
220
+ "wpml_cf_preferences": 1,
221
+ "uploader": "",
222
+ "return_format": "array",
223
+ "preview_style": "default",
224
+ "library": "all",
225
+ "upload_folder": "",
226
+ "button_label": "Add File",
227
+ "file_count": 0,
228
+ "multiple": 0,
229
+ "max": "",
230
+ "min_size": "",
231
+ "max_size": "",
232
+ "mime_types": "",
233
+ "placeholder": "Select",
234
+ "stylised_button": 0,
235
+ "min": ""
236
+ },
237
+ {
238
+ "key": "field_6852a5d6f66ac",
239
+ "label": "Video Mobile",
240
+ "name": "video_mobile",
241
+ "aria-label": "",
242
+ "type": "file",
243
+ "instructions": "",
244
+ "required": 0,
245
+ "conditional_logic": [
246
+ [
247
+ {
248
+ "field": "field_6852a4f5f66a5",
249
+ "operator": "==",
250
+ "value": "__upload"
251
+ },
252
+ {
253
+ "field": "field_6894ca9ff2725",
254
+ "operator": "==",
255
+ "value": "1"
256
+ }
257
+ ]
258
+ ],
259
+ "wrapper": {
260
+ "width": "",
261
+ "class": "",
262
+ "id": ""
263
+ },
264
+ "wpml_cf_preferences": 1,
265
+ "uploader": "",
266
+ "return_format": "array",
267
+ "preview_style": "default",
268
+ "library": "all",
269
+ "upload_folder": "",
270
+ "button_label": "Add File",
271
+ "file_count": 0,
272
+ "multiple": 0,
273
+ "max": "",
274
+ "min_size": "",
275
+ "max_size": "",
276
+ "mime_types": "",
277
+ "placeholder": "Select",
278
+ "stylised_button": 0,
279
+ "min": ""
280
+ },
281
+ {
282
+ "key": "field_68c6d229ad78e",
283
+ "label": "Autoplay desktop",
284
+ "name": "autoplay_desktop",
285
+ "aria-label": "",
286
+ "type": "true_false",
287
+ "instructions": "",
288
+ "required": 0,
289
+ "conditional_logic": 0,
290
+ "wrapper": {
291
+ "width": "",
292
+ "class": "",
293
+ "id": ""
294
+ },
295
+ "wpml_cf_preferences": 1,
296
+ "message": "",
297
+ "default_value": 0,
298
+ "style": "",
299
+ "ui_on_text": "",
300
+ "ui_off_text": "",
301
+ "ui": 1
302
+ },
303
+ {
304
+ "key": "field_68c7c161ad78f",
305
+ "label": "Autoplay mobile",
306
+ "name": "autoplay_mobile",
307
+ "aria-label": "",
308
+ "type": "true_false",
309
+ "instructions": "",
310
+ "required": 0,
311
+ "conditional_logic": 0,
312
+ "wrapper": {
313
+ "width": "",
314
+ "class": "",
315
+ "id": ""
316
+ },
317
+ "wpml_cf_preferences": 1,
318
+ "message": "",
319
+ "default_value": 0,
320
+ "ui_on_text": "",
321
+ "ui_off_text": "",
322
+ "ui": 1,
323
+ "style": ""
324
+ }
325
+ ],
326
+ "location": [
327
+ [
328
+ {
329
+ "param": "post_type",
330
+ "operator": "==",
331
+ "value": "post"
332
+ }
333
+ ]
334
+ ],
335
+ "menu_order": 0,
336
+ "position": "normal",
337
+ "style": "default",
338
+ "label_placement": "left",
339
+ "instruction_placement": "label",
340
+ "hide_on_screen": "",
341
+ "active": false,
342
+ "description": "",
343
+ "show_in_rest": 0,
344
+ "acfe_autosync": [
345
+ "json"
346
+ ],
347
+ "acfml_field_group_mode": "translation",
348
+ "acfe_form": 0,
349
+ "acfe_display_title": "",
350
+ "acfe_meta": "",
351
+ "acfe_note": "",
352
+ "modified": 1757922184
351
353
  }