@total_onion/onion-library 2.0.64 → 2.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/components/block-accordion-v3/accordion-v3.twig +23 -24
  2. package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
  3. package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
  4. package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
  5. package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
  6. package/components/block-divider-v3/divider-v3.twig +1 -1
  7. package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +3 -3
  8. package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
  9. package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
  10. package/components/block-group-container-v3/group-container-v3.twig +5 -4
  11. package/components/block-group-container-v3/group_6865578ada499.json +364 -38
  12. package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
  13. package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
  14. package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
  15. package/components/block-post-info-v3/post-info-v3/post-buy-now.twig +5 -4
  16. package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
  17. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
  18. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
  19. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
  20. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
  21. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
  22. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
  23. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
  24. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
  25. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
  26. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
  27. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
  28. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
  29. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
  30. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
  31. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
  32. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
  33. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
  34. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
  35. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
  36. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
  37. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
  38. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
  39. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
  40. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
  41. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
  42. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
  43. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
  44. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
  45. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
  46. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
  47. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
  48. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
  49. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
  50. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
  51. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
  52. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
  53. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
  54. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
  55. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
  56. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
  57. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
  58. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
  59. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
  60. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
  61. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
  62. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
  63. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
  64. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
  65. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
  66. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
  67. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
  68. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
  69. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
  70. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
  71. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
  72. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
  73. package/components/block-product-info-v3/group_68909995b6550.json +119 -5
  74. package/components/block-product-info-v3/product-info-v3/spacer-v3.twig +9 -0
  75. package/components/block-product-info-v3/product-info-v3.twig +2 -1
  76. package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
  77. package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
  78. package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
  79. package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
  80. package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
  81. package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
  82. package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
  83. package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
  84. package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
  85. package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
  86. package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
  87. package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
  88. package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
  89. package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
  90. package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
  91. package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
  92. package/components/block-video-content-v3/video-content-v3.twig +1 -1
  93. package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
  94. package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
  95. package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
  96. package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
  97. package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
  98. package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
  99. package/components/component-grid-layout-container-v3/grid-layout-container-v3.twig +1 -1
  100. package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
  101. package/components/component-video-component-v3/video-component-v3.twig +1 -1
  102. package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
  103. package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
  104. 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
  105. package/components/fields-core-generic-v3/core-generic-v3.scss +1 -0
  106. package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
  107. package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
  108. package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
  109. package/components/fields-modal-popup-content-v3/modal-popup-content-v3.twig +18 -0
  110. package/package.json +3 -2
  111. package/public/block-featured-image-gallery-v3/featured-image-gallery-v3.css +16 -12
  112. package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
  113. package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
  114. package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
  115. package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
  116. package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
  117. package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
