@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,351 +1,353 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
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
|
}
|