@@ -0,0 +1,3674 @@
1
+ {
2
+ "key": "group_64690c62487bc",
3
+ "title": "Block: Post Type Filter Grid v3",
4
+ "fields": [
5
+ {
6
+ "key": "field_64690c6255a29",
7
+ "label": "Content",
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": 3,
20
+ "placement": "top",
21
+ "endpoint": 0,
22
+ "no_preference": 0,
23
+ "selected": 0
24
+ },
25
+ {
26
+ "key": "field_64690c6255a72",
27
+ "label": "Post type",
28
+ "name": "post_type",
29
+ "aria-label": "",
30
+ "type": "select",
31
+ "instructions": "",
32
+ "required": 0,
33
+ "conditional_logic": 0,
34
+ "wrapper": {
35
+ "width": "",
36
+ "class": "",
37
+ "id": ""
38
+ },
39
+ "wpml_cf_preferences": 3,
40
+ "choices": {
41
+ "__page": "Page",
42
+ "__cocktail": "Cocktail",
43
+ "__drink": "Drink",
44
+ "__treat": "Treat",
45
+ "__product": "Product",
46
+ "__article": "Article",
47
+ "__post": "Post",
48
+ "__media": "Media",
49
+ "__person": "Person",
50
+ "__pr_social_media_item": "Social"
51
+ },
52
+ "default_value": "__product",
53
+ "return_format": "value",
54
+ "multiple": 0,
55
+ "max": "",
56
+ "prepend": "",
57
+ "append": "",
58
+ "allow_null": 0,
59
+ "ui": 0,
60
+ "ajax": 0,
61
+ "placeholder": "",
62
+ "allow_custom": 0,
63
+ "search_placeholder": "",
64
+ "min": ""
65
+ },
66
+ {
67
+ "key": "field_64690c6255aba",
68
+ "label": "Product filter categories",
69
+ "name": "product_filter_categories",
70
+ "aria-label": "",
71
+ "type": "taxonomy",
72
+ "instructions": "",
73
+ "required": 0,
74
+ "conditional_logic": [
75
+ [
76
+ {
77
+ "field": "field_64690c6255a72",
78
+ "operator": "==",
79
+ "value": "__product"
80
+ }
81
+ ]
82
+ ],
83
+ "wrapper": {
84
+ "width": "",
85
+ "class": "",
86
+ "id": ""
87
+ },
88
+ "wpml_cf_preferences": 3,
89
+ "taxonomy": "product_category",
90
+ "add_term": 0,
91
+ "save_terms": 0,
92
+ "load_terms": 0,
93
+ "return_format": "id",
94
+ "field_type": "checkbox",
95
+ "multiple": 0,
96
+ "allow_null": 0,
97
+ "bidirectional_target": [],
98
+ "min": "",
99
+ "max": ""
100
+ },
101
+ {
102
+ "key": "field_652ad24f86dfb",
103
+ "label": "Page filter categories",
104
+ "name": "page_filter_categories",
105
+ "aria-label": "",
106
+ "type": "taxonomy",
107
+ "instructions": "",
108
+ "required": 0,
109
+ "conditional_logic": [
110
+ [
111
+ {
112
+ "field": "field_64690c6255a72",
113
+ "operator": "==",
114
+ "value": "__page"
115
+ }
116
+ ]
117
+ ],
118
+ "wrapper": {
119
+ "width": "",
120
+ "class": "",
121
+ "id": ""
122
+ },
123
+ "wpml_cf_preferences": 3,
124
+ "user_roles": [
125
+ "all"
126
+ ],
127
+ "taxonomy": "category",
128
+ "add_term": 0,
129
+ "save_terms": 0,
130
+ "load_terms": 0,
131
+ "return_format": "id",
132
+ "field_type": "checkbox",
133
+ "multiple": 0,
134
+ "allow_null": 0,
135
+ "bidirectional_target": [],
136
+ "min": "",
137
+ "max": ""
138
+ },
139
+ {
140
+ "key": "field_64690c6255b02",
141
+ "label": "Cocktail filter categories",
142
+ "name": "cocktail_filter_categories",
143
+ "aria-label": "",
144
+ "type": "taxonomy",
145
+ "instructions": "",
146
+ "required": 0,
147
+ "conditional_logic": [
148
+ [
149
+ {
150
+ "field": "field_64690c6255a72",
151
+ "operator": "==",
152
+ "value": "__cocktail"
153
+ }
154
+ ]
155
+ ],
156
+ "wrapper": {
157
+ "width": "",
158
+ "class": "",
159
+ "id": ""
160
+ },
161
+ "wpml_cf_preferences": 3,
162
+ "user_roles": [
163
+ "all"
164
+ ],
165
+ "taxonomy": "cocktail_category",
166
+ "add_term": 1,
167
+ "save_terms": 0,
168
+ "load_terms": 0,
169
+ "return_format": "id",
170
+ "field_type": "checkbox",
171
+ "multiple": 0,
172
+ "allow_null": 0,
173
+ "bidirectional_target": [],
174
+ "min": "",
175
+ "max": ""
176
+ },
177
+ {
178
+ "key": "field_66bc7d0014bcd",
179
+ "label": "Drink filter categories",
180
+ "name": "drink_filter_categories",
181
+ "aria-label": "",
182
+ "type": "taxonomy",
183
+ "instructions": "",
184
+ "required": 0,
185
+ "conditional_logic": [
186
+ [
187
+ {
188
+ "field": "field_64690c6255a72",
189
+ "operator": "==",
190
+ "value": "__drink"
191
+ }
192
+ ]
193
+ ],
194
+ "wrapper": {
195
+ "width": "",
196
+ "class": "",
197
+ "id": ""
198
+ },
199
+ "wpml_cf_preferences": 3,
200
+ "taxonomy": "drink_category",
201
+ "add_term": 1,
202
+ "save_terms": 0,
203
+ "load_terms": 0,
204
+ "return_format": "id",
205
+ "field_type": "checkbox",
206
+ "min": "",
207
+ "max": "",
208
+ "acfe_bidirectional": {
209
+ "acfe_bidirectional_enabled": "0"
210
+ },
211
+ "bidirectional": 0,
212
+ "multiple": 0,
213
+ "allow_null": 0,
214
+ "bidirectional_target": []
215
+ },
216
+ {
217
+ "key": "field_64ef2d829f324",
218
+ "label": "Post filter categories",
219
+ "name": "post_filter_categories",
220
+ "aria-label": "",
221
+ "type": "taxonomy",
222
+ "instructions": "",
223
+ "required": 0,
224
+ "conditional_logic": [
225
+ [
226
+ {
227
+ "field": "field_64690c6255a72",
228
+ "operator": "==",
229
+ "value": "__post"
230
+ }
231
+ ]
232
+ ],
233
+ "wrapper": {
234
+ "width": "",
235
+ "class": "",
236
+ "id": ""
237
+ },
238
+ "wpml_cf_preferences": 3,
239
+ "user_roles": [
240
+ "administrator"
241
+ ],
242
+ "taxonomy": "category",
243
+ "add_term": 0,
244
+ "save_terms": 0,
245
+ "load_terms": 0,
246
+ "return_format": "id",
247
+ "field_type": "checkbox",
248
+ "multiple": 0,
249
+ "allow_null": 0,
250
+ "bidirectional_target": [],
251
+ "min": "",
252
+ "max": ""
253
+ },
254
+ {
255
+ "key": "field_651b3c7f442cb",
256
+ "label": "Media filter categories",
257
+ "name": "media_filter_categories",
258
+ "aria-label": "",
259
+ "type": "taxonomy",
260
+ "instructions": "",
261
+ "required": 0,
262
+ "conditional_logic": [
263
+ [
264
+ {
265
+ "field": "field_64690c6255a72",
266
+ "operator": "==",
267
+ "value": "__media"
268
+ }
269
+ ]
270
+ ],
271
+ "wrapper": {
272
+ "width": "",
273
+ "class": "",
274
+ "id": ""
275
+ },
276
+ "wpml_cf_preferences": 3,
277
+ "user_roles": [
278
+ "administrator"
279
+ ],
280
+ "taxonomy": "category",
281
+ "add_term": 0,
282
+ "save_terms": 0,
283
+ "load_terms": 0,
284
+ "return_format": "id",
285
+ "field_type": "checkbox",
286
+ "multiple": 0,
287
+ "allow_null": 0,
288
+ "bidirectional_target": [],
289
+ "min": "",
290
+ "max": ""
291
+ },
292
+ {
293
+ "key": "field_653a5e0f5a58e",
294
+ "label": "Enable starting filter",
295
+ "name": "enable_starting_filter",
296
+ "aria-label": "",
297
+ "type": "true_false",
298
+ "instructions": "",
299
+ "required": 0,
300
+ "conditional_logic": [
301
+ [
302
+ {
303
+ "field": "field_64690c6255e3d",
304
+ "operator": "==",
305
+ "value": "1"
306
+ },
307
+ {
308
+ "field": "field_64690c6255a72",
309
+ "operator": "==",
310
+ "value": "__product"
311
+ }
312
+ ],
313
+ [
314
+ {
315
+ "field": "field_64690c6255e3d",
316
+ "operator": "==",
317
+ "value": "1"
318
+ },
319
+ {
320
+ "field": "field_64690c6255a72",
321
+ "operator": "==",
322
+ "value": "__page"
323
+ }
324
+ ]
325
+ ],
326
+ "wrapper": {
327
+ "width": "",
328
+ "class": "",
329
+ "id": ""
330
+ },
331
+ "wpml_cf_preferences": 3,
332
+ "user_roles": [
333
+ "all"
334
+ ],
335
+ "message": "",
336
+ "default_value": 0,
337
+ "ui_on_text": "",
338
+ "ui_off_text": "",
339
+ "ui": 1,
340
+ "style": ""
341
+ },
342
+ {
343
+ "key": "field_653a6adeccc04",
344
+ "label": "Starting post filter category",
345
+ "name": "starting_post_filter_category",
346
+ "aria-label": "",
347
+ "type": "taxonomy",
348
+ "instructions": "",
349
+ "required": 0,
350
+ "conditional_logic": [
351
+ [
352
+ {
353
+ "field": "field_64690c6255a72",
354
+ "operator": "==",
355
+ "value": "__product"
356
+ },
357
+ {
358
+ "field": "field_653a5e0f5a58e",
359
+ "operator": "==",
360
+ "value": "1"
361
+ }
362
+ ]
363
+ ],
364
+ "wrapper": {
365
+ "width": "",
366
+ "class": "",
367
+ "id": ""
368
+ },
369
+ "wpml_cf_preferences": 3,
370
+ "taxonomy": "category",
371
+ "add_term": 0,
372
+ "save_terms": 0,
373
+ "load_terms": 0,
374
+ "return_format": "object",
375
+ "field_type": "radio",
376
+ "max": "",
377
+ "allow_null": 0,
378
+ "acfe_bidirectional": {
379
+ "acfe_bidirectional_enabled": "0"
380
+ },
381
+ "bidirectional": 0,
382
+ "multiple": 0,
383
+ "bidirectional_target": [],
384
+ "min": ""
385
+ },
386
+ {
387
+ "key": "field_64ef2daf89ad1",
388
+ "label": "Post display content",
389
+ "name": "post_data",
390
+ "aria-label": "",
391
+ "type": "flexible_content",
392
+ "instructions": "",
393
+ "required": 0,
394
+ "conditional_logic": [
395
+ [
396
+ {
397
+ "field": "field_64690c6255a72",
398
+ "operator": "==",
399
+ "value": "__post"
400
+ }
401
+ ]
402
+ ],
403
+ "wrapper": {
404
+ "width": "",
405
+ "class": "",
406
+ "id": ""
407
+ },
408
+ "wpml_cf_preferences": 3,
409
+ "acfe_flexible_advanced": 0,
410
+ "layouts": {
411
+ "layout_68f36a00b37db": {
412
+ "key": "layout_68f36a00b37db",
413
+ "name": "post_title",
414
+ "label": "Post Title",
415
+ "display": "block",
416
+ "sub_fields": [
417
+ {
418
+ "key": "field_68f36a0c56fe7",
419
+ "label": "Grid Layout",
420
+ "name": "",
421
+ "aria-label": "",
422
+ "type": "tab",
423
+ "instructions": "",
424
+ "required": 0,
425
+ "conditional_logic": 0,
426
+ "wrapper": {
427
+ "width": "",
428
+ "class": "",
429
+ "id": ""
430
+ },
431
+ "wpml_cf_preferences": 0,
432
+ "placement": "top",
433
+ "endpoint": 0,
434
+ "no_preference": 0,
435
+ "selected": 0
436
+ },
437
+ {
438
+ "key": "field_68f36a3156fe8",
439
+ "label": "Grid layout fields",
440
+ "name": "grid_layout_fields",
441
+ "aria-label": "",
442
+ "type": "clone",
443
+ "instructions": "",
444
+ "required": 0,
445
+ "conditional_logic": 0,
446
+ "wrapper": {
447
+ "width": "",
448
+ "class": "",
449
+ "id": ""
450
+ },
451
+ "wpml_cf_preferences": 0,
452
+ "clone": [
453
+ "group_68822860bda9f"
454
+ ],
455
+ "display": "seamless",
456
+ "layout": "block",
457
+ "prefix_label": 0,
458
+ "prefix_name": 0,
459
+ "acfe_seamless_style": 0,
460
+ "acfe_clone_modal": 0,
461
+ "acfe_clone_modal_close": 0,
462
+ "acfe_clone_modal_button": "",
463
+ "acfe_clone_modal_size": "large"
464
+ }
465
+ ],
466
+ "min": "",
467
+ "max": "",
468
+ "acfe_flexible_render_template": false,
469
+ "acfe_flexible_render_style": false,
470
+ "acfe_flexible_render_script": false,
471
+ "acfe_flexible_thumbnail": false,
472
+ "acfe_flexible_settings": false,
473
+ "acfe_flexible_settings_size": "medium",
474
+ "acfe_layout_locations": [],
475
+ "acfe_flexible_modal_edit_size": false,
476
+ "acfe_flexible_category": false,
477
+ "acfe_layout_col": "auto",
478
+ "acfe_layout_allowed_col": false
479
+ }
480
+ },
481
+ "min": "",
482
+ "max": "",
483
+ "button_label": "Add Row",
484
+ "acfe_flexible_stylised_button": false,
485
+ "acfe_flexible_hide_empty_message": false,
486
+ "acfe_flexible_empty_message": "",
487
+ "acfe_flexible_layouts_templates": false,
488
+ "acfe_flexible_layouts_previews": false,
489
+ "acfe_flexible_layouts_placeholder": false,
490
+ "acfe_flexible_layouts_thumbnails": false,
491
+ "acfe_flexible_layouts_settings": false,
492
+ "acfe_flexible_layouts_locations": false,
493
+ "acfe_flexible_async": [],
494
+ "acfe_flexible_add_actions": [],
495
+ "acfe_flexible_remove_button": [],
496
+ "acfe_flexible_layouts_state": false,
497
+ "acfe_flexible_modal_edit": {
498
+ "acfe_flexible_modal_edit_enabled": false,
499
+ "acfe_flexible_modal_edit_size": "large"
500
+ },
501
+ "acfe_flexible_modal": {
502
+ "acfe_flexible_modal_enabled": false,
503
+ "acfe_flexible_modal_title": false,
504
+ "acfe_flexible_modal_size": "full",
505
+ "acfe_flexible_modal_col": "4",
506
+ "acfe_flexible_modal_categories": false
507
+ },
508
+ "acfe_flexible_grid": {
509
+ "acfe_flexible_grid_enabled": false,
510
+ "acfe_flexible_grid_align": "center",
511
+ "acfe_flexible_grid_valign": "stretch",
512
+ "acfe_flexible_grid_wrap": false
513
+ },
514
+ "acfe_flexible_grid_container": false
515
+ },
516
+ {
517
+ "key": "field_679f49550351d",
518
+ "label": "Filter Settings",
519
+ "name": "",
520
+ "aria-label": "",
521
+ "type": "tab",
522
+ "instructions": "",
523
+ "required": 0,
524
+ "conditional_logic": 0,
525
+ "wrapper": {
526
+ "width": "",
527
+ "class": "",
528
+ "id": ""
529
+ },
530
+ "wpml_cf_preferences": 3,
531
+ "placement": "top",
532
+ "endpoint": 0,
533
+ "no_preference": 0,
534
+ "selected": 0
535
+ },
536
+ {
537
+ "key": "field_64690c6255df3",
538
+ "label": "Filter",
539
+ "name": "",
540
+ "aria-label": "",
541
+ "type": "accordion",
542
+ "instructions": "",
543
+ "required": 0,
544
+ "conditional_logic": 0,
545
+ "wrapper": {
546
+ "width": "",
547
+ "class": "",
548
+ "id": ""
549
+ },
550
+ "wpml_cf_preferences": 3,
551
+ "user_roles": [
552
+ "administrator"
553
+ ],
554
+ "open": 0,
555
+ "multi_expand": 0,
556
+ "endpoint": 0
557
+ },
558
+ {
559
+ "key": "field_65acfff9bcc07",
560
+ "label": "Filter Layout",
561
+ "name": "",
562
+ "aria-label": "",
563
+ "type": "tab",
564
+ "instructions": "",
565
+ "required": 0,
566
+ "conditional_logic": 0,
567
+ "wrapper": {
568
+ "width": "",
569
+ "class": "",
570
+ "id": ""
571
+ },
572
+ "wpml_cf_preferences": 3,
573
+ "user_roles": [
574
+ "administrator"
575
+ ],
576
+ "placement": "top",
577
+ "endpoint": 0,
578
+ "no_preference": 0,
579
+ "selected": 0
580
+ },
581
+ {
582
+ "key": "field_64690c6255e3d",
583
+ "label": "Show filters",
584
+ "name": "show_filters",
585
+ "aria-label": "",
586
+ "type": "true_false",
587
+ "instructions": "",
588
+ "required": 0,
589
+ "conditional_logic": 0,
590
+ "wrapper": {
591
+ "width": "50",
592
+ "class": "",
593
+ "id": ""
594
+ },
595
+ "wpml_cf_preferences": 3,
596
+ "user_roles": [
597
+ "administrator"
598
+ ],
599
+ "message": "",
600
+ "default_value": 1,
601
+ "ui_on_text": "",
602
+ "ui_off_text": "",
603
+ "ui": 1,
604
+ "style": ""
605
+ },
606
+ {
607
+ "key": "field_64690c6255ed0",
608
+ "label": "Filter layout",
609
+ "name": "filter_layout",
610
+ "aria-label": "",
611
+ "type": "select",
612
+ "instructions": "4: dropdowns with mobile slide in",
613
+ "required": 0,
614
+ "conditional_logic": 0,
615
+ "wrapper": {
616
+ "width": "50",
617
+ "class": "",
618
+ "id": ""
619
+ },
620
+ "wpml_cf_preferences": 3,
621
+ "choices": {
622
+ "__1": "Layout 1",
623
+ "__2": "Layout 2",
624
+ "__3": "Layout 3",
625
+ "__4": "Layout 4",
626
+ "__5": "Layout 5"
627
+ },
628
+ "default_value": "__1",
629
+ "return_format": "value",
630
+ "multiple": 0,
631
+ "max": "",
632
+ "allow_custom": 0,
633
+ "search_placeholder": "",
634
+ "prepend": "",
635
+ "append": "",
636
+ "allow_null": 0,
637
+ "ui": 1,
638
+ "ajax": 1,
639
+ "placeholder": "",
640
+ "min": ""
641
+ },
642
+ {
643
+ "key": "field_6762aaace9a5c",
644
+ "label": "Sub Filter Overflow",
645
+ "name": "sub_filter_overflow",
646
+ "aria-label": "",
647
+ "type": "group",
648
+ "instructions": "",
649
+ "required": 0,
650
+ "conditional_logic": [
651
+ [
652
+ {
653
+ "field": "field_64690c6255ed0",
654
+ "operator": "==",
655
+ "value": "__3"
656
+ }
657
+ ]
658
+ ],
659
+ "wrapper": {
660
+ "width": "",
661
+ "class": "",
662
+ "id": ""
663
+ },
664
+ "wpml_cf_preferences": 3,
665
+ "layout": "block",
666
+ "acfe_seamless_style": 0,
667
+ "acfe_group_modal": 0,
668
+ "acfe_group_modal_close": 0,
669
+ "acfe_group_modal_button": "",
670
+ "acfe_group_modal_size": "large",
671
+ "sub_fields": [
672
+ {
673
+ "key": "field_6762abd0e9a5d",
674
+ "label": "Mobile Overflow",
675
+ "name": "mobile_overflow",
676
+ "aria-label": "",
677
+ "type": "select",
678
+ "instructions": "",
679
+ "required": 0,
680
+ "conditional_logic": 0,
681
+ "wrapper": {
682
+ "width": "",
683
+ "class": "",
684
+ "id": ""
685
+ },
686
+ "wpml_cf_preferences": 3,
687
+ "choices": {
688
+ "__scroll": "Horizontal Scroll",
689
+ "__wrap": "Wrap"
690
+ },
691
+ "default_value": "__scroll",
692
+ "return_format": "value",
693
+ "multiple": 0,
694
+ "max": "",
695
+ "prepend": "",
696
+ "append": "",
697
+ "allow_null": 0,
698
+ "ui": 0,
699
+ "ajax": 0,
700
+ "placeholder": "",
701
+ "allow_custom": 0,
702
+ "search_placeholder": "",
703
+ "min": ""
704
+ },
705
+ {
706
+ "key": "field_6762ac18e9a5e",
707
+ "label": "Tablet Overflow",
708
+ "name": "tablet_overflow",
709
+ "aria-label": "",
710
+ "type": "select",
711
+ "instructions": "",
712
+ "required": 0,
713
+ "conditional_logic": 0,
714
+ "wrapper": {
715
+ "width": "",
716
+ "class": "",
717
+ "id": ""
718
+ },
719
+ "wpml_cf_preferences": 3,
720
+ "choices": {
721
+ "__scroll": "Horizontal Scroll",
722
+ "__wrap": "Wrap"
723
+ },
724
+ "default_value": "__scroll",
725
+ "return_format": "value",
726
+ "multiple": 0,
727
+ "prepend": "",
728
+ "append": "",
729
+ "allow_null": 0,
730
+ "ui": 0,
731
+ "ajax": 0,
732
+ "placeholder": "",
733
+ "allow_custom": 0,
734
+ "search_placeholder": "",
735
+ "min": "",
736
+ "max": ""
737
+ },
738
+ {
739
+ "key": "field_6762ac21e9a5f",
740
+ "label": "Desktop Overflow",
741
+ "name": "desktop_overflow",
742
+ "aria-label": "",
743
+ "type": "select",
744
+ "instructions": "",
745
+ "required": 0,
746
+ "conditional_logic": 0,
747
+ "wrapper": {
748
+ "width": "",
749
+ "class": "",
750
+ "id": ""
751
+ },
752
+ "wpml_cf_preferences": 3,
753
+ "choices": {
754
+ "__scroll": "Horizontal Scroll",
755
+ "__wrap": "Wrap"
756
+ },
757
+ "default_value": "__scroll",
758
+ "return_format": "value",
759
+ "multiple": 0,
760
+ "prepend": "",
761
+ "append": "",
762
+ "allow_null": 0,
763
+ "ui": 0,
764
+ "ajax": 0,
765
+ "placeholder": "",
766
+ "allow_custom": 0,
767
+ "search_placeholder": "",
768
+ "min": "",
769
+ "max": ""
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "key": "field_64690c6255f5e",
775
+ "label": "Show all posts (no load more)",
776
+ "name": "show_all_posts",
777
+ "aria-label": "",
778
+ "type": "true_false",
779
+ "instructions": "",
780
+ "required": 0,
781
+ "conditional_logic": 0,
782
+ "wrapper": {
783
+ "width": "50",
784
+ "class": "",
785
+ "id": ""
786
+ },
787
+ "wpml_cf_preferences": 3,
788
+ "message": "",
789
+ "default_value": 0,
790
+ "ui_on_text": "",
791
+ "ui_off_text": "",
792
+ "ui": 1,
793
+ "style": ""
794
+ },
795
+ {
796
+ "key": "field_64690c6255e89",
797
+ "label": "Show top level filters",
798
+ "name": "show_top_level_filters",
799
+ "aria-label": "",
800
+ "type": "true_false",
801
+ "instructions": "",
802
+ "required": 0,
803
+ "conditional_logic": 0,
804
+ "wrapper": {
805
+ "width": "50",
806
+ "class": "",
807
+ "id": ""
808
+ },
809
+ "wpml_cf_preferences": 3,
810
+ "message": "",
811
+ "default_value": 1,
812
+ "ui_on_text": "",
813
+ "ui_off_text": "",
814
+ "ui": 1,
815
+ "style": ""
816
+ },
817
+ {
818
+ "key": "field_64e4a72998279",
819
+ "label": "Top level filters active on load",
820
+ "name": "top_level_filters_active_on_load",
821
+ "aria-label": "",
822
+ "type": "true_false",
823
+ "instructions": "",
824
+ "required": 0,
825
+ "conditional_logic": 0,
826
+ "wrapper": {
827
+ "width": "50",
828
+ "class": "",
829
+ "id": ""
830
+ },
831
+ "wpml_cf_preferences": 3,
832
+ "message": "",
833
+ "default_value": 1,
834
+ "ui_on_text": "",
835
+ "ui_off_text": "",
836
+ "ui": 1,
837
+ "style": ""
838
+ },
839
+ {
840
+ "key": "field_64e4a7839827a",
841
+ "label": "Single active top level category",
842
+ "name": "single_active_top_level_category",
843
+ "aria-label": "",
844
+ "type": "true_false",
845
+ "instructions": "",
846
+ "required": 0,
847
+ "conditional_logic": 0,
848
+ "wrapper": {
849
+ "width": "50",
850
+ "class": "",
851
+ "id": ""
852
+ },
853
+ "wpml_cf_preferences": 3,
854
+ "message": "",
855
+ "default_value": 0,
856
+ "ui_on_text": "",
857
+ "ui_off_text": "",
858
+ "ui": 1,
859
+ "style": ""
860
+ },
861
+ {
862
+ "key": "field_6537fb591c4ce",
863
+ "label": "Single active filter",
864
+ "name": "single_active_filter",
865
+ "aria-label": "",
866
+ "type": "true_false",
867
+ "instructions": "",
868
+ "required": 0,
869
+ "conditional_logic": [
870
+ [
871
+ {
872
+ "field": "field_64690c6255ed0",
873
+ "operator": "!=",
874
+ "value": "__4"
875
+ }
876
+ ]
877
+ ],
878
+ "wrapper": {
879
+ "width": "50",
880
+ "class": "",
881
+ "id": ""
882
+ },
883
+ "wpml_cf_preferences": 3,
884
+ "message": "",
885
+ "default_value": 0,
886
+ "ui_on_text": "",
887
+ "ui_off_text": "",
888
+ "ui": 1,
889
+ "style": ""
890
+ },
891
+ {
892
+ "key": "field_654137b46f23c",
893
+ "label": "Enable placeholder filter",
894
+ "name": "enable_placeholder_filter",
895
+ "aria-label": "",
896
+ "type": "true_false",
897
+ "instructions": "",
898
+ "required": 0,
899
+ "conditional_logic": [
900
+ [
901
+ {
902
+ "field": "field_64690c6255ed0",
903
+ "operator": "==",
904
+ "value": "__4"
905
+ }
906
+ ]
907
+ ],
908
+ "wrapper": {
909
+ "width": "50",
910
+ "class": "",
911
+ "id": ""
912
+ },
913
+ "wpml_cf_preferences": 3,
914
+ "message": "",
915
+ "default_value": 0,
916
+ "ui_on_text": "",
917
+ "ui_off_text": "",
918
+ "ui": 1,
919
+ "style": ""
920
+ },
921
+ {
922
+ "key": "field_64690c625610e",
923
+ "label": "Sorting",
924
+ "name": "sorting",
925
+ "aria-label": "",
926
+ "type": "select",
927
+ "instructions": "",
928
+ "required": 0,
929
+ "conditional_logic": 0,
930
+ "wrapper": {
931
+ "width": "50",
932
+ "class": "",
933
+ "id": ""
934
+ },
935
+ "wpml_cf_preferences": 3,
936
+ "choices": {
937
+ "__default": "Default",
938
+ "__menu-order": "Menu order",
939
+ "__postorder": "Post order"
940
+ },
941
+ "default_value": "__default",
942
+ "return_format": "value",
943
+ "multiple": 0,
944
+ "max": "",
945
+ "allow_custom": 0,
946
+ "search_placeholder": "",
947
+ "prepend": "",
948
+ "append": "",
949
+ "allow_null": 0,
950
+ "ui": 1,
951
+ "ajax": 1,
952
+ "placeholder": "",
953
+ "min": ""
954
+ },
955
+ {
956
+ "key": "field_652ad198acb03",
957
+ "label": "Enable text search",
958
+ "name": "enable_text_search",
959
+ "aria-label": "",
960
+ "type": "true_false",
961
+ "instructions": "",
962
+ "required": 0,
963
+ "conditional_logic": 0,
964
+ "wrapper": {
965
+ "width": "50",
966
+ "class": "",
967
+ "id": ""
968
+ },
969
+ "wpml_cf_preferences": 3,
970
+ "message": "",
971
+ "default_value": 0,
972
+ "ui_on_text": "",
973
+ "ui_off_text": "",
974
+ "ui": 1,
975
+ "style": ""
976
+ },
977
+ {
978
+ "key": "field_6509c4113fc69",
979
+ "label": "Enable show all button",
980
+ "name": "enable_show_all_button",
981
+ "aria-label": "",
982
+ "type": "true_false",
983
+ "instructions": "",
984
+ "required": 0,
985
+ "conditional_logic": 0,
986
+ "wrapper": {
987
+ "width": "50",
988
+ "class": "",
989
+ "id": ""
990
+ },
991
+ "wpml_cf_preferences": 3,
992
+ "message": "",
993
+ "default_value": 0,
994
+ "ui_on_text": "",
995
+ "ui_off_text": "",
996
+ "ui": 1,
997
+ "style": ""
998
+ },
999
+ {
1000
+ "key": "field_64690c6255fed",
1001
+ "label": "Enable load more button",
1002
+ "name": "enable_load_more_button",
1003
+ "aria-label": "",
1004
+ "type": "true_false",
1005
+ "instructions": "",
1006
+ "required": 0,
1007
+ "conditional_logic": 0,
1008
+ "wrapper": {
1009
+ "width": "50",
1010
+ "class": "",
1011
+ "id": ""
1012
+ },
1013
+ "wpml_cf_preferences": 3,
1014
+ "message": "Turn this off if you only want to show the first page of results",
1015
+ "default_value": 1,
1016
+ "ui_on_text": "",
1017
+ "ui_off_text": "",
1018
+ "ui": 1,
1019
+ "style": ""
1020
+ },
1021
+ {
1022
+ "key": "field_64690c6255fa4",
1023
+ "label": "Limit posts to selected categories",
1024
+ "name": "limit_posts_to_selected_categories",
1025
+ "aria-label": "",
1026
+ "type": "true_false",
1027
+ "instructions": "",
1028
+ "required": 0,
1029
+ "conditional_logic": 0,
1030
+ "wrapper": {
1031
+ "width": "50",
1032
+ "class": "",
1033
+ "id": ""
1034
+ },
1035
+ "wpml_cf_preferences": 3,
1036
+ "user_roles": [
1037
+ "administrator"
1038
+ ],
1039
+ "message": "",
1040
+ "default_value": 0,
1041
+ "ui_on_text": "",
1042
+ "ui_off_text": "",
1043
+ "ui": 1,
1044
+ "style": ""
1045
+ },
1046
+ {
1047
+ "key": "field_653a97c4dbcb4",
1048
+ "label": "Enable top level filter icon",
1049
+ "name": "enable_top_level_filter_icon",
1050
+ "aria-label": "",
1051
+ "type": "true_false",
1052
+ "instructions": "",
1053
+ "required": 0,
1054
+ "conditional_logic": 0,
1055
+ "wrapper": {
1056
+ "width": "50",
1057
+ "class": "",
1058
+ "id": ""
1059
+ },
1060
+ "wpml_cf_preferences": 3,
1061
+ "message": "",
1062
+ "default_value": 0,
1063
+ "ui_on_text": "",
1064
+ "ui_off_text": "",
1065
+ "ui": 1,
1066
+ "style": ""
1067
+ },
1068
+ {
1069
+ "key": "field_652c382636bad",
1070
+ "label": "Enable filter icon",
1071
+ "name": "enable_filter_icon",
1072
+ "aria-label": "",
1073
+ "type": "true_false",
1074
+ "instructions": "",
1075
+ "required": 0,
1076
+ "conditional_logic": 0,
1077
+ "wrapper": {
1078
+ "width": "50",
1079
+ "class": "",
1080
+ "id": ""
1081
+ },
1082
+ "wpml_cf_preferences": 3,
1083
+ "message": "",
1084
+ "default_value": 0,
1085
+ "ui_on_text": "",
1086
+ "ui_off_text": "",
1087
+ "ui": 1,
1088
+ "style": ""
1089
+ },
1090
+ {
1091
+ "key": "field_65423e9ff6f1c",
1092
+ "label": "Placeholder filter text",
1093
+ "name": "placeholder_filter_text",
1094
+ "aria-label": "",
1095
+ "type": "text",
1096
+ "instructions": "",
1097
+ "required": 0,
1098
+ "conditional_logic": [
1099
+ [
1100
+ {
1101
+ "field": "field_654137b46f23c",
1102
+ "operator": "==",
1103
+ "value": "1"
1104
+ }
1105
+ ]
1106
+ ],
1107
+ "wrapper": {
1108
+ "width": "50",
1109
+ "class": "",
1110
+ "id": ""
1111
+ },
1112
+ "wpml_cf_preferences": 2,
1113
+ "default_value": "Choose...",
1114
+ "maxlength": "",
1115
+ "placeholder": "",
1116
+ "prepend": "",
1117
+ "append": ""
1118
+ },
1119
+ {
1120
+ "key": "field_65c628b14fa91",
1121
+ "label": "Mobile Filter Label",
1122
+ "name": "mobile_filter_label",
1123
+ "aria-label": "",
1124
+ "type": "text",
1125
+ "instructions": "",
1126
+ "required": 0,
1127
+ "conditional_logic": [
1128
+ [
1129
+ {
1130
+ "field": "field_64690c6255ed0",
1131
+ "operator": "==",
1132
+ "value": "__4"
1133
+ }
1134
+ ]
1135
+ ],
1136
+ "wrapper": {
1137
+ "width": "",
1138
+ "class": "",
1139
+ "id": ""
1140
+ },
1141
+ "wpml_cf_preferences": 2,
1142
+ "user_roles": [
1143
+ "all"
1144
+ ],
1145
+ "default_value": "",
1146
+ "maxlength": "",
1147
+ "placeholder": "",
1148
+ "prepend": "",
1149
+ "append": ""
1150
+ },
1151
+ {
1152
+ "key": "field_65ce148754ce1",
1153
+ "label": "Mobile filter update label",
1154
+ "name": "mobile_filter_update_label",
1155
+ "aria-label": "",
1156
+ "type": "text",
1157
+ "instructions": "",
1158
+ "required": 0,
1159
+ "conditional_logic": [
1160
+ [
1161
+ {
1162
+ "field": "field_64690c6255ed0",
1163
+ "operator": "==",
1164
+ "value": "__4"
1165
+ }
1166
+ ]
1167
+ ],
1168
+ "wrapper": {
1169
+ "width": "",
1170
+ "class": "",
1171
+ "id": ""
1172
+ },
1173
+ "wpml_cf_preferences": 2,
1174
+ "user_roles": [
1175
+ "all"
1176
+ ],
1177
+ "default_value": "Update",
1178
+ "maxlength": "",
1179
+ "placeholder": "",
1180
+ "prepend": "",
1181
+ "append": ""
1182
+ },
1183
+ {
1184
+ "key": "field_65acffeabcc06",
1185
+ "label": "Filter Style",
1186
+ "name": "",
1187
+ "aria-label": "",
1188
+ "type": "tab",
1189
+ "instructions": "",
1190
+ "required": 0,
1191
+ "conditional_logic": 0,
1192
+ "wrapper": {
1193
+ "width": "",
1194
+ "class": "",
1195
+ "id": ""
1196
+ },
1197
+ "wpml_cf_preferences": 3,
1198
+ "user_roles": [
1199
+ "administrator"
1200
+ ],
1201
+ "placement": "top",
1202
+ "endpoint": 0,
1203
+ "no_preference": 0,
1204
+ "selected": 0
1205
+ },
1206
+ {
1207
+ "key": "field_64690c6255f17",
1208
+ "label": "Filter background colour",
1209
+ "name": "filter_background_colour",
1210
+ "aria-label": "",
1211
+ "type": "color_picker",
1212
+ "instructions": "",
1213
+ "required": 0,
1214
+ "conditional_logic": 0,
1215
+ "wrapper": {
1216
+ "width": "50",
1217
+ "class": "",
1218
+ "id": ""
1219
+ },
1220
+ "wpml_cf_preferences": 3,
1221
+ "default_value": "",
1222
+ "enable_opacity": 1,
1223
+ "return_format": "string",
1224
+ "display": "default",
1225
+ "button_label": "Select Color",
1226
+ "color_picker": 1,
1227
+ "absolute": 0,
1228
+ "input": 1,
1229
+ "allow_null": 1,
1230
+ "theme_colors": 0,
1231
+ "colors": []
1232
+ },
1233
+ {
1234
+ "key": "field_64e10a4605a7a",
1235
+ "label": "Filter background colour mobile",
1236
+ "name": "filter_background_colour_mobile",
1237
+ "aria-label": "",
1238
+ "type": "color_picker",
1239
+ "instructions": "",
1240
+ "required": 0,
1241
+ "conditional_logic": 0,
1242
+ "wrapper": {
1243
+ "width": "50",
1244
+ "class": "",
1245
+ "id": ""
1246
+ },
1247
+ "wpml_cf_preferences": 3,
1248
+ "default_value": "",
1249
+ "enable_opacity": 1,
1250
+ "return_format": "string",
1251
+ "display": "default",
1252
+ "button_label": "Select Color",
1253
+ "color_picker": 1,
1254
+ "absolute": 0,
1255
+ "input": 1,
1256
+ "allow_null": 1,
1257
+ "theme_colors": 0,
1258
+ "colors": []
1259
+ },
1260
+ {
1261
+ "key": "field_652baee25a9dd",
1262
+ "label": "Text filter placeholder",
1263
+ "name": "text_filter_placeholder",
1264
+ "aria-label": "",
1265
+ "type": "text",
1266
+ "instructions": "",
1267
+ "required": 0,
1268
+ "conditional_logic": 0,
1269
+ "wrapper": {
1270
+ "width": "",
1271
+ "class": "",
1272
+ "id": ""
1273
+ },
1274
+ "wpml_cf_preferences": 2,
1275
+ "default_value": "Start typing...",
1276
+ "maxlength": "",
1277
+ "placeholder": "",
1278
+ "prepend": "",
1279
+ "append": ""
1280
+ },
1281
+ {
1282
+ "key": "field_64690c62560c7",
1283
+ "label": "Show all button style",
1284
+ "name": "show_all_button_style",
1285
+ "aria-label": "",
1286
+ "type": "select",
1287
+ "instructions": "",
1288
+ "required": 0,
1289
+ "conditional_logic": 0,
1290
+ "wrapper": {
1291
+ "width": "50",
1292
+ "class": "",
1293
+ "id": ""
1294
+ },
1295
+ "wpml_cf_preferences": 3,
1296
+ "choices": {
1297
+ "1": "Style 1",
1298
+ "2": "Style 2",
1299
+ "3": "Style 3",
1300
+ "4": "Style 4",
1301
+ "5": "Style 5",
1302
+ "6": "Style 6",
1303
+ "7": "Style 7",
1304
+ "8": "Style 8",
1305
+ "9": "Style 9",
1306
+ "10": "Style 10",
1307
+ "11": "Style 11",
1308
+ "12": "Style 12",
1309
+ "13": "Style 13",
1310
+ "14": "Style 14",
1311
+ "15": "Style 15",
1312
+ "16": "Style 16",
1313
+ "17": "Style 17",
1314
+ "18": "Style 18",
1315
+ "19": "Style 19",
1316
+ "20": "Style 20"
1317
+ },
1318
+ "default_value": 1,
1319
+ "return_format": "value",
1320
+ "multiple": 0,
1321
+ "max": "",
1322
+ "allow_custom": 0,
1323
+ "search_placeholder": "",
1324
+ "prepend": "",
1325
+ "append": "",
1326
+ "allow_null": 0,
1327
+ "ui": 1,
1328
+ "ajax": 0,
1329
+ "placeholder": "",
1330
+ "min": ""
1331
+ },
1332
+ {
1333
+ "key": "field_64e113119fafb",
1334
+ "label": "Show all button text",
1335
+ "name": "show_all_button_text",
1336
+ "aria-label": "",
1337
+ "type": "text",
1338
+ "instructions": "",
1339
+ "required": 0,
1340
+ "conditional_logic": [
1341
+ [
1342
+ {
1343
+ "field": "field_64690c6255e3d",
1344
+ "operator": "==",
1345
+ "value": "1"
1346
+ },
1347
+ {
1348
+ "field": "field_6509c4113fc69",
1349
+ "operator": "==",
1350
+ "value": "1"
1351
+ }
1352
+ ]
1353
+ ],
1354
+ "wrapper": {
1355
+ "width": "50",
1356
+ "class": "",
1357
+ "id": ""
1358
+ },
1359
+ "wpml_cf_preferences": 2,
1360
+ "user_roles": [
1361
+ "administrator"
1362
+ ],
1363
+ "default_value": "Show All",
1364
+ "maxlength": "",
1365
+ "placeholder": "",
1366
+ "prepend": "",
1367
+ "append": ""
1368
+ },
1369
+ {
1370
+ "key": "field_64690c6256037",
1371
+ "label": "Load more button style",
1372
+ "name": "load_more_button_style",
1373
+ "aria-label": "",
1374
+ "type": "select",
1375
+ "instructions": "",
1376
+ "required": 0,
1377
+ "conditional_logic": 0,
1378
+ "wrapper": {
1379
+ "width": "50",
1380
+ "class": "",
1381
+ "id": ""
1382
+ },
1383
+ "wpml_cf_preferences": 3,
1384
+ "choices": {
1385
+ "1": "Style 1",
1386
+ "2": "Style 2",
1387
+ "3": "Style 3",
1388
+ "4": "Style 4",
1389
+ "5": "Style 5",
1390
+ "6": "Style 6",
1391
+ "7": "Style 7",
1392
+ "8": "Style 8",
1393
+ "9": "Style 9",
1394
+ "10": "Style 10",
1395
+ "11": "Style 11",
1396
+ "12": "Style 12",
1397
+ "13": "Style 13",
1398
+ "14": "Style 14",
1399
+ "15": "Style 15",
1400
+ "16": "Style 16",
1401
+ "17": "Style 17",
1402
+ "18": "Style 18",
1403
+ "19": "Style 19",
1404
+ "20": "Style 20"
1405
+ },
1406
+ "default_value": 1,
1407
+ "return_format": "value",
1408
+ "multiple": 0,
1409
+ "max": "",
1410
+ "allow_custom": 0,
1411
+ "search_placeholder": "",
1412
+ "prepend": "",
1413
+ "append": "",
1414
+ "allow_null": 0,
1415
+ "ui": 1,
1416
+ "ajax": 0,
1417
+ "placeholder": "",
1418
+ "min": ""
1419
+ },
1420
+ {
1421
+ "key": "field_652bb24c305d6",
1422
+ "label": "Load more button text",
1423
+ "name": "load_more_button_text",
1424
+ "aria-label": "",
1425
+ "type": "text",
1426
+ "instructions": "",
1427
+ "required": 0,
1428
+ "conditional_logic": 0,
1429
+ "wrapper": {
1430
+ "width": "50",
1431
+ "class": "",
1432
+ "id": ""
1433
+ },
1434
+ "wpml_cf_preferences": 2,
1435
+ "default_value": "Load more",
1436
+ "maxlength": "",
1437
+ "placeholder": "",
1438
+ "prepend": "",
1439
+ "append": ""
1440
+ },
1441
+ {
1442
+ "key": "field_68593035220eb",
1443
+ "label": "Filter categories title text",
1444
+ "name": "categories_title_text",
1445
+ "aria-label": "",
1446
+ "type": "text",
1447
+ "instructions": "",
1448
+ "required": 0,
1449
+ "conditional_logic": 0,
1450
+ "wrapper": {
1451
+ "width": "50",
1452
+ "class": "",
1453
+ "id": ""
1454
+ },
1455
+ "wpml_cf_preferences": 2,
1456
+ "default_value": "Filter",
1457
+ "maxlength": "",
1458
+ "placeholder": "",
1459
+ "prepend": "",
1460
+ "append": ""
1461
+ },
1462
+ {
1463
+ "key": "field_64e4c3970fc92",
1464
+ "label": "Top level category button style",
1465
+ "name": "top_level_category_button_style",
1466
+ "aria-label": "",
1467
+ "type": "select",
1468
+ "instructions": "",
1469
+ "required": 0,
1470
+ "conditional_logic": 0,
1471
+ "wrapper": {
1472
+ "width": "50",
1473
+ "class": "",
1474
+ "id": ""
1475
+ },
1476
+ "wpml_cf_preferences": 3,
1477
+ "choices": {
1478
+ "1": "Style 1",
1479
+ "2": "Style 2",
1480
+ "3": "Style 3",
1481
+ "4": "Style 4",
1482
+ "5": "Style 5",
1483
+ "6": "Style 6",
1484
+ "7": "Style 7",
1485
+ "8": "Style 8",
1486
+ "9": "Style 9",
1487
+ "10": "Style 10",
1488
+ "11": "Style 11",
1489
+ "12": "Style 12",
1490
+ "13": "Style 13",
1491
+ "14": "Style 14",
1492
+ "15": "Style 15",
1493
+ "16": "Style 16",
1494
+ "17": "Style 17",
1495
+ "18": "Style 18",
1496
+ "19": "Style 19",
1497
+ "20": "Style 20"
1498
+ },
1499
+ "default_value": 1,
1500
+ "return_format": "value",
1501
+ "multiple": 0,
1502
+ "max": "",
1503
+ "allow_custom": 0,
1504
+ "search_placeholder": "",
1505
+ "prepend": "",
1506
+ "append": "",
1507
+ "allow_null": 0,
1508
+ "ui": 1,
1509
+ "ajax": 0,
1510
+ "placeholder": "",
1511
+ "min": ""
1512
+ },
1513
+ {
1514
+ "key": "field_64690c625607f",
1515
+ "label": "Category button style",
1516
+ "name": "category_button_style",
1517
+ "aria-label": "",
1518
+ "type": "select",
1519
+ "instructions": "",
1520
+ "required": 0,
1521
+ "conditional_logic": 0,
1522
+ "wrapper": {
1523
+ "width": "50",
1524
+ "class": "",
1525
+ "id": ""
1526
+ },
1527
+ "wpml_cf_preferences": 3,
1528
+ "choices": {
1529
+ "1": "Style 1",
1530
+ "2": "Style 2",
1531
+ "3": "Style 3",
1532
+ "4": "Style 4",
1533
+ "5": "Style 5",
1534
+ "6": "Style 6",
1535
+ "7": "Style 7",
1536
+ "8": "Style 8",
1537
+ "9": "Style 9",
1538
+ "10": "Style 10",
1539
+ "11": "Style 11",
1540
+ "12": "Style 12",
1541
+ "13": "Style 13",
1542
+ "14": "Style 14",
1543
+ "15": "Style 15",
1544
+ "16": "Style 16",
1545
+ "17": "Style 17",
1546
+ "18": "Style 18",
1547
+ "19": "Style 19",
1548
+ "20": "Style 20"
1549
+ },
1550
+ "default_value": 1,
1551
+ "return_format": "value",
1552
+ "multiple": 0,
1553
+ "max": "",
1554
+ "allow_custom": 0,
1555
+ "search_placeholder": "",
1556
+ "prepend": "",
1557
+ "append": "",
1558
+ "allow_null": 0,
1559
+ "ui": 1,
1560
+ "ajax": 0,
1561
+ "placeholder": "",
1562
+ "min": ""
1563
+ },
1564
+ {
1565
+ "key": "field_64e109a7b89d9",
1566
+ "label": "Toggle filter button style",
1567
+ "name": "toggle_filter_button_style",
1568
+ "aria-label": "",
1569
+ "type": "select",
1570
+ "instructions": "",
1571
+ "required": 0,
1572
+ "conditional_logic": 0,
1573
+ "wrapper": {
1574
+ "width": "50",
1575
+ "class": "",
1576
+ "id": ""
1577
+ },
1578
+ "wpml_cf_preferences": 3,
1579
+ "choices": {
1580
+ "1": "Style 1",
1581
+ "2": "Style 2",
1582
+ "3": "Style 3",
1583
+ "4": "Style 4",
1584
+ "5": "Style 5",
1585
+ "6": "Style 6",
1586
+ "7": "Style 7",
1587
+ "8": "Style 8",
1588
+ "9": "Style 9",
1589
+ "10": "Style 10",
1590
+ "11": "Style 11",
1591
+ "12": "Style 12",
1592
+ "13": "Style 13",
1593
+ "14": "Style 14",
1594
+ "15": "Style 15",
1595
+ "16": "Style 16",
1596
+ "17": "Style 17",
1597
+ "18": "Style 18",
1598
+ "19": "Style 19",
1599
+ "20": "Style 20"
1600
+ },
1601
+ "default_value": 1,
1602
+ "return_format": "value",
1603
+ "multiple": 0,
1604
+ "max": "",
1605
+ "allow_custom": 0,
1606
+ "search_placeholder": "",
1607
+ "prepend": "",
1608
+ "append": "",
1609
+ "allow_null": 0,
1610
+ "ui": 1,
1611
+ "ajax": 0,
1612
+ "placeholder": "",
1613
+ "min": ""
1614
+ },
1615
+ {
1616
+ "key": "field_64f8d7c0376f6",
1617
+ "label": "Filter Results Transition",
1618
+ "name": "filter_results_transition",
1619
+ "aria-label": "",
1620
+ "type": "select",
1621
+ "instructions": "",
1622
+ "required": 0,
1623
+ "conditional_logic": 0,
1624
+ "wrapper": {
1625
+ "width": "50",
1626
+ "class": "",
1627
+ "id": ""
1628
+ },
1629
+ "wpml_cf_preferences": 3,
1630
+ "user_roles": [
1631
+ "administrator"
1632
+ ],
1633
+ "choices": {
1634
+ "none": "none",
1635
+ "fade": "Fade"
1636
+ },
1637
+ "default_value": false,
1638
+ "return_format": "value",
1639
+ "multiple": 0,
1640
+ "max": "",
1641
+ "allow_custom": 0,
1642
+ "search_placeholder": "",
1643
+ "prepend": "",
1644
+ "append": "",
1645
+ "allow_null": 0,
1646
+ "ui": 1,
1647
+ "ajax": 1,
1648
+ "placeholder": "",
1649
+ "min": ""
1650
+ },
1651
+ {
1652
+ "key": "field_6568903d44b25",
1653
+ "label": "Filter category gap",
1654
+ "name": "filter_category_gap",
1655
+ "aria-label": "",
1656
+ "type": "number",
1657
+ "instructions": "",
1658
+ "required": 0,
1659
+ "conditional_logic": 0,
1660
+ "wrapper": {
1661
+ "width": "50",
1662
+ "class": "",
1663
+ "id": ""
1664
+ },
1665
+ "wpml_cf_preferences": 3,
1666
+ "user_roles": [
1667
+ "administrator"
1668
+ ],
1669
+ "default_value": 10,
1670
+ "min": "",
1671
+ "max": "",
1672
+ "placeholder": "",
1673
+ "step": "",
1674
+ "prepend": "",
1675
+ "append": ""
1676
+ },
1677
+ {
1678
+ "key": "field_64690c6256158",
1679
+ "label": "Filter end",
1680
+ "name": "",
1681
+ "aria-label": "",
1682
+ "type": "accordion",
1683
+ "instructions": "",
1684
+ "required": 0,
1685
+ "conditional_logic": 0,
1686
+ "wrapper": {
1687
+ "width": "",
1688
+ "class": "",
1689
+ "id": ""
1690
+ },
1691
+ "wpml_cf_preferences": 3,
1692
+ "user_roles": [
1693
+ "administrator"
1694
+ ],
1695
+ "open": 0,
1696
+ "multi_expand": 0,
1697
+ "endpoint": 1
1698
+ },
1699
+ {
1700
+ "key": "field_64690c625619f",
1701
+ "label": "Images",
1702
+ "name": "",
1703
+ "aria-label": "",
1704
+ "type": "accordion",
1705
+ "instructions": "",
1706
+ "required": 0,
1707
+ "conditional_logic": 0,
1708
+ "wrapper": {
1709
+ "width": "",
1710
+ "class": "",
1711
+ "id": ""
1712
+ },
1713
+ "wpml_cf_preferences": 3,
1714
+ "user_roles": [
1715
+ "all"
1716
+ ],
1717
+ "open": 0,
1718
+ "multi_expand": 0,
1719
+ "endpoint": 0
1720
+ },
1721
+ {
1722
+ "key": "field_64a563958745a",
1723
+ "label": "Show alt image on hover",
1724
+ "name": "show_alt_image_on_hover",
1725
+ "aria-label": "",
1726
+ "type": "true_false",
1727
+ "instructions": "",
1728
+ "required": 0,
1729
+ "conditional_logic": 0,
1730
+ "wrapper": {
1731
+ "width": "50",
1732
+ "class": "",
1733
+ "id": ""
1734
+ },
1735
+ "wpml_cf_preferences": 3,
1736
+ "user_roles": [
1737
+ "administrator"
1738
+ ],
1739
+ "message": "",
1740
+ "default_value": 0,
1741
+ "ui_on_text": "",
1742
+ "ui_off_text": "",
1743
+ "ui": 1,
1744
+ "style": ""
1745
+ },
1746
+ {
1747
+ "key": "field_64690c625622e",
1748
+ "label": "Post image fit style",
1749
+ "name": "post_image_fit_style",
1750
+ "aria-label": "",
1751
+ "type": "select",
1752
+ "instructions": "",
1753
+ "required": 0,
1754
+ "conditional_logic": 0,
1755
+ "wrapper": {
1756
+ "width": "50",
1757
+ "class": "",
1758
+ "id": ""
1759
+ },
1760
+ "wpml_cf_preferences": 3,
1761
+ "user_roles": [
1762
+ "administrator"
1763
+ ],
1764
+ "choices": {
1765
+ "__contain": "Contain",
1766
+ "__cover": "Cover"
1767
+ },
1768
+ "default_value": "__contain",
1769
+ "return_format": "value",
1770
+ "multiple": 0,
1771
+ "max": "",
1772
+ "allow_custom": 0,
1773
+ "search_placeholder": "",
1774
+ "prepend": "",
1775
+ "append": "",
1776
+ "allow_null": 0,
1777
+ "ui": 1,
1778
+ "ajax": 1,
1779
+ "placeholder": "",
1780
+ "min": ""
1781
+ },
1782
+ {
1783
+ "key": "field_64690c62561e7",
1784
+ "label": "Post image aspect ratio",
1785
+ "name": "post_image_aspect_ratio",
1786
+ "aria-label": "",
1787
+ "type": "text",
1788
+ "instructions": "",
1789
+ "required": 0,
1790
+ "conditional_logic": 0,
1791
+ "wrapper": {
1792
+ "width": "50",
1793
+ "class": "",
1794
+ "id": ""
1795
+ },
1796
+ "wpml_cf_preferences": 2,
1797
+ "user_roles": [
1798
+ "administrator"
1799
+ ],
1800
+ "default_value": "",
1801
+ "maxlength": "",
1802
+ "placeholder": "",
1803
+ "prepend": "",
1804
+ "append": ""
1805
+ },
1806
+ {
1807
+ "key": "field_652ef49bf5a69",
1808
+ "label": "Post image border radius",
1809
+ "name": "post_image_border_radius",
1810
+ "aria-label": "",
1811
+ "type": "text",
1812
+ "instructions": "",
1813
+ "required": 0,
1814
+ "conditional_logic": 0,
1815
+ "wrapper": {
1816
+ "width": "50",
1817
+ "class": "",
1818
+ "id": ""
1819
+ },
1820
+ "wpml_cf_preferences": 2,
1821
+ "user_roles": [
1822
+ "administrator"
1823
+ ],
1824
+ "default_value": "",
1825
+ "maxlength": "",
1826
+ "placeholder": "",
1827
+ "prepend": "",
1828
+ "append": ""
1829
+ },
1830
+ {
1831
+ "key": "field_67b6fc0c16238",
1832
+ "label": "Custom image sizes",
1833
+ "name": "custom_image_sizes",
1834
+ "aria-label": "",
1835
+ "type": "text",
1836
+ "instructions": "This overrides the default image attribute, eg. (min-width: 1440px) 100vw, (min-width: 1024px) 1024px, (min-width: 768px) 768px, (min-width: 500px) 100vw, 250px",
1837
+ "required": 0,
1838
+ "conditional_logic": 0,
1839
+ "wrapper": {
1840
+ "width": "100",
1841
+ "class": "",
1842
+ "id": ""
1843
+ },
1844
+ "wpml_cf_preferences": 2,
1845
+ "default_value": "",
1846
+ "maxlength": "",
1847
+ "placeholder": "",
1848
+ "prepend": "",
1849
+ "append": ""
1850
+ },
1851
+ {
1852
+ "key": "field_64690c6256278",
1853
+ "label": "Images end",
1854
+ "name": "",
1855
+ "aria-label": "",
1856
+ "type": "accordion",
1857
+ "instructions": "",
1858
+ "required": 0,
1859
+ "conditional_logic": 0,
1860
+ "wrapper": {
1861
+ "width": "",
1862
+ "class": "",
1863
+ "id": ""
1864
+ },
1865
+ "wpml_cf_preferences": 3,
1866
+ "user_roles": [
1867
+ "all"
1868
+ ],
1869
+ "open": 0,
1870
+ "multi_expand": 0,
1871
+ "endpoint": 1
1872
+ },
1873
+ {
1874
+ "key": "field_6517f24d625dc",
1875
+ "label": "Grid",
1876
+ "name": "",
1877
+ "aria-label": "",
1878
+ "type": "accordion",
1879
+ "instructions": "",
1880
+ "required": 0,
1881
+ "conditional_logic": 0,
1882
+ "wrapper": {
1883
+ "width": "",
1884
+ "class": "",
1885
+ "id": ""
1886
+ },
1887
+ "wpml_cf_preferences": 3,
1888
+ "user_roles": [
1889
+ "all"
1890
+ ],
1891
+ "open": 0,
1892
+ "multi_expand": 0,
1893
+ "endpoint": 0
1894
+ },
1895
+ {
1896
+ "key": "field_65b3a9441a196",
1897
+ "label": "Style",
1898
+ "name": "",
1899
+ "aria-label": "",
1900
+ "type": "tab",
1901
+ "instructions": "",
1902
+ "required": 0,
1903
+ "conditional_logic": 0,
1904
+ "wrapper": {
1905
+ "width": "50",
1906
+ "class": "",
1907
+ "id": ""
1908
+ },
1909
+ "wpml_cf_preferences": 3,
1910
+ "user_roles": [
1911
+ "administrator"
1912
+ ],
1913
+ "placement": "top",
1914
+ "endpoint": 0,
1915
+ "no_preference": 0,
1916
+ "selected": 0
1917
+ },
1918
+ {
1919
+ "key": "field_65197c87e795d",
1920
+ "label": "Grid background colour",
1921
+ "name": "grid_background_colour",
1922
+ "aria-label": "",
1923
+ "type": "color_picker",
1924
+ "instructions": "",
1925
+ "required": 0,
1926
+ "conditional_logic": 0,
1927
+ "wrapper": {
1928
+ "width": "50",
1929
+ "class": "",
1930
+ "id": ""
1931
+ },
1932
+ "wpml_cf_preferences": 3,
1933
+ "user_roles": [
1934
+ "administrator"
1935
+ ],
1936
+ "default_value": "",
1937
+ "enable_opacity": 1,
1938
+ "return_format": "string",
1939
+ "display": "default",
1940
+ "button_label": "Select Color",
1941
+ "color_picker": 1,
1942
+ "absolute": 0,
1943
+ "input": 1,
1944
+ "allow_null": 1,
1945
+ "theme_colors": 0,
1946
+ "colors": []
1947
+ },
1948
+ {
1949
+ "key": "field_65198079ead52",
1950
+ "label": "Enable grid border",
1951
+ "name": "enable_grid_border",
1952
+ "aria-label": "",
1953
+ "type": "true_false",
1954
+ "instructions": "",
1955
+ "required": 0,
1956
+ "conditional_logic": 0,
1957
+ "wrapper": {
1958
+ "width": "50",
1959
+ "class": "",
1960
+ "id": ""
1961
+ },
1962
+ "wpml_cf_preferences": 3,
1963
+ "user_roles": [
1964
+ "administrator"
1965
+ ],
1966
+ "message": "",
1967
+ "default_value": 0,
1968
+ "ui_on_text": "",
1969
+ "ui_off_text": "",
1970
+ "ui": 1,
1971
+ "style": ""
1972
+ },
1973
+ {
1974
+ "key": "field_65198088ead53",
1975
+ "label": "Grid border colour",
1976
+ "name": "grid_border_colour",
1977
+ "aria-label": "",
1978
+ "type": "color_picker",
1979
+ "instructions": "",
1980
+ "required": 0,
1981
+ "conditional_logic": [
1982
+ [
1983
+ {
1984
+ "field": "field_65198079ead52",
1985
+ "operator": "==",
1986
+ "value": "1"
1987
+ }
1988
+ ]
1989
+ ],
1990
+ "wrapper": {
1991
+ "width": "50",
1992
+ "class": "",
1993
+ "id": ""
1994
+ },
1995
+ "wpml_cf_preferences": 3,
1996
+ "user_roles": [
1997
+ "administrator"
1998
+ ],
1999
+ "default_value": "",
2000
+ "enable_opacity": 0,
2001
+ "return_format": "string",
2002
+ "display": "default",
2003
+ "button_label": "Select Color",
2004
+ "color_picker": 1,
2005
+ "absolute": 0,
2006
+ "input": 1,
2007
+ "allow_null": 1,
2008
+ "theme_colors": 0,
2009
+ "colors": []
2010
+ },
2011
+ {
2012
+ "key": "field_6519809cead54",
2013
+ "label": "Grid border width",
2014
+ "name": "grid_border_width",
2015
+ "aria-label": "",
2016
+ "type": "number",
2017
+ "instructions": "",
2018
+ "required": 0,
2019
+ "conditional_logic": [
2020
+ [
2021
+ {
2022
+ "field": "field_65198079ead52",
2023
+ "operator": "==",
2024
+ "value": "1"
2025
+ }
2026
+ ]
2027
+ ],
2028
+ "wrapper": {
2029
+ "width": "50",
2030
+ "class": "",
2031
+ "id": ""
2032
+ },
2033
+ "wpml_cf_preferences": 3,
2034
+ "user_roles": [
2035
+ "administrator"
2036
+ ],
2037
+ "default_value": 1,
2038
+ "min": 0,
2039
+ "max": 10,
2040
+ "placeholder": "",
2041
+ "step": 1,
2042
+ "prepend": "",
2043
+ "append": ""
2044
+ },
2045
+ {
2046
+ "key": "field_65acfd3820882",
2047
+ "label": "Desktop",
2048
+ "name": "",
2049
+ "aria-label": "",
2050
+ "type": "tab",
2051
+ "instructions": "",
2052
+ "required": 0,
2053
+ "conditional_logic": 0,
2054
+ "wrapper": {
2055
+ "width": "",
2056
+ "class": "",
2057
+ "id": ""
2058
+ },
2059
+ "wpml_cf_preferences": 3,
2060
+ "placement": "top",
2061
+ "endpoint": 0,
2062
+ "no_preference": 0,
2063
+ "selected": 0
2064
+ },
2065
+ {
2066
+ "key": "field_64690c6256308",
2067
+ "label": "Columns desktop",
2068
+ "name": "columns_desktop",
2069
+ "aria-label": "",
2070
+ "type": "range",
2071
+ "instructions": "",
2072
+ "required": 0,
2073
+ "conditional_logic": 0,
2074
+ "wrapper": {
2075
+ "width": "50",
2076
+ "class": "",
2077
+ "id": ""
2078
+ },
2079
+ "wpml_cf_preferences": 3,
2080
+ "user_roles": [
2081
+ "administrator"
2082
+ ],
2083
+ "default_value": 4,
2084
+ "min": 1,
2085
+ "max": 15,
2086
+ "step": "",
2087
+ "prepend": "",
2088
+ "append": ""
2089
+ },
2090
+ {
2091
+ "key": "field_64690c62564bf",
2092
+ "label": "Grid gap",
2093
+ "name": "grid_gap",
2094
+ "aria-label": "",
2095
+ "type": "range",
2096
+ "instructions": "",
2097
+ "required": 0,
2098
+ "conditional_logic": [
2099
+ [
2100
+ {
2101
+ "field": "field_65197ddacb140",
2102
+ "operator": "!=",
2103
+ "value": "1"
2104
+ }
2105
+ ]
2106
+ ],
2107
+ "wrapper": {
2108
+ "width": "50",
2109
+ "class": "",
2110
+ "id": ""
2111
+ },
2112
+ "wpml_cf_preferences": 3,
2113
+ "user_roles": [
2114
+ "administrator"
2115
+ ],
2116
+ "default_value": 0,
2117
+ "min": "",
2118
+ "max": 4,
2119
+ "step": "0.125",
2120
+ "prepend": "",
2121
+ "append": ""
2122
+ },
2123
+ {
2124
+ "key": "field_653b8d50e5f68",
2125
+ "label": "Initial posts per page desktop",
2126
+ "name": "initial_posts_per_page_desktop",
2127
+ "aria-label": "",
2128
+ "type": "range",
2129
+ "instructions": "",
2130
+ "required": 0,
2131
+ "conditional_logic": [
2132
+ [
2133
+ {
2134
+ "field": "field_64690c6255f5e",
2135
+ "operator": "!=",
2136
+ "value": "1"
2137
+ }
2138
+ ]
2139
+ ],
2140
+ "wrapper": {
2141
+ "width": "50",
2142
+ "class": "",
2143
+ "id": ""
2144
+ },
2145
+ "wpml_cf_preferences": 3,
2146
+ "user_roles": [
2147
+ "administrator"
2148
+ ],
2149
+ "default_value": 4,
2150
+ "min": 1,
2151
+ "max": 50,
2152
+ "step": "",
2153
+ "prepend": "",
2154
+ "append": ""
2155
+ },
2156
+ {
2157
+ "key": "field_64690c62563e3",
2158
+ "label": "Posts per page desktop",
2159
+ "name": "posts_per_page_desktop",
2160
+ "aria-label": "",
2161
+ "type": "range",
2162
+ "instructions": "",
2163
+ "required": 0,
2164
+ "conditional_logic": [
2165
+ [
2166
+ {
2167
+ "field": "field_64690c6255f5e",
2168
+ "operator": "!=",
2169
+ "value": "1"
2170
+ }
2171
+ ]
2172
+ ],
2173
+ "wrapper": {
2174
+ "width": "50",
2175
+ "class": "",
2176
+ "id": ""
2177
+ },
2178
+ "wpml_cf_preferences": 3,
2179
+ "user_roles": [
2180
+ "administrator"
2181
+ ],
2182
+ "default_value": 4,
2183
+ "min": 1,
2184
+ "max": 50,
2185
+ "step": "",
2186
+ "prepend": "",
2187
+ "append": ""
2188
+ },
2189
+ {
2190
+ "key": "field_65b3a99e2bd22",
2191
+ "label": "Portrait",
2192
+ "name": "",
2193
+ "aria-label": "",
2194
+ "type": "tab",
2195
+ "instructions": "",
2196
+ "required": 0,
2197
+ "conditional_logic": 0,
2198
+ "wrapper": {
2199
+ "width": "",
2200
+ "class": "",
2201
+ "id": ""
2202
+ },
2203
+ "wpml_cf_preferences": 3,
2204
+ "user_roles": [
2205
+ "administrator"
2206
+ ],
2207
+ "placement": "top",
2208
+ "endpoint": 0,
2209
+ "no_preference": 0,
2210
+ "selected": 0
2211
+ },
2212
+ {
2213
+ "key": "field_64690c6256351",
2214
+ "label": "Columns tablet portrait",
2215
+ "name": "columns_tablet_portrait",
2216
+ "aria-label": "",
2217
+ "type": "range",
2218
+ "instructions": "",
2219
+ "required": 0,
2220
+ "conditional_logic": 0,
2221
+ "wrapper": {
2222
+ "width": "50",
2223
+ "class": "",
2224
+ "id": ""
2225
+ },
2226
+ "wpml_cf_preferences": 3,
2227
+ "user_roles": [
2228
+ "administrator"
2229
+ ],
2230
+ "default_value": 2,
2231
+ "min": 1,
2232
+ "max": 15,
2233
+ "step": "",
2234
+ "prepend": "",
2235
+ "append": ""
2236
+ },
2237
+ {
2238
+ "key": "field_65197d71543b7",
2239
+ "label": "Grid gap portrait",
2240
+ "name": "grid_gap_portrait",
2241
+ "aria-label": "",
2242
+ "type": "range",
2243
+ "instructions": "",
2244
+ "required": 0,
2245
+ "conditional_logic": [
2246
+ [
2247
+ {
2248
+ "field": "field_65197ddacb140",
2249
+ "operator": "!=",
2250
+ "value": "1"
2251
+ }
2252
+ ]
2253
+ ],
2254
+ "wrapper": {
2255
+ "width": "50",
2256
+ "class": "",
2257
+ "id": ""
2258
+ },
2259
+ "wpml_cf_preferences": 3,
2260
+ "user_roles": [
2261
+ "administrator"
2262
+ ],
2263
+ "default_value": 0,
2264
+ "min": "",
2265
+ "max": 4,
2266
+ "step": "0.125",
2267
+ "prepend": "",
2268
+ "append": ""
2269
+ },
2270
+ {
2271
+ "key": "field_653b8d6ee5f69",
2272
+ "label": "Initial posts per page portrait",
2273
+ "name": "initial_posts_per_page_portrait",
2274
+ "aria-label": "",
2275
+ "type": "range",
2276
+ "instructions": "",
2277
+ "required": 0,
2278
+ "conditional_logic": [
2279
+ [
2280
+ {
2281
+ "field": "field_64690c6255f5e",
2282
+ "operator": "!=",
2283
+ "value": "1"
2284
+ }
2285
+ ]
2286
+ ],
2287
+ "wrapper": {
2288
+ "width": "50",
2289
+ "class": "",
2290
+ "id": ""
2291
+ },
2292
+ "wpml_cf_preferences": 3,
2293
+ "user_roles": [
2294
+ "administrator"
2295
+ ],
2296
+ "default_value": 4,
2297
+ "min": 1,
2298
+ "max": 50,
2299
+ "step": "",
2300
+ "prepend": "",
2301
+ "append": ""
2302
+ },
2303
+ {
2304
+ "key": "field_64690c625642d",
2305
+ "label": "Posts per page tablet",
2306
+ "name": "posts_per_page_tablet",
2307
+ "aria-label": "",
2308
+ "type": "range",
2309
+ "instructions": "",
2310
+ "required": 0,
2311
+ "conditional_logic": [
2312
+ [
2313
+ {
2314
+ "field": "field_64690c6255f5e",
2315
+ "operator": "!=",
2316
+ "value": "1"
2317
+ }
2318
+ ]
2319
+ ],
2320
+ "wrapper": {
2321
+ "width": "50",
2322
+ "class": "",
2323
+ "id": ""
2324
+ },
2325
+ "wpml_cf_preferences": 3,
2326
+ "user_roles": [
2327
+ "administrator"
2328
+ ],
2329
+ "default_value": 5,
2330
+ "min": 1,
2331
+ "max": 50,
2332
+ "step": "",
2333
+ "prepend": "",
2334
+ "append": ""
2335
+ },
2336
+ {
2337
+ "key": "field_65b3a9ab2bd23",
2338
+ "label": "Mobile",
2339
+ "name": "",
2340
+ "aria-label": "",
2341
+ "type": "tab",
2342
+ "instructions": "",
2343
+ "required": 0,
2344
+ "conditional_logic": 0,
2345
+ "wrapper": {
2346
+ "width": "",
2347
+ "class": "",
2348
+ "id": ""
2349
+ },
2350
+ "wpml_cf_preferences": 3,
2351
+ "user_roles": [
2352
+ "administrator"
2353
+ ],
2354
+ "placement": "top",
2355
+ "endpoint": 0,
2356
+ "no_preference": 0,
2357
+ "selected": 0
2358
+ },
2359
+ {
2360
+ "key": "field_64690c625639b",
2361
+ "label": "Columns mobile",
2362
+ "name": "columns_mobile",
2363
+ "aria-label": "",
2364
+ "type": "range",
2365
+ "instructions": "",
2366
+ "required": 0,
2367
+ "conditional_logic": 0,
2368
+ "wrapper": {
2369
+ "width": "50",
2370
+ "class": "",
2371
+ "id": ""
2372
+ },
2373
+ "wpml_cf_preferences": 3,
2374
+ "user_roles": [
2375
+ "administrator"
2376
+ ],
2377
+ "default_value": 1,
2378
+ "min": 1,
2379
+ "max": 15,
2380
+ "step": "",
2381
+ "prepend": "",
2382
+ "append": ""
2383
+ },
2384
+ {
2385
+ "key": "field_65197d79543b8",
2386
+ "label": "Grid gap mobile",
2387
+ "name": "grid_gap_mobile",
2388
+ "aria-label": "",
2389
+ "type": "range",
2390
+ "instructions": "",
2391
+ "required": 0,
2392
+ "conditional_logic": [
2393
+ [
2394
+ {
2395
+ "field": "field_65197ddacb140",
2396
+ "operator": "!=",
2397
+ "value": "1"
2398
+ }
2399
+ ]
2400
+ ],
2401
+ "wrapper": {
2402
+ "width": "50",
2403
+ "class": "",
2404
+ "id": ""
2405
+ },
2406
+ "wpml_cf_preferences": 3,
2407
+ "user_roles": [
2408
+ "administrator"
2409
+ ],
2410
+ "default_value": 0,
2411
+ "min": "",
2412
+ "max": 4,
2413
+ "step": "0.125",
2414
+ "prepend": "",
2415
+ "append": ""
2416
+ },
2417
+ {
2418
+ "key": "field_653b8d8ce5f6a",
2419
+ "label": "Initial posts per page mobile",
2420
+ "name": "initial_posts_per_page_mobile",
2421
+ "aria-label": "",
2422
+ "type": "range",
2423
+ "instructions": "",
2424
+ "required": 0,
2425
+ "conditional_logic": [
2426
+ [
2427
+ {
2428
+ "field": "field_64690c6255f5e",
2429
+ "operator": "!=",
2430
+ "value": "1"
2431
+ }
2432
+ ]
2433
+ ],
2434
+ "wrapper": {
2435
+ "width": "50",
2436
+ "class": "",
2437
+ "id": ""
2438
+ },
2439
+ "wpml_cf_preferences": 3,
2440
+ "user_roles": [
2441
+ "administrator"
2442
+ ],
2443
+ "default_value": 5,
2444
+ "min": 1,
2445
+ "max": 50,
2446
+ "step": "",
2447
+ "prepend": "",
2448
+ "append": ""
2449
+ },
2450
+ {
2451
+ "key": "field_64690c6256474",
2452
+ "label": "Posts per page mobile",
2453
+ "name": "posts_per_page_mobile",
2454
+ "aria-label": "",
2455
+ "type": "range",
2456
+ "instructions": "",
2457
+ "required": 0,
2458
+ "conditional_logic": [
2459
+ [
2460
+ {
2461
+ "field": "field_64690c6255f5e",
2462
+ "operator": "!=",
2463
+ "value": "1"
2464
+ }
2465
+ ]
2466
+ ],
2467
+ "wrapper": {
2468
+ "width": "50",
2469
+ "class": "",
2470
+ "id": ""
2471
+ },
2472
+ "wpml_cf_preferences": 3,
2473
+ "user_roles": [
2474
+ "administrator"
2475
+ ],
2476
+ "default_value": 5,
2477
+ "min": 1,
2478
+ "max": 50,
2479
+ "step": "",
2480
+ "prepend": "",
2481
+ "append": ""
2482
+ },
2483
+ {
2484
+ "key": "field_65b3aa172bd24",
2485
+ "label": "Micro Grid Gap",
2486
+ "name": "",
2487
+ "aria-label": "",
2488
+ "type": "tab",
2489
+ "instructions": "",
2490
+ "required": 0,
2491
+ "conditional_logic": 0,
2492
+ "wrapper": {
2493
+ "width": "",
2494
+ "class": "",
2495
+ "id": ""
2496
+ },
2497
+ "wpml_cf_preferences": 3,
2498
+ "user_roles": [
2499
+ "administrator"
2500
+ ],
2501
+ "placement": "top",
2502
+ "endpoint": 0,
2503
+ "no_preference": 0,
2504
+ "selected": 0
2505
+ },
2506
+ {
2507
+ "key": "field_65197e09cb141",
2508
+ "label": "Micro grid gap amount",
2509
+ "name": "micro_grid_gap_amount",
2510
+ "aria-label": "",
2511
+ "type": "range",
2512
+ "instructions": "",
2513
+ "required": 0,
2514
+ "conditional_logic": [
2515
+ [
2516
+ {
2517
+ "field": "field_65197ddacb140",
2518
+ "operator": "==",
2519
+ "value": "1"
2520
+ }
2521
+ ]
2522
+ ],
2523
+ "wrapper": {
2524
+ "width": "",
2525
+ "class": "",
2526
+ "id": ""
2527
+ },
2528
+ "wpml_cf_preferences": 3,
2529
+ "user_roles": [
2530
+ "administrator"
2531
+ ],
2532
+ "default_value": "",
2533
+ "min": 0,
2534
+ "max": 5,
2535
+ "step": 1,
2536
+ "prepend": "",
2537
+ "append": ""
2538
+ },
2539
+ {
2540
+ "key": "field_65197ddacb140",
2541
+ "label": "Enable micro grid gap",
2542
+ "name": "enable_micro_grid_gap",
2543
+ "aria-label": "",
2544
+ "type": "true_false",
2545
+ "instructions": "",
2546
+ "required": 0,
2547
+ "conditional_logic": 0,
2548
+ "wrapper": {
2549
+ "width": "50",
2550
+ "class": "",
2551
+ "id": ""
2552
+ },
2553
+ "wpml_cf_preferences": 3,
2554
+ "user_roles": [
2555
+ "administrator"
2556
+ ],
2557
+ "message": "This will replace the standard grid gap with a very thin 1-5px grid gap instead",
2558
+ "default_value": 0,
2559
+ "ui_on_text": "",
2560
+ "ui_off_text": "",
2561
+ "ui": 1,
2562
+ "style": ""
2563
+ },
2564
+ {
2565
+ "key": "field_6517f260625dd",
2566
+ "label": "Grid end",
2567
+ "name": "",
2568
+ "aria-label": "",
2569
+ "type": "accordion",
2570
+ "instructions": "",
2571
+ "required": 0,
2572
+ "conditional_logic": 0,
2573
+ "wrapper": {
2574
+ "width": "",
2575
+ "class": "",
2576
+ "id": ""
2577
+ },
2578
+ "wpml_cf_preferences": 3,
2579
+ "user_roles": [
2580
+ "administrator"
2581
+ ],
2582
+ "open": 0,
2583
+ "multi_expand": 0,
2584
+ "endpoint": 1
2585
+ },
2586
+ {
2587
+ "key": "field_651979cc3299b",
2588
+ "label": "Post container",
2589
+ "name": "",
2590
+ "aria-label": "",
2591
+ "type": "accordion",
2592
+ "instructions": "",
2593
+ "required": 0,
2594
+ "conditional_logic": 0,
2595
+ "wrapper": {
2596
+ "width": "",
2597
+ "class": "",
2598
+ "id": ""
2599
+ },
2600
+ "wpml_cf_preferences": 3,
2601
+ "user_roles": [
2602
+ "administrator"
2603
+ ],
2604
+ "open": 0,
2605
+ "multi_expand": 0,
2606
+ "endpoint": 0
2607
+ },
2608
+ {
2609
+ "key": "field_6511632f46058",
2610
+ "label": "Post container background style",
2611
+ "name": "post_container_background_style",
2612
+ "aria-label": "",
2613
+ "type": "select",
2614
+ "instructions": "",
2615
+ "required": 0,
2616
+ "conditional_logic": 0,
2617
+ "wrapper": {
2618
+ "width": "50",
2619
+ "class": "",
2620
+ "id": ""
2621
+ },
2622
+ "wpml_cf_preferences": 3,
2623
+ "user_roles": [
2624
+ "administrator"
2625
+ ],
2626
+ "choices": {
2627
+ "__none": "None",
2628
+ "__colour-palette": "Colour palette",
2629
+ "__post-colour": "Post colour primary",
2630
+ "__post-colour-secondary": "Post colour secondary"
2631
+ },
2632
+ "default_value": "__none",
2633
+ "return_format": "value",
2634
+ "multiple": 0,
2635
+ "max": "",
2636
+ "prepend": "",
2637
+ "append": "",
2638
+ "allow_null": 0,
2639
+ "ui": 0,
2640
+ "ajax": 0,
2641
+ "placeholder": "",
2642
+ "allow_custom": 0,
2643
+ "search_placeholder": "",
2644
+ "min": ""
2645
+ },
2646
+ {
2647
+ "key": "field_651163bbd2bde",
2648
+ "label": "Post container background colour",
2649
+ "name": "post_container_background_colour",
2650
+ "aria-label": "",
2651
+ "type": "color_picker",
2652
+ "instructions": "",
2653
+ "required": 0,
2654
+ "conditional_logic": [
2655
+ [
2656
+ {
2657
+ "field": "field_6511632f46058",
2658
+ "operator": "==",
2659
+ "value": "__colour-palette"
2660
+ }
2661
+ ]
2662
+ ],
2663
+ "wrapper": {
2664
+ "width": "50",
2665
+ "class": "",
2666
+ "id": ""
2667
+ },
2668
+ "wpml_cf_preferences": 3,
2669
+ "user_roles": [
2670
+ "administrator"
2671
+ ],
2672
+ "default_value": "",
2673
+ "enable_opacity": 0,
2674
+ "return_format": "string",
2675
+ "display": "default",
2676
+ "button_label": "Select Color",
2677
+ "color_picker": 1,
2678
+ "absolute": 0,
2679
+ "input": 1,
2680
+ "allow_null": 1,
2681
+ "theme_colors": 0,
2682
+ "colors": []
2683
+ },
2684
+ {
2685
+ "key": "field_64b3222a239ae",
2686
+ "label": "Post container padding",
2687
+ "name": "post_container_padding",
2688
+ "aria-label": "",
2689
+ "type": "range",
2690
+ "instructions": "",
2691
+ "required": 0,
2692
+ "conditional_logic": 0,
2693
+ "wrapper": {
2694
+ "width": "50",
2695
+ "class": "",
2696
+ "id": ""
2697
+ },
2698
+ "wpml_cf_preferences": 3,
2699
+ "user_roles": [
2700
+ "administrator"
2701
+ ],
2702
+ "default_value": 0,
2703
+ "min": "",
2704
+ "max": 2,
2705
+ "step": "0.125",
2706
+ "prepend": "",
2707
+ "append": ""
2708
+ },
2709
+ {
2710
+ "key": "field_651afdb63a854",
2711
+ "label": "Post container padding mobile",
2712
+ "name": "post_container_padding_mobile",
2713
+ "aria-label": "",
2714
+ "type": "range",
2715
+ "instructions": "",
2716
+ "required": 0,
2717
+ "conditional_logic": 0,
2718
+ "wrapper": {
2719
+ "width": "50",
2720
+ "class": "",
2721
+ "id": ""
2722
+ },
2723
+ "wpml_cf_preferences": 3,
2724
+ "user_roles": [
2725
+ "administrator"
2726
+ ],
2727
+ "default_value": 0,
2728
+ "min": "",
2729
+ "max": 2,
2730
+ "step": "0.125",
2731
+ "prepend": "",
2732
+ "append": ""
2733
+ },
2734
+ {
2735
+ "key": "field_64eb21271a170",
2736
+ "label": "Post container grid gap desktop",
2737
+ "name": "post_container_grid_gap_desktop",
2738
+ "aria-label": "",
2739
+ "type": "range",
2740
+ "instructions": "",
2741
+ "required": 0,
2742
+ "conditional_logic": 0,
2743
+ "wrapper": {
2744
+ "width": "50",
2745
+ "class": "",
2746
+ "id": ""
2747
+ },
2748
+ "wpml_cf_preferences": 3,
2749
+ "user_roles": [
2750
+ "administrator"
2751
+ ],
2752
+ "default_value": 0,
2753
+ "min": "",
2754
+ "max": 2,
2755
+ "step": "0.125",
2756
+ "prepend": "",
2757
+ "append": ""
2758
+ },
2759
+ {
2760
+ "key": "field_64eb215c1a171",
2761
+ "label": "Post container grid gap portrait",
2762
+ "name": "post_container_grid_gap_portrait",
2763
+ "aria-label": "",
2764
+ "type": "range",
2765
+ "instructions": "",
2766
+ "required": 0,
2767
+ "conditional_logic": 0,
2768
+ "wrapper": {
2769
+ "width": "50",
2770
+ "class": "",
2771
+ "id": ""
2772
+ },
2773
+ "wpml_cf_preferences": 3,
2774
+ "user_roles": [
2775
+ "administrator"
2776
+ ],
2777
+ "default_value": 0,
2778
+ "min": "",
2779
+ "max": 2,
2780
+ "step": "0.125",
2781
+ "prepend": "",
2782
+ "append": ""
2783
+ },
2784
+ {
2785
+ "key": "field_64eb21651a172",
2786
+ "label": "Post container grid gap mobile",
2787
+ "name": "post_container_grid_gap_mobile",
2788
+ "aria-label": "",
2789
+ "type": "range",
2790
+ "instructions": "",
2791
+ "required": 0,
2792
+ "conditional_logic": 0,
2793
+ "wrapper": {
2794
+ "width": "50",
2795
+ "class": "",
2796
+ "id": ""
2797
+ },
2798
+ "wpml_cf_preferences": 3,
2799
+ "user_roles": [
2800
+ "administrator"
2801
+ ],
2802
+ "default_value": 0,
2803
+ "min": "",
2804
+ "max": 2,
2805
+ "step": "0.125",
2806
+ "prepend": "",
2807
+ "append": ""
2808
+ },
2809
+ {
2810
+ "key": "field_64eb21ac35114",
2811
+ "label": "Advanced layout settings",
2812
+ "name": "",
2813
+ "aria-label": "",
2814
+ "type": "message",
2815
+ "instructions": "",
2816
+ "required": 0,
2817
+ "conditional_logic": 0,
2818
+ "wrapper": {
2819
+ "width": "",
2820
+ "class": "",
2821
+ "id": ""
2822
+ },
2823
+ "wpml_cf_preferences": 2,
2824
+ "user_roles": [
2825
+ "administrator"
2826
+ ],
2827
+ "message": "",
2828
+ "new_lines": "wpautop",
2829
+ "esc_html": 0
2830
+ },
2831
+ {
2832
+ "key": "field_64e230df608c0",
2833
+ "label": "Post container vertical align",
2834
+ "name": "post_container_vertical_align",
2835
+ "aria-label": "",
2836
+ "type": "select",
2837
+ "instructions": "",
2838
+ "required": 0,
2839
+ "conditional_logic": 0,
2840
+ "wrapper": {
2841
+ "width": "50",
2842
+ "class": "",
2843
+ "id": ""
2844
+ },
2845
+ "wpml_cf_preferences": 3,
2846
+ "user_roles": [
2847
+ "administrator"
2848
+ ],
2849
+ "choices": {
2850
+ "__flex-start": "Top",
2851
+ "__center": "Center",
2852
+ "__flex-end": "Bottom",
2853
+ "__stretch": "Stretch"
2854
+ },
2855
+ "default_value": "__flex-start",
2856
+ "return_format": "value",
2857
+ "multiple": 0,
2858
+ "max": "",
2859
+ "prepend": "",
2860
+ "append": "",
2861
+ "allow_null": 0,
2862
+ "ui": 0,
2863
+ "ajax": 0,
2864
+ "placeholder": "",
2865
+ "allow_custom": 0,
2866
+ "search_placeholder": "",
2867
+ "min": ""
2868
+ },
2869
+ {
2870
+ "key": "field_64eb8a98c094b",
2871
+ "label": "Post container grid auto rows",
2872
+ "name": "post_container_grid_auto_rows",
2873
+ "aria-label": "",
2874
+ "type": "select",
2875
+ "instructions": "",
2876
+ "required": 0,
2877
+ "conditional_logic": 0,
2878
+ "wrapper": {
2879
+ "width": "50",
2880
+ "class": "",
2881
+ "id": ""
2882
+ },
2883
+ "wpml_cf_preferences": 3,
2884
+ "user_roles": [
2885
+ "administrator"
2886
+ ],
2887
+ "choices": {
2888
+ "__auto": "Auto",
2889
+ "__1fr": "1fr",
2890
+ "__max-content": "Max content"
2891
+ },
2892
+ "default_value": "__auto",
2893
+ "return_format": "value",
2894
+ "multiple": 0,
2895
+ "max": "",
2896
+ "prepend": "",
2897
+ "append": "",
2898
+ "allow_null": 0,
2899
+ "ui": 0,
2900
+ "ajax": 0,
2901
+ "placeholder": "",
2902
+ "allow_custom": 0,
2903
+ "search_placeholder": "",
2904
+ "min": ""
2905
+ },
2906
+ {
2907
+ "key": "field_651a989d3476c",
2908
+ "label": "Post container grid template rows",
2909
+ "name": "post_container_grid_template_rows",
2910
+ "aria-label": "",
2911
+ "type": "text",
2912
+ "instructions": "This field accepts css grid template rows\/columns syntax",
2913
+ "required": 0,
2914
+ "conditional_logic": [
2915
+ [
2916
+ {
2917
+ "operator": "==",
2918
+ "value": "1"
2919
+ }
2920
+ ]
2921
+ ],
2922
+ "wrapper": {
2923
+ "width": "50",
2924
+ "class": "",
2925
+ "id": ""
2926
+ },
2927
+ "wpml_cf_preferences": 2,
2928
+ "user_roles": [
2929
+ "administrator"
2930
+ ],
2931
+ "default_value": "",
2932
+ "maxlength": "",
2933
+ "placeholder": "",
2934
+ "prepend": "",
2935
+ "append": ""
2936
+ },
2937
+ {
2938
+ "key": "field_64f6fc6adface",
2939
+ "label": "Post container grid auto columns",
2940
+ "name": "post_container_grid_auto_columns",
2941
+ "aria-label": "",
2942
+ "type": "select",
2943
+ "instructions": "",
2944
+ "required": 0,
2945
+ "conditional_logic": 0,
2946
+ "wrapper": {
2947
+ "width": "50",
2948
+ "class": "",
2949
+ "id": ""
2950
+ },
2951
+ "wpml_cf_preferences": 3,
2952
+ "user_roles": [
2953
+ "administrator"
2954
+ ],
2955
+ "choices": {
2956
+ "__auto": "Auto",
2957
+ "__1fr": "1fr",
2958
+ "__max-content": "Max content"
2959
+ },
2960
+ "default_value": "__auto",
2961
+ "return_format": "value",
2962
+ "multiple": 0,
2963
+ "max": "",
2964
+ "allow_custom": 0,
2965
+ "search_placeholder": "",
2966
+ "prepend": "",
2967
+ "append": "",
2968
+ "allow_null": 0,
2969
+ "ui": 1,
2970
+ "ajax": 1,
2971
+ "placeholder": "",
2972
+ "min": ""
2973
+ },
2974
+ {
2975
+ "key": "field_651a98cb3476d",
2976
+ "label": "Post container grid template columns",
2977
+ "name": "post_container_grid_template_columns",
2978
+ "aria-label": "",
2979
+ "type": "text",
2980
+ "instructions": "This field accepts css grid template rows\/columns syntax",
2981
+ "required": 0,
2982
+ "conditional_logic": 0,
2983
+ "wrapper": {
2984
+ "width": "50",
2985
+ "class": "",
2986
+ "id": ""
2987
+ },
2988
+ "wpml_cf_preferences": 2,
2989
+ "user_roles": [
2990
+ "administrator"
2991
+ ],
2992
+ "default_value": "",
2993
+ "maxlength": "",
2994
+ "placeholder": "",
2995
+ "prepend": "",
2996
+ "append": ""
2997
+ },
2998
+ {
2999
+ "key": "field_67a23ae34bf8b",
3000
+ "label": "Enable Post Cover link",
3001
+ "name": "enable_post_cover_link",
3002
+ "aria-label": "",
3003
+ "type": "true_false",
3004
+ "instructions": "",
3005
+ "required": 0,
3006
+ "conditional_logic": 0,
3007
+ "wrapper": {
3008
+ "width": "",
3009
+ "class": "",
3010
+ "id": ""
3011
+ },
3012
+ "wpml_cf_preferences": 3,
3013
+ "message": "",
3014
+ "default_value": 0,
3015
+ "ui_on_text": "",
3016
+ "ui_off_text": "",
3017
+ "ui": 1,
3018
+ "style": ""
3019
+ },
3020
+ {
3021
+ "key": "field_67a23c824bf8c",
3022
+ "label": "Enable Post Cover link hover effect",
3023
+ "name": "enable_post_cover_link_hover_effect",
3024
+ "aria-label": "",
3025
+ "type": "true_false",
3026
+ "instructions": "",
3027
+ "required": 0,
3028
+ "conditional_logic": [
3029
+ [
3030
+ {
3031
+ "field": "field_67a23ae34bf8b",
3032
+ "operator": "==",
3033
+ "value": "1"
3034
+ }
3035
+ ]
3036
+ ],
3037
+ "wrapper": {
3038
+ "width": "",
3039
+ "class": "",
3040
+ "id": ""
3041
+ },
3042
+ "wpml_cf_preferences": 3,
3043
+ "message": "",
3044
+ "default_value": 0,
3045
+ "ui_on_text": "",
3046
+ "ui_off_text": "",
3047
+ "ui": 1,
3048
+ "style": ""
3049
+ },
3050
+ {
3051
+ "key": "field_65acfd4f20883",
3052
+ "label": "Gradient overlay",
3053
+ "name": "",
3054
+ "aria-label": "",
3055
+ "type": "accordion",
3056
+ "instructions": "",
3057
+ "required": 0,
3058
+ "conditional_logic": 0,
3059
+ "wrapper": {
3060
+ "width": "",
3061
+ "class": "",
3062
+ "id": ""
3063
+ },
3064
+ "wpml_cf_preferences": 3,
3065
+ "user_roles": [
3066
+ "administrator"
3067
+ ],
3068
+ "open": 0,
3069
+ "multi_expand": 0,
3070
+ "endpoint": 0
3071
+ },
3072
+ {
3073
+ "key": "field_64ea83ba582e7",
3074
+ "label": "Enable gradient overlay",
3075
+ "name": "enable_gradient_overlay",
3076
+ "aria-label": "",
3077
+ "type": "true_false",
3078
+ "instructions": "",
3079
+ "required": 0,
3080
+ "conditional_logic": 0,
3081
+ "wrapper": {
3082
+ "width": "50",
3083
+ "class": "",
3084
+ "id": ""
3085
+ },
3086
+ "wpml_cf_preferences": 3,
3087
+ "user_roles": [
3088
+ "administrator"
3089
+ ],
3090
+ "message": "",
3091
+ "default_value": 0,
3092
+ "ui_on_text": "",
3093
+ "ui_off_text": "",
3094
+ "ui": 1,
3095
+ "style": ""
3096
+ },
3097
+ {
3098
+ "key": "field_6511647e5df6b",
3099
+ "label": "Gradient overlay colour type",
3100
+ "name": "gradient_overlay_colour_type",
3101
+ "aria-label": "",
3102
+ "type": "select",
3103
+ "instructions": "",
3104
+ "required": 0,
3105
+ "conditional_logic": [
3106
+ [
3107
+ {
3108
+ "field": "field_64ea83ba582e7",
3109
+ "operator": "==",
3110
+ "value": "1"
3111
+ }
3112
+ ]
3113
+ ],
3114
+ "wrapper": {
3115
+ "width": "50",
3116
+ "class": "",
3117
+ "id": ""
3118
+ },
3119
+ "wpml_cf_preferences": 3,
3120
+ "user_roles": [
3121
+ "administrator"
3122
+ ],
3123
+ "choices": {
3124
+ "__colour-palette": "Colour palette",
3125
+ "__post-colour": "Post colour",
3126
+ "__post-colour-secondary": "Secondary post colour"
3127
+ },
3128
+ "default_value": "__none",
3129
+ "return_format": "value",
3130
+ "multiple": 0,
3131
+ "max": "",
3132
+ "allow_custom": 0,
3133
+ "search_placeholder": "",
3134
+ "prepend": "",
3135
+ "append": "",
3136
+ "allow_null": 0,
3137
+ "ui": 1,
3138
+ "ajax": 1,
3139
+ "placeholder": "",
3140
+ "min": ""
3141
+ },
3142
+ {
3143
+ "key": "field_64ea83f40a9ea",
3144
+ "label": "Gradient overlay colour",
3145
+ "name": "gradient_overlay_colour",
3146
+ "aria-label": "",
3147
+ "type": "color_picker",
3148
+ "instructions": "",
3149
+ "required": 0,
3150
+ "conditional_logic": [
3151
+ [
3152
+ {
3153
+ "field": "field_64ea83ba582e7",
3154
+ "operator": "==",
3155
+ "value": "1"
3156
+ },
3157
+ {
3158
+ "field": "field_6511647e5df6b",
3159
+ "operator": "==",
3160
+ "value": "__colour-palette"
3161
+ }
3162
+ ]
3163
+ ],
3164
+ "wrapper": {
3165
+ "width": "50",
3166
+ "class": "",
3167
+ "id": ""
3168
+ },
3169
+ "wpml_cf_preferences": 3,
3170
+ "user_roles": [
3171
+ "administrator"
3172
+ ],
3173
+ "default_value": "",
3174
+ "enable_opacity": 1,
3175
+ "return_format": "string",
3176
+ "display": "default",
3177
+ "button_label": "Select Color",
3178
+ "color_picker": 1,
3179
+ "absolute": 0,
3180
+ "input": 1,
3181
+ "allow_null": 1,
3182
+ "theme_colors": 0,
3183
+ "colors": []
3184
+ },
3185
+ {
3186
+ "key": "field_64ea83d5a9079",
3187
+ "label": "Gradient overlay origin",
3188
+ "name": "gradient_overlay_origin",
3189
+ "aria-label": "",
3190
+ "type": "select",
3191
+ "instructions": "",
3192
+ "required": 0,
3193
+ "conditional_logic": [
3194
+ [
3195
+ {
3196
+ "field": "field_64ea83ba582e7",
3197
+ "operator": "==",
3198
+ "value": "1"
3199
+ }
3200
+ ]
3201
+ ],
3202
+ "wrapper": {
3203
+ "width": "50",
3204
+ "class": "",
3205
+ "id": ""
3206
+ },
3207
+ "wpml_cf_preferences": 3,
3208
+ "user_roles": [
3209
+ "administrator"
3210
+ ],
3211
+ "choices": {
3212
+ "__top": "Top",
3213
+ "__right": "Right",
3214
+ "__bottom": "Bottom",
3215
+ "__left": "Left",
3216
+ "__vertical": "Vertical",
3217
+ "__horizontal": "Horizontal"
3218
+ },
3219
+ "default_value": "__bottom",
3220
+ "return_format": "value",
3221
+ "multiple": 0,
3222
+ "max": "",
3223
+ "allow_custom": 0,
3224
+ "search_placeholder": "",
3225
+ "prepend": "",
3226
+ "append": "",
3227
+ "allow_null": 0,
3228
+ "ui": 1,
3229
+ "ajax": 1,
3230
+ "placeholder": "",
3231
+ "min": ""
3232
+ },
3233
+ {
3234
+ "key": "field_64ea83ec0a9e9",
3235
+ "label": "Gradient overlay amount",
3236
+ "name": "gradient_overlay_amount",
3237
+ "aria-label": "",
3238
+ "type": "range",
3239
+ "instructions": "",
3240
+ "required": 0,
3241
+ "conditional_logic": [
3242
+ [
3243
+ {
3244
+ "field": "field_64ea83ba582e7",
3245
+ "operator": "==",
3246
+ "value": "1"
3247
+ }
3248
+ ]
3249
+ ],
3250
+ "wrapper": {
3251
+ "width": "50",
3252
+ "class": "",
3253
+ "id": ""
3254
+ },
3255
+ "wpml_cf_preferences": 3,
3256
+ "user_roles": [
3257
+ "administrator"
3258
+ ],
3259
+ "default_value": 0,
3260
+ "min": "",
3261
+ "max": "",
3262
+ "step": "",
3263
+ "prepend": "",
3264
+ "append": ""
3265
+ },
3266
+ {
3267
+ "key": "field_64ea83f70a9eb",
3268
+ "label": "Gradient overlay opacity",
3269
+ "name": "gradient_overlay_opacity",
3270
+ "aria-label": "",
3271
+ "type": "range",
3272
+ "instructions": "",
3273
+ "required": 0,
3274
+ "conditional_logic": [
3275
+ [
3276
+ {
3277
+ "field": "field_64ea83ba582e7",
3278
+ "operator": "==",
3279
+ "value": "1"
3280
+ }
3281
+ ]
3282
+ ],
3283
+ "wrapper": {
3284
+ "width": "50",
3285
+ "class": "",
3286
+ "id": ""
3287
+ },
3288
+ "wpml_cf_preferences": 3,
3289
+ "user_roles": [
3290
+ "administrator"
3291
+ ],
3292
+ "default_value": "0.3",
3293
+ "min": "",
3294
+ "max": 1,
3295
+ "step": "0.1",
3296
+ "prepend": "",
3297
+ "append": ""
3298
+ },
3299
+ {
3300
+ "key": "field_64ea83fb0a9ec",
3301
+ "label": "Gradient overlay spread",
3302
+ "name": "gradient_overlay_spread",
3303
+ "aria-label": "",
3304
+ "type": "range",
3305
+ "instructions": "",
3306
+ "required": 0,
3307
+ "conditional_logic": [
3308
+ [
3309
+ {
3310
+ "field": "field_64ea83ba582e7",
3311
+ "operator": "==",
3312
+ "value": "1"
3313
+ }
3314
+ ]
3315
+ ],
3316
+ "wrapper": {
3317
+ "width": "50",
3318
+ "class": "",
3319
+ "id": ""
3320
+ },
3321
+ "wpml_cf_preferences": 3,
3322
+ "user_roles": [
3323
+ "administrator"
3324
+ ],
3325
+ "default_value": 30,
3326
+ "min": "",
3327
+ "max": "",
3328
+ "step": "",
3329
+ "prepend": "",
3330
+ "append": ""
3331
+ },
3332
+ {
3333
+ "key": "field_64ea942767d5f",
3334
+ "label": "Gradient overlay row start",
3335
+ "name": "gradient_overlay_row_start",
3336
+ "aria-label": "",
3337
+ "type": "range",
3338
+ "instructions": "",
3339
+ "required": 0,
3340
+ "conditional_logic": [
3341
+ [
3342
+ {
3343
+ "field": "field_64ea83ba582e7",
3344
+ "operator": "==",
3345
+ "value": "1"
3346
+ }
3347
+ ]
3348
+ ],
3349
+ "wrapper": {
3350
+ "width": "50",
3351
+ "class": "",
3352
+ "id": ""
3353
+ },
3354
+ "wpml_cf_preferences": 3,
3355
+ "user_roles": [
3356
+ "administrator"
3357
+ ],
3358
+ "default_value": "0.3",
3359
+ "min": 0,
3360
+ "max": 20,
3361
+ "step": 1,
3362
+ "prepend": "",
3363
+ "append": ""
3364
+ },
3365
+ {
3366
+ "key": "field_64ea944c67d60",
3367
+ "label": "Gradient overlay row end",
3368
+ "name": "gradient_overlay_row_end",
3369
+ "aria-label": "",
3370
+ "type": "range",
3371
+ "instructions": "",
3372
+ "required": 0,
3373
+ "conditional_logic": [
3374
+ [
3375
+ {
3376
+ "field": "field_64ea83ba582e7",
3377
+ "operator": "==",
3378
+ "value": "1"
3379
+ }
3380
+ ]
3381
+ ],
3382
+ "wrapper": {
3383
+ "width": "50",
3384
+ "class": "",
3385
+ "id": ""
3386
+ },
3387
+ "wpml_cf_preferences": 3,
3388
+ "user_roles": [
3389
+ "administrator"
3390
+ ],
3391
+ "default_value": "0.3",
3392
+ "min": 1,
3393
+ "max": 20,
3394
+ "step": 1,
3395
+ "prepend": "",
3396
+ "append": ""
3397
+ },
3398
+ {
3399
+ "key": "field_64690c625650a",
3400
+ "label": "Gradient overlay end",
3401
+ "name": "",
3402
+ "aria-label": "",
3403
+ "type": "accordion",
3404
+ "instructions": "",
3405
+ "required": 0,
3406
+ "conditional_logic": 0,
3407
+ "wrapper": {
3408
+ "width": "",
3409
+ "class": "",
3410
+ "id": ""
3411
+ },
3412
+ "wpml_cf_preferences": 3,
3413
+ "user_roles": [
3414
+ "administrator"
3415
+ ],
3416
+ "open": 0,
3417
+ "multi_expand": 0,
3418
+ "endpoint": 1
3419
+ },
3420
+ {
3421
+ "key": "field_654cf951dda60",
3422
+ "label": "Advanced Developer Settings",
3423
+ "name": "",
3424
+ "aria-label": "",
3425
+ "type": "accordion",
3426
+ "instructions": "",
3427
+ "required": 0,
3428
+ "conditional_logic": 0,
3429
+ "wrapper": {
3430
+ "width": "",
3431
+ "class": "",
3432
+ "id": ""
3433
+ },
3434
+ "wpml_cf_preferences": 3,
3435
+ "user_roles": [
3436
+ "administrator"
3437
+ ],
3438
+ "open": 0,
3439
+ "multi_expand": 0,
3440
+ "endpoint": 0
3441
+ },
3442
+ {
3443
+ "key": "field_654e572980ac1",
3444
+ "label": "Enable pre render posts html",
3445
+ "name": "enable_pre_render_posts_html",
3446
+ "aria-label": "",
3447
+ "type": "true_false",
3448
+ "instructions": "",
3449
+ "required": 0,
3450
+ "conditional_logic": 0,
3451
+ "wrapper": {
3452
+ "width": "",
3453
+ "class": "",
3454
+ "id": ""
3455
+ },
3456
+ "wpml_cf_preferences": 3,
3457
+ "user_roles": [
3458
+ "all"
3459
+ ],
3460
+ "message": "",
3461
+ "default_value": 0,
3462
+ "ui_on_text": "",
3463
+ "ui_off_text": "",
3464
+ "ui": 1,
3465
+ "style": ""
3466
+ },
3467
+ {
3468
+ "key": "field_654cf989dda61",
3469
+ "label": "Advanced Developer Settings",
3470
+ "name": "",
3471
+ "aria-label": "",
3472
+ "type": "accordion",
3473
+ "instructions": "",
3474
+ "required": 0,
3475
+ "conditional_logic": 0,
3476
+ "wrapper": {
3477
+ "width": "",
3478
+ "class": "",
3479
+ "id": ""
3480
+ },
3481
+ "wpml_cf_preferences": 3,
3482
+ "user_roles": [
3483
+ "administrator"
3484
+ ],
3485
+ "open": 0,
3486
+ "multi_expand": 0,
3487
+ "endpoint": 1
3488
+ },
3489
+ {
3490
+ "key": "field_679f59be112f9",
3491
+ "label": "Block Padding",
3492
+ "name": "",
3493
+ "aria-label": "",
3494
+ "type": "tab",
3495
+ "instructions": "",
3496
+ "required": 0,
3497
+ "conditional_logic": 0,
3498
+ "wrapper": {
3499
+ "width": "",
3500
+ "class": "",
3501
+ "id": ""
3502
+ },
3503
+ "wpml_cf_preferences": 3,
3504
+ "placement": "top",
3505
+ "endpoint": 0,
3506
+ "no_preference": 0,
3507
+ "selected": 0
3508
+ },
3509
+ {
3510
+ "key": "field_64690c6256599",
3511
+ "label": "padding fields",
3512
+ "name": "padding_fields",
3513
+ "aria-label": "",
3514
+ "type": "clone",
3515
+ "instructions": "",
3516
+ "required": 0,
3517
+ "conditional_logic": [
3518
+ [
3519
+ {
3520
+ "field": "field_64690c6255a72",
3521
+ "operator": "==",
3522
+ "value": "__cocktail"
3523
+ }
3524
+ ]
3525
+ ],
3526
+ "wrapper": {
3527
+ "width": "",
3528
+ "class": "",
3529
+ "id": ""
3530
+ },
3531
+ "wpml_cf_preferences": 3,
3532
+ "user_roles": [
3533
+ "administrator"
3534
+ ],
3535
+ "clone": [
3536
+ "group_638f4148bc10b"
3537
+ ],
3538
+ "display": "seamless",
3539
+ "layout": "block",
3540
+ "prefix_label": 0,
3541
+ "prefix_name": 0,
3542
+ "acfe_seamless_style": 0,
3543
+ "acfe_clone_modal": 0,
3544
+ "acfe_clone_modal_close": 0,
3545
+ "acfe_clone_modal_button": "",
3546
+ "acfe_clone_modal_size": "large"
3547
+ },
3548
+ {
3549
+ "key": "field_64690c6255c7e",
3550
+ "label": "Block Settings",
3551
+ "name": "",
3552
+ "aria-label": "",
3553
+ "type": "tab",
3554
+ "instructions": "",
3555
+ "required": 0,
3556
+ "conditional_logic": 0,
3557
+ "wrapper": {
3558
+ "width": "",
3559
+ "class": "",
3560
+ "id": ""
3561
+ },
3562
+ "wpml_cf_preferences": 3,
3563
+ "user_roles": [
3564
+ "administrator"
3565
+ ],
3566
+ "placement": "top",
3567
+ "endpoint": 0,
3568
+ "no_preference": 0,
3569
+ "selected": 0
3570
+ },
3571
+ {
3572
+ "key": "field_64690c6255cc8",
3573
+ "label": "Block",
3574
+ "name": "",
3575
+ "aria-label": "",
3576
+ "type": "accordion",
3577
+ "instructions": "",
3578
+ "required": 0,
3579
+ "conditional_logic": 0,
3580
+ "wrapper": {
3581
+ "width": "",
3582
+ "class": "",
3583
+ "id": ""
3584
+ },
3585
+ "wpml_cf_preferences": 3,
3586
+ "user_roles": [
3587
+ "administrator"
3588
+ ],
3589
+ "open": 0,
3590
+ "multi_expand": 0,
3591
+ "endpoint": 0
3592
+ },
3593
+ {
3594
+ "key": "field_65acfc2f2da09",
3595
+ "label": "Block settings fields",
3596
+ "name": "block_settings_fields",
3597
+ "aria-label": "",
3598
+ "type": "clone",
3599
+ "instructions": "",
3600
+ "required": 0,
3601
+ "conditional_logic": 0,
3602
+ "wrapper": {
3603
+ "width": "",
3604
+ "class": "",
3605
+ "id": ""
3606
+ },
3607
+ "wpml_cf_preferences": 3,
3608
+ "user_roles": [
3609
+ "administrator"
3610
+ ],
3611
+ "clone": [
3612
+ "group_65a45ada4e128"
3613
+ ],
3614
+ "display": "seamless",
3615
+ "layout": "block",
3616
+ "prefix_label": 0,
3617
+ "prefix_name": 0,
3618
+ "acfe_seamless_style": 0,
3619
+ "acfe_clone_modal": 0,
3620
+ "acfe_clone_modal_close": 0,
3621
+ "acfe_clone_modal_button": "",
3622
+ "acfe_clone_modal_size": "large"
3623
+ },
3624
+ {
3625
+ "key": "field_64690c6255da7",
3626
+ "label": "Block end",
3627
+ "name": "",
3628
+ "aria-label": "",
3629
+ "type": "accordion",
3630
+ "instructions": "",
3631
+ "required": 0,
3632
+ "conditional_logic": 0,
3633
+ "wrapper": {
3634
+ "width": "",
3635
+ "class": "",
3636
+ "id": ""
3637
+ },
3638
+ "wpml_cf_preferences": 3,
3639
+ "user_roles": [
3640
+ "administrator"
3641
+ ],
3642
+ "open": 0,
3643
+ "multi_expand": 0,
3644
+ "endpoint": 1
3645
+ }
3646
+ ],
3647
+ "location": [
3648
+ [
3649
+ {
3650
+ "param": "block",
3651
+ "operator": "==",
3652
+ "value": "acf\/post-type-filter-grid-v3"
3653
+ }
3654
+ ]
3655
+ ],
3656
+ "menu_order": 0,
3657
+ "position": "normal",
3658
+ "style": "default",
3659
+ "label_placement": "top",
3660
+ "instruction_placement": "label",
3661
+ "hide_on_screen": "",
3662
+ "active": true,
3663
+ "description": "Library version - Do not modify in this project as any changes will be overwritten by future updates.",
3664
+ "show_in_rest": 0,
3665
+ "acfe_autosync": [
3666
+ "json"
3667
+ ],
3668
+ "acfml_field_group_mode": "localization",
3669
+ "acfe_form": 0,
3670
+ "acfe_display_title": "",
3671
+ "acfe_meta": "",
3672
+ "acfe_note": "",
3673
+ "modified": 1760782923
3674
+ }