@total_onion/onion-library 2.0.66 → 2.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/.github/workflows/npm-publish.yml +2 -2
  2. package/components/block-accent-image-v3/accent-image-v3.twig +2 -2
  3. package/components/block-accordion-v3/accordion-v3.twig +23 -24
  4. package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
  5. package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
  6. package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
  7. package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
  8. package/components/block-divider-v3/divider-v3.twig +1 -1
  9. package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +2 -2
  10. package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
  11. package/components/block-form-selection-v3/form-selection-v3.twig +16 -1
  12. package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
  13. package/components/block-group-container-v3/group-container-v3.twig +5 -4
  14. package/components/block-group-container-v3/group_6865578ada499.json +364 -38
  15. package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
  16. package/components/block-market-selector-v3/market-selector-v3.twig +1 -1
  17. package/components/block-modal-form-v3/modal-form-v3.twig +12 -12
  18. package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
  19. package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
  20. package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
  21. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
  22. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
  23. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
  24. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
  25. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
  26. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
  27. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
  28. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
  29. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
  30. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
  31. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
  32. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
  33. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
  34. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
  35. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
  36. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
  37. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
  38. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
  39. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
  40. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
  41. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
  42. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
  43. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
  44. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
  45. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
  46. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
  47. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
  48. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
  49. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
  50. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
  51. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
  52. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
  53. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
  54. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
  55. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
  56. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
  57. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
  58. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
  59. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
  60. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
  61. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
  62. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
  63. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
  64. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
  65. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
  66. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
  67. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
  68. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
  69. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
  70. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
  71. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
  72. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
  73. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
  74. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
  75. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
  76. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
  77. package/components/block-product-info-v3/product-info-v3.twig +2 -1
  78. package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
  79. package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
  80. package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
  81. package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
  82. package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
  83. package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
  84. package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
  85. package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
  86. package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
  87. package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
  88. package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
  89. package/components/block-social-networks-v3/social-networks-v3.twig +5 -6
  90. package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
  91. package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
  92. package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
  93. package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
  94. package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
  95. package/components/block-video-content-v3/video-content-v3.twig +1 -1
  96. package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
  97. package/components/component-athena-body-close-v3/athena-body-close-v3.twig +2 -2
  98. package/components/component-athena-head-v3/athena-head-v3.twig +11 -11
  99. package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
  100. package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
  101. package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
  102. package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
  103. package/components/component-core-body-close-v3/core-body-close-v3.twig +2 -0
  104. package/components/component-core-body-open-v3/core-body-open-v3.twig +32 -0
  105. package/components/component-core-head-v3/core-head-v3.twig +63 -0
  106. package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
  107. package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
  108. package/components/component-text-editor-settings-variables-v3/text-editor-settings-variables-v3.twig +1 -1
  109. package/components/component-video-component-v3/video-component-v3.twig +1 -1
  110. package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
  111. package/components/entrypoint-entry-point-html-v3/entry-point-html-v3.twig +4 -7
  112. package/components/entrypoint-entry-point-style-v3/entry-point-style-v3.twig +2 -5
  113. package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
  114. package/components/{fields-core-athena-block-render-function-v3/core-athena-block-render-function-v3.php → fields-core-block-render-function-v3/core-block-render-function-v3.php} +1 -1
  115. package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
  116. package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
  117. package/components/fields-image-management-service-v3/group_677813165b633.json +149 -0
  118. package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
  119. package/components/{component-modal-popup-content-v3 → fields-modal-popup-content-v3}/modal-popup-content-v3.twig +1 -1
  120. package/package.json +3 -2
  121. package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
  122. package/components/component-modal-popup-content/modal-popup-content.twig +0 -18
  123. package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
  124. package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
  125. package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
  126. package/components/fields-modal-popup-content/group_689876f1ee3fc.json +0 -390
  127. package/components/fields-modal-popup-content/modal-popup-content.twig +0 -18
  128. package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
  129. package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
@@ -1,1939 +1,1729 @@
1
1
  {
2
- "key": "group_686e6ec702acc",
3
- "title": "Component: Content Box Settings v3",
4
- "fields": [
5
- {
6
- "key": "field_686e6ec70ec7c",
7
- "label": "General",
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
- "user_roles": ["administrator"],
21
- "placement": "top",
22
- "endpoint": 0,
23
- "no_preference": 0,
24
- "selected": 0
25
- },
26
- {
27
- "key": "field_686e6ec70f0ae",
28
- "label": "Content Box background",
29
- "name": "content_box_background",
30
- "aria-label": "",
31
- "type": "color_picker",
32
- "instructions": "",
33
- "required": 0,
34
- "conditional_logic": 0,
35
- "wrapper": {
36
- "width": "",
37
- "class": "",
38
- "id": ""
39
- },
40
- "wpml_cf_preferences": 3,
41
- "user_roles": ["administrator"],
42
- "default_value": "",
43
- "enable_opacity": 1,
44
- "return_format": "string",
45
- "display": "default",
46
- "button_label": "Select Color",
47
- "color_picker": true,
48
- "absolute": false,
49
- "input": true,
50
- "allow_null": true,
51
- "theme_colors": false,
52
- "colors": []
53
- },
54
- {
55
- "key": "field_686e6ec70f480",
56
- "label": "Content Box aspect ratio",
57
- "name": "content_box_aspect_ratio",
58
- "aria-label": "",
59
- "type": "text",
60
- "instructions": "Css aspect ratio format (eg. 16 / 9)",
61
- "required": 0,
62
- "conditional_logic": 0,
63
- "wrapper": {
64
- "width": "",
65
- "class": "",
66
- "id": ""
67
- },
68
- "wpml_cf_preferences": 2,
69
- "user_roles": ["administrator"],
70
- "default_value": 0,
71
- "maxlength": "",
72
- "placeholder": "",
73
- "prepend": "",
74
- "append": ""
75
- },
76
- {
77
- "key": "field_686e6ec70f86b",
78
- "label": "Content box overflow",
79
- "name": "content_box_overflow",
80
- "aria-label": "",
81
- "type": "select",
82
- "instructions": "",
83
- "required": 0,
84
- "conditional_logic": 0,
85
- "wrapper": {
86
- "width": "",
87
- "class": "",
88
- "id": ""
89
- },
90
- "wpml_cf_preferences": 3,
91
- "user_roles": ["administrator"],
92
- "choices": {
93
- "__hidden": "Hidden",
94
- "__visible": "Visible"
95
- },
96
- "default_value": "__hidden",
97
- "return_format": "value",
98
- "multiple": 0,
99
- "max": "",
100
- "prepend": "",
101
- "append": "",
102
- "allow_null": 0,
103
- "ui": 0,
104
- "ajax": 0,
105
- "placeholder": "",
106
- "allow_custom": 0,
107
- "search_placeholder": "",
108
- "min": ""
109
- },
110
- {
111
- "key": "field_686e6ec70fc56",
112
- "label": "Content box max width (%)",
113
- "name": "content_box_max_width",
114
- "aria-label": "",
115
- "type": "range",
116
- "instructions": "Note: The content box width can never be smaller than the longest word. This setting does not apply to mobile devices, only to desktop and tablet.",
117
- "required": 0,
118
- "conditional_logic": 0,
119
- "wrapper": {
120
- "width": "",
121
- "class": "",
122
- "id": ""
123
- },
124
- "wpml_cf_preferences": 3,
125
- "user_roles": ["administrator"],
126
- "default_value": 100,
127
- "min": "",
128
- "max": "",
129
- "step": "",
130
- "prepend": "",
131
- "append": ""
132
- },
133
- {
134
- "key": "field_686e6ec71003c",
135
- "label": "Enable advanced content box padding",
136
- "name": "enable_advanced_content_box_settings",
137
- "aria-label": "",
138
- "type": "true_false",
139
- "instructions": "",
140
- "required": 0,
141
- "conditional_logic": 0,
142
- "wrapper": {
143
- "width": "",
144
- "class": "",
145
- "id": ""
146
- },
147
- "wpml_cf_preferences": 3,
148
- "message": "",
149
- "default_value": 1,
150
- "ui_on_text": "",
151
- "ui_off_text": "",
152
- "ui": 1,
153
- "style": ""
154
- },
155
- {
156
- "key": "field_686e6ec710428",
157
- "label": "Content box visible while video plays",
158
- "name": "content_box_visible_with_video",
159
- "aria-label": "",
160
- "type": "true_false",
161
- "instructions": "Enable this to keep your text on top of a background video",
162
- "required": 0,
163
- "conditional_logic": 0,
164
- "wrapper": {
165
- "width": "",
166
- "class": "",
167
- "id": ""
168
- },
169
- "wpml_cf_preferences": 3,
170
- "user_roles": ["administrator"],
171
- "message": "",
172
- "default_value": 0,
173
- "ui_on_text": "",
174
- "ui_off_text": "",
175
- "ui": 1,
176
- "style": ""
177
- },
178
- {
179
- "key": "field_686e6ec71080b",
180
- "label": "Desktop",
181
- "name": "",
182
- "aria-label": "",
183
- "type": "tab",
184
- "instructions": "",
185
- "required": 0,
186
- "conditional_logic": 0,
187
- "wrapper": {
188
- "width": "",
189
- "class": "",
190
- "id": ""
191
- },
192
- "wpml_cf_preferences": 3,
193
- "user_roles": ["administrator"],
194
- "placement": "top",
195
- "endpoint": 0,
196
- "no_preference": 0,
197
- "selected": 0
198
- },
199
- {
200
- "key": "field_686e6ec710bf1",
201
- "label": "Content Box Horizontal alignment",
202
- "name": "content_box_horizontal_alignment",
203
- "aria-label": "",
204
- "type": "radio",
205
- "instructions": "",
206
- "required": 0,
207
- "conditional_logic": 0,
208
- "wrapper": {
209
- "width": "",
210
- "class": "",
211
- "id": ""
212
- },
213
- "wpml_cf_preferences": 3,
214
- "user_roles": ["administrator"],
215
- "choices": {
216
- "__flex-start": "Left",
217
- "__center": "Center",
218
- "__flex-end": "Right",
219
- "__stretch": "Stretch"
220
- },
221
- "default_value": "__center",
222
- "return_format": "value",
223
- "allow_null": 0,
224
- "other_choice": 0,
225
- "layout": "horizontal",
226
- "save_other_choice": 0
227
- },
228
- {
229
- "key": "field_686e6ec710fe0",
230
- "label": "Content Box Vertical alignment",
231
- "name": "content_box_vertical_alignment",
232
- "aria-label": "",
233
- "type": "radio",
234
- "instructions": "",
235
- "required": 0,
236
- "conditional_logic": 0,
237
- "wrapper": {
238
- "width": "",
239
- "class": "",
240
- "id": ""
241
- },
242
- "wpml_cf_preferences": 3,
243
- "user_roles": ["administrator"],
244
- "choices": {
245
- "__flex-start": "Top",
246
- "__center": "Center",
247
- "__flex-end": "Bottom",
248
- "__stretch": "Stretch"
249
- },
250
- "default_value": "__center",
251
- "return_format": "value",
252
- "allow_null": 0,
253
- "other_choice": 0,
254
- "layout": "horizontal",
255
- "save_other_choice": 0
256
- },
257
- {
258
- "key": "field_686e6ec7113c1",
259
- "label": "Content items vertical alignment",
260
- "name": "content_items_alignment",
261
- "aria-label": "",
262
- "type": "radio",
263
- "instructions": "",
264
- "required": 0,
265
- "conditional_logic": 0,
266
- "wrapper": {
267
- "width": "",
268
- "class": "",
269
- "id": ""
270
- },
271
- "wpml_cf_preferences": 3,
272
- "choices": {
273
- "__flex-start": "Top",
274
- "__center": "Center",
275
- "__flex-end": "Bottom",
276
- "__space-between": "Space between",
277
- "__space-around": "Space around"
278
- },
279
- "default_value": "__center",
280
- "return_format": "value",
281
- "allow_null": 0,
282
- "other_choice": 0,
283
- "layout": "horizontal",
284
- "save_other_choice": 0
285
- },
286
- {
287
- "key": "field_686e6ec7117b4",
288
- "label": "Content box padding",
289
- "name": "content_box_padding",
290
- "aria-label": "",
291
- "type": "range",
292
- "instructions": "",
293
- "required": 0,
294
- "conditional_logic": [
295
- [
296
- {
297
- "field": "field_686e6ec71003c",
298
- "operator": "!=",
299
- "value": "1"
300
- }
301
- ]
302
- ],
303
- "wrapper": {
304
- "width": "",
305
- "class": "",
306
- "id": ""
307
- },
308
- "wpml_cf_preferences": 3,
309
- "default_value": 0,
310
- "min": "",
311
- "max": 4,
312
- "step": "0.125",
313
- "prepend": "",
314
- "append": ""
315
- },
316
- {
317
- "key": "field_686e6ec711b93",
318
- "label": "Content container margin",
319
- "name": "content_container_margin",
320
- "aria-label": "",
321
- "type": "range",
322
- "instructions": "",
323
- "required": 0,
324
- "conditional_logic": [
325
- [
326
- {
327
- "field": "field_686e6ec71003c",
328
- "operator": "!=",
329
- "value": "1"
330
- }
331
- ]
332
- ],
333
- "wrapper": {
334
- "width": "",
335
- "class": "",
336
- "id": ""
337
- },
338
- "wpml_cf_preferences": 3,
339
- "default_value": 0,
340
- "min": "",
341
- "max": 4,
342
- "step": "0.125",
343
- "prepend": "",
344
- "append": ""
345
- },
346
- {
347
- "key": "field_686e6ec711f81",
348
- "label": "Content box padding desktop:",
349
- "name": "",
350
- "aria-label": "",
351
- "type": "message",
352
- "instructions": "",
353
- "required": 0,
354
- "conditional_logic": [
355
- [
356
- {
357
- "field": "field_686e6ec71003c",
358
- "operator": "==",
359
- "value": "1"
360
- }
361
- ]
362
- ],
363
- "wrapper": {
364
- "width": "",
365
- "class": "",
366
- "id": ""
367
- },
368
- "wpml_cf_preferences": 2,
369
- "user_roles": ["all"],
370
- "message": "",
371
- "new_lines": "wpautop",
372
- "esc_html": 0
373
- },
374
- {
375
- "key": "field_686e6ec712366",
376
- "label": "Content box padding desktop top",
377
- "name": "content_box_padding_desktop_top",
378
- "aria-label": "",
379
- "type": "range",
380
- "instructions": "",
381
- "required": 0,
382
- "conditional_logic": [
383
- [
384
- {
385
- "field": "field_686e6ec71003c",
386
- "operator": "==",
387
- "value": "1"
388
- }
389
- ]
390
- ],
391
- "wrapper": {
392
- "width": "",
393
- "class": "",
394
- "id": ""
395
- },
396
- "wpml_cf_preferences": 3,
397
- "default_value": 0,
398
- "min": "",
399
- "max": 4,
400
- "step": "0.125",
401
- "prepend": "",
402
- "append": ""
403
- },
404
- {
405
- "key": "field_686e6ec712753",
406
- "label": "Content box padding desktop right",
407
- "name": "content_box_padding_desktop_right",
408
- "aria-label": "",
409
- "type": "range",
410
- "instructions": "",
411
- "required": 0,
412
- "conditional_logic": [
413
- [
414
- {
415
- "field": "field_686e6ec71003c",
416
- "operator": "==",
417
- "value": "1"
418
- }
419
- ]
420
- ],
421
- "wrapper": {
422
- "width": "",
423
- "class": "",
424
- "id": ""
425
- },
426
- "wpml_cf_preferences": 3,
427
- "default_value": 0,
428
- "min": "",
429
- "max": 4,
430
- "step": "0.125",
431
- "prepend": "",
432
- "append": ""
433
- },
434
- {
435
- "key": "field_686e6ec712b30",
436
- "label": "Content box padding desktop bottom",
437
- "name": "content_box_padding_desktop_bottom",
438
- "aria-label": "",
439
- "type": "range",
440
- "instructions": "",
441
- "required": 0,
442
- "conditional_logic": [
443
- [
444
- {
445
- "field": "field_686e6ec71003c",
446
- "operator": "==",
447
- "value": "1"
448
- }
449
- ]
450
- ],
451
- "wrapper": {
452
- "width": "",
453
- "class": "",
454
- "id": ""
455
- },
456
- "wpml_cf_preferences": 3,
457
- "default_value": 0,
458
- "min": "",
459
- "max": 4,
460
- "step": "0.125",
461
- "prepend": "",
462
- "append": ""
463
- },
464
- {
465
- "key": "field_686e6ec712f22",
466
- "label": "Content box padding desktop left",
467
- "name": "content_box_padding_desktop_left",
468
- "aria-label": "",
469
- "type": "range",
470
- "instructions": "",
471
- "required": 0,
472
- "conditional_logic": [
473
- [
474
- {
475
- "field": "field_686e6ec71003c",
476
- "operator": "==",
477
- "value": "1"
478
- }
479
- ]
480
- ],
481
- "wrapper": {
482
- "width": "",
483
- "class": "",
484
- "id": ""
485
- },
486
- "wpml_cf_preferences": 3,
487
- "default_value": 0,
488
- "min": "",
489
- "max": 4,
490
- "step": "0.125",
491
- "prepend": "",
492
- "append": ""
493
- },
494
- {
495
- "key": "field_686e6ec713302",
496
- "label": "Content box (container) margin desktop:",
497
- "name": "",
498
- "aria-label": "",
499
- "type": "message",
500
- "instructions": "",
501
- "required": 0,
502
- "conditional_logic": [
503
- [
504
- {
505
- "field": "field_686e6ec71003c",
506
- "operator": "==",
507
- "value": "1"
508
- }
509
- ]
510
- ],
511
- "wrapper": {
512
- "width": "",
513
- "class": "",
514
- "id": ""
515
- },
516
- "wpml_cf_preferences": 2,
517
- "user_roles": ["all"],
518
- "message": "",
519
- "new_lines": "wpautop",
520
- "esc_html": 0
521
- },
522
- {
523
- "key": "field_686e6ec7136eb",
524
- "label": "Content container margin desktop top",
525
- "name": "content_container_margin_desktop_top",
526
- "aria-label": "",
527
- "type": "range",
528
- "instructions": "",
529
- "required": 0,
530
- "conditional_logic": [
531
- [
532
- {
533
- "field": "field_686e6ec71003c",
534
- "operator": "==",
535
- "value": "1"
536
- }
537
- ]
538
- ],
539
- "wrapper": {
540
- "width": "",
541
- "class": "",
542
- "id": ""
543
- },
544
- "wpml_cf_preferences": 3,
545
- "default_value": 0,
546
- "min": "",
547
- "max": 4,
548
- "step": "0.125",
549
- "prepend": "",
550
- "append": ""
551
- },
552
- {
553
- "key": "field_686e6ec713ad5",
554
- "label": "Content container margin desktop right",
555
- "name": "content_container_margin_desktop_right",
556
- "aria-label": "",
557
- "type": "range",
558
- "instructions": "",
559
- "required": 0,
560
- "conditional_logic": [
561
- [
562
- {
563
- "field": "field_686e6ec71003c",
564
- "operator": "==",
565
- "value": "1"
566
- }
567
- ]
568
- ],
569
- "wrapper": {
570
- "width": "",
571
- "class": "",
572
- "id": ""
573
- },
574
- "wpml_cf_preferences": 3,
575
- "default_value": 0,
576
- "min": "",
577
- "max": 4,
578
- "step": "0.125",
579
- "prepend": "",
580
- "append": ""
581
- },
582
- {
583
- "key": "field_686e6ec713ebd",
584
- "label": "Content container margin desktop bottom",
585
- "name": "content_container_margin_desktop_bottom",
586
- "aria-label": "",
587
- "type": "range",
588
- "instructions": "",
589
- "required": 0,
590
- "conditional_logic": [
591
- [
592
- {
593
- "field": "field_686e6ec71003c",
594
- "operator": "==",
595
- "value": "1"
596
- }
597
- ]
598
- ],
599
- "wrapper": {
600
- "width": "",
601
- "class": "",
602
- "id": ""
603
- },
604
- "wpml_cf_preferences": 3,
605
- "default_value": 0,
606
- "min": "",
607
- "max": 4,
608
- "step": "0.125",
609
- "prepend": "",
610
- "append": ""
611
- },
612
- {
613
- "key": "field_686e6ec7142a2",
614
- "label": "Content container margin desktop left",
615
- "name": "content_container_margin_desktop_left",
616
- "aria-label": "",
617
- "type": "range",
618
- "instructions": "",
619
- "required": 0,
620
- "conditional_logic": [
621
- [
622
- {
623
- "field": "field_686e6ec71003c",
624
- "operator": "==",
625
- "value": "1"
626
- }
627
- ]
628
- ],
629
- "wrapper": {
630
- "width": "",
631
- "class": "",
632
- "id": ""
633
- },
634
- "wpml_cf_preferences": 3,
635
- "default_value": 0,
636
- "min": "",
637
- "max": 4,
638
- "step": "0.125",
639
- "prepend": "",
640
- "append": ""
641
- },
642
- {
643
- "key": "field_686e6ec71468e",
644
- "label": "Portrait",
645
- "name": "",
646
- "aria-label": "",
647
- "type": "tab",
648
- "instructions": "",
649
- "required": 0,
650
- "conditional_logic": 0,
651
- "wrapper": {
652
- "width": "",
653
- "class": "",
654
- "id": ""
655
- },
656
- "wpml_cf_preferences": 3,
657
- "placement": "top",
658
- "endpoint": 0,
659
- "no_preference": 0,
660
- "selected": 0
661
- },
662
- {
663
- "key": "field_686e6ec714a75",
664
- "label": "Enable portrait specific content box layout",
665
- "name": "enable_portrait_content_box_layout",
666
- "aria-label": "",
667
- "type": "true_false",
668
- "instructions": "",
669
- "required": 0,
670
- "conditional_logic": 0,
671
- "wrapper": {
672
- "width": "",
673
- "class": "",
674
- "id": ""
675
- },
676
- "wpml_cf_preferences": 3,
677
- "message": "",
678
- "default_value": 0,
679
- "ui_on_text": "",
680
- "ui_off_text": "",
681
- "ui": 1,
682
- "style": ""
683
- },
684
- {
685
- "key": "field_686e6ec714e5a",
686
- "label": "Content Box Horizontal alignment portrait",
687
- "name": "content_box_horizontal_alignment_portrait",
688
- "aria-label": "",
689
- "type": "radio",
690
- "instructions": "",
691
- "required": 0,
692
- "conditional_logic": [
693
- [
694
- {
695
- "field": "field_686e6ec714a75",
696
- "operator": "==",
697
- "value": "1"
698
- }
699
- ]
700
- ],
701
- "wrapper": {
702
- "width": "",
703
- "class": "",
704
- "id": ""
705
- },
706
- "wpml_cf_preferences": 3,
707
- "choices": {
708
- "__flex-start": "Left",
709
- "__center": "Center",
710
- "__flex-end": "Right",
711
- "__stretch": "Stretch"
712
- },
713
- "default_value": "__center",
714
- "return_format": "value",
715
- "allow_null": 0,
716
- "other_choice": 0,
717
- "layout": "horizontal",
718
- "save_other_choice": 0
719
- },
720
- {
721
- "key": "field_686e6ec715242",
722
- "label": "Content Box Vertical alignment portrait",
723
- "name": "content_box_vertical_alignment_portrait",
724
- "aria-label": "",
725
- "type": "radio",
726
- "instructions": "",
727
- "required": 0,
728
- "conditional_logic": [
729
- [
730
- {
731
- "field": "field_686e6ec714a75",
732
- "operator": "==",
733
- "value": "1"
734
- }
735
- ]
736
- ],
737
- "wrapper": {
738
- "width": "",
739
- "class": "",
740
- "id": ""
741
- },
742
- "wpml_cf_preferences": 3,
743
- "choices": {
744
- "__flex-start": "Top",
745
- "__center": "Center",
746
- "__flex-end": "Bottom",
747
- "__stretch": "Stretch"
748
- },
749
- "default_value": "__center",
750
- "return_format": "value",
751
- "allow_null": 0,
752
- "other_choice": 0,
753
- "layout": "horizontal",
754
- "save_other_choice": 0
755
- },
756
- {
757
- "key": "field_686e6ec715e00",
758
- "label": "Content box padding portrait top",
759
- "name": "content_box_padding_portrait_top",
760
- "aria-label": "",
761
- "type": "range",
762
- "instructions": "",
763
- "required": 0,
764
- "conditional_logic": [
765
- [
766
- {
767
- "field": "field_686e6ec714a75",
768
- "operator": "==",
769
- "value": "1"
770
- }
771
- ]
772
- ],
773
- "wrapper": {
774
- "width": "",
775
- "class": "",
776
- "id": ""
777
- },
778
- "wpml_cf_preferences": 3,
779
- "default_value": 0,
780
- "min": "",
781
- "max": 4,
782
- "step": "0.125",
783
- "prepend": "",
784
- "append": ""
785
- },
786
- {
787
- "key": "field_686e6ec7161e1",
788
- "label": "Content box padding portrait right",
789
- "name": "content_box_padding_portrait_right",
790
- "aria-label": "",
791
- "type": "range",
792
- "instructions": "",
793
- "required": 0,
794
- "conditional_logic": [
795
- [
796
- {
797
- "field": "field_686e6ec714a75",
798
- "operator": "==",
799
- "value": "1"
800
- }
801
- ]
802
- ],
803
- "wrapper": {
804
- "width": "",
805
- "class": "",
806
- "id": ""
807
- },
808
- "wpml_cf_preferences": 3,
809
- "default_value": 0,
810
- "min": "",
811
- "max": 4,
812
- "step": "0.125",
813
- "prepend": "",
814
- "append": ""
815
- },
816
- {
817
- "key": "field_686e6ec71562f",
818
- "label": "Content items vertical alignment portrait",
819
- "name": "content_items_vertical_alignment_portrait",
820
- "aria-label": "",
821
- "type": "radio",
822
- "instructions": "",
823
- "required": 0,
824
- "conditional_logic": [
825
- [
826
- {
827
- "field": "field_686e6ec714a75",
828
- "operator": "==",
829
- "value": "1"
830
- }
831
- ]
832
- ],
833
- "wrapper": {
834
- "width": "",
835
- "class": "",
836
- "id": ""
837
- },
838
- "wpml_cf_preferences": 3,
839
- "choices": {
840
- "__flex-start": "Top",
841
- "__center": "Center",
842
- "__flex-end": "Bottom",
843
- "__space-between": "Space between",
844
- "__space-around": "Space around"
845
- },
846
- "default_value": "__center",
847
- "return_format": "value",
848
- "allow_null": 0,
849
- "other_choice": 0,
850
- "layout": "horizontal",
851
- "save_other_choice": 0
852
- },
853
- {
854
- "key": "field_686e6ec7165cc",
855
- "label": "Content box padding portrait bottom",
856
- "name": "content_box_padding_portrait_bottom",
857
- "aria-label": "",
858
- "type": "range",
859
- "instructions": "",
860
- "required": 0,
861
- "conditional_logic": [
862
- [
863
- {
864
- "field": "field_686e6ec714a75",
865
- "operator": "==",
866
- "value": "1"
867
- }
868
- ]
869
- ],
870
- "wrapper": {
871
- "width": "",
872
- "class": "",
873
- "id": ""
874
- },
875
- "wpml_cf_preferences": 3,
876
- "default_value": 0,
877
- "min": "",
878
- "max": 4,
879
- "step": "0.125",
880
- "prepend": "",
881
- "append": ""
882
- },
883
- {
884
- "key": "field_686e6ec7169b5",
885
- "label": "Content box padding portrait left",
886
- "name": "content_box_padding_portrait_left",
887
- "aria-label": "",
888
- "type": "range",
889
- "instructions": "",
890
- "required": 0,
891
- "conditional_logic": [
892
- [
893
- {
894
- "field": "field_686e6ec714a75",
895
- "operator": "==",
896
- "value": "1"
897
- }
898
- ]
899
- ],
900
- "wrapper": {
901
- "width": "",
902
- "class": "",
903
- "id": ""
904
- },
905
- "wpml_cf_preferences": 3,
906
- "default_value": 0,
907
- "min": "",
908
- "max": 4,
909
- "step": "0.125",
910
- "prepend": "",
911
- "append": ""
912
- },
913
- {
914
- "key": "field_686e6ec715a16",
915
- "label": "Content box padding portrait:",
916
- "name": "",
917
- "aria-label": "",
918
- "type": "message",
919
- "instructions": "",
920
- "required": 0,
921
- "conditional_logic": [
922
- [
923
- {
924
- "field": "field_686e6ec714a75",
925
- "operator": "==",
926
- "value": "1"
927
- }
928
- ]
929
- ],
930
- "wrapper": {
931
- "width": "",
932
- "class": "",
933
- "id": ""
934
- },
935
- "wpml_cf_preferences": 2,
936
- "message": "",
937
- "new_lines": "wpautop",
938
- "esc_html": 0
939
- },
940
- {
941
- "key": "field_686e6ec717183",
942
- "label": "Content container margin portrait top",
943
- "name": "content_container_margin_portrait_top",
944
- "aria-label": "",
945
- "type": "range",
946
- "instructions": "",
947
- "required": 0,
948
- "conditional_logic": [
949
- [
950
- {
951
- "field": "field_686e6ec714a75",
952
- "operator": "==",
953
- "value": "1"
954
- }
955
- ]
956
- ],
957
- "wrapper": {
958
- "width": "",
959
- "class": "",
960
- "id": ""
961
- },
962
- "wpml_cf_preferences": 3,
963
- "default_value": 0,
964
- "min": "",
965
- "max": 4,
966
- "step": "0.125",
967
- "prepend": "",
968
- "append": ""
969
- },
970
- {
971
- "key": "field_686e6ec717570",
972
- "label": "Content container margin portrait right",
973
- "name": "content_container_margin_portrait_right",
974
- "aria-label": "",
975
- "type": "range",
976
- "instructions": "",
977
- "required": 0,
978
- "conditional_logic": [
979
- [
980
- {
981
- "field": "field_686e6ec714a75",
982
- "operator": "==",
983
- "value": "1"
984
- }
985
- ]
986
- ],
987
- "wrapper": {
988
- "width": "",
989
- "class": "",
990
- "id": ""
991
- },
992
- "wpml_cf_preferences": 3,
993
- "default_value": 0,
994
- "min": "",
995
- "max": 4,
996
- "step": "0.125",
997
- "prepend": "",
998
- "append": ""
999
- },
1000
- {
1001
- "key": "field_686e6ec717956",
1002
- "label": "Content container margin portrait bottom",
1003
- "name": "content_container_margin_portrait_bottom",
1004
- "aria-label": "",
1005
- "type": "range",
1006
- "instructions": "",
1007
- "required": 0,
1008
- "conditional_logic": [
1009
- [
1010
- {
1011
- "field": "field_686e6ec714a75",
1012
- "operator": "==",
1013
- "value": "1"
1014
- }
1015
- ]
1016
- ],
1017
- "wrapper": {
1018
- "width": "",
1019
- "class": "",
1020
- "id": ""
1021
- },
1022
- "wpml_cf_preferences": 3,
1023
- "default_value": 0,
1024
- "min": "",
1025
- "max": 4,
1026
- "step": "0.125",
1027
- "prepend": "",
1028
- "append": ""
1029
- },
1030
- {
1031
- "key": "field_686e6ec717d41",
1032
- "label": "Content container margin portrait left",
1033
- "name": "content_container_margin_portrait_left",
1034
- "aria-label": "",
1035
- "type": "range",
1036
- "instructions": "",
1037
- "required": 0,
1038
- "conditional_logic": [
1039
- [
1040
- {
1041
- "field": "field_686e6ec714a75",
1042
- "operator": "==",
1043
- "value": "1"
1044
- }
1045
- ]
1046
- ],
1047
- "wrapper": {
1048
- "width": "",
1049
- "class": "",
1050
- "id": ""
1051
- },
1052
- "wpml_cf_preferences": 3,
1053
- "default_value": 0,
1054
- "min": "",
1055
- "max": 4,
1056
- "step": "0.125",
1057
- "prepend": "",
1058
- "append": ""
1059
- },
1060
- {
1061
- "key": "field_686e6ec716d9e",
1062
- "label": "Content box (container) margin portrait:",
1063
- "name": "",
1064
- "aria-label": "",
1065
- "type": "message",
1066
- "instructions": "",
1067
- "required": 0,
1068
- "conditional_logic": [
1069
- [
1070
- {
1071
- "field": "field_686e6ec714a75",
1072
- "operator": "==",
1073
- "value": "1"
1074
- }
1075
- ]
1076
- ],
1077
- "wrapper": {
1078
- "width": "",
1079
- "class": "",
1080
- "id": ""
1081
- },
1082
- "wpml_cf_preferences": 2,
1083
- "message": "",
1084
- "new_lines": "wpautop",
1085
- "esc_html": 0
1086
- },
1087
- {
1088
- "key": "field_686e6ec71a073",
1089
- "label": "Content box padding mobile top",
1090
- "name": "content_box_padding_mobile_top",
1091
- "aria-label": "",
1092
- "type": "range",
1093
- "instructions": "",
1094
- "required": 0,
1095
- "conditional_logic": [
1096
- [
1097
- {
1098
- "field": "field_686e6ec71003c",
1099
- "operator": "==",
1100
- "value": "1"
1101
- },
1102
- {
1103
- "field": "field_686e6ec71850b",
1104
- "operator": "==",
1105
- "value": "1"
1106
- }
1107
- ]
1108
- ],
1109
- "wrapper": {
1110
- "width": "",
1111
- "class": "",
1112
- "id": ""
1113
- },
1114
- "wpml_cf_preferences": 3,
1115
- "default_value": 0,
1116
- "min": "",
1117
- "max": 4,
1118
- "step": "0.125",
1119
- "prepend": "",
1120
- "append": ""
1121
- },
1122
- {
1123
- "key": "field_686e6ec71a44d",
1124
- "label": "Content box padding mobile right",
1125
- "name": "content_box_padding_mobile_right",
1126
- "aria-label": "",
1127
- "type": "range",
1128
- "instructions": "",
1129
- "required": 0,
1130
- "conditional_logic": [
1131
- [
1132
- {
1133
- "field": "field_686e6ec71003c",
1134
- "operator": "==",
1135
- "value": "1"
1136
- },
1137
- {
1138
- "field": "field_686e6ec71850b",
1139
- "operator": "==",
1140
- "value": "1"
1141
- }
1142
- ]
1143
- ],
1144
- "wrapper": {
1145
- "width": "",
1146
- "class": "",
1147
- "id": ""
1148
- },
1149
- "wpml_cf_preferences": 3,
1150
- "default_value": 0,
1151
- "min": "",
1152
- "max": 4,
1153
- "step": "0.125",
1154
- "prepend": "",
1155
- "append": ""
1156
- },
1157
- {
1158
- "key": "field_686e6ec71a838",
1159
- "label": "Content box padding mobile bottom",
1160
- "name": "content_box_padding_mobile_bottom",
1161
- "aria-label": "",
1162
- "type": "range",
1163
- "instructions": "",
1164
- "required": 0,
1165
- "conditional_logic": [
1166
- [
1167
- {
1168
- "field": "field_686e6ec71003c",
1169
- "operator": "==",
1170
- "value": "1"
1171
- },
1172
- {
1173
- "field": "field_686e6ec71850b",
1174
- "operator": "==",
1175
- "value": "1"
1176
- }
1177
- ]
1178
- ],
1179
- "wrapper": {
1180
- "width": "",
1181
- "class": "",
1182
- "id": ""
1183
- },
1184
- "wpml_cf_preferences": 3,
1185
- "default_value": 0,
1186
- "min": "",
1187
- "max": 4,
1188
- "step": "0.125",
1189
- "prepend": "",
1190
- "append": ""
1191
- },
1192
- {
1193
- "key": "field_686e6ec71ac1d",
1194
- "label": "Content box padding mobile left",
1195
- "name": "content_box_padding_mobile_left",
1196
- "aria-label": "",
1197
- "type": "range",
1198
- "instructions": "",
1199
- "required": 0,
1200
- "conditional_logic": [
1201
- [
1202
- {
1203
- "field": "field_686e6ec71003c",
1204
- "operator": "==",
1205
- "value": "1"
1206
- },
1207
- {
1208
- "field": "field_686e6ec71850b",
1209
- "operator": "==",
1210
- "value": "1"
1211
- }
1212
- ]
1213
- ],
1214
- "wrapper": {
1215
- "width": "",
1216
- "class": "",
1217
- "id": ""
1218
- },
1219
- "wpml_cf_preferences": 3,
1220
- "default_value": 0,
1221
- "min": "",
1222
- "max": 4,
1223
- "step": "0.125",
1224
- "prepend": "",
1225
- "append": ""
1226
- },
1227
- {
1228
- "key": "field_686e6ec71b3ee",
1229
- "label": "Content container margin mobile top",
1230
- "name": "content_container_margin_mobile_top",
1231
- "aria-label": "",
1232
- "type": "range",
1233
- "instructions": "",
1234
- "required": 0,
1235
- "conditional_logic": [
1236
- [
1237
- {
1238
- "field": "field_686e6ec71003c",
1239
- "operator": "==",
1240
- "value": "1"
1241
- },
1242
- {
1243
- "field": "field_686e6ec71850b",
1244
- "operator": "==",
1245
- "value": "1"
1246
- }
1247
- ]
1248
- ],
1249
- "wrapper": {
1250
- "width": "",
1251
- "class": "",
1252
- "id": ""
1253
- },
1254
- "wpml_cf_preferences": 3,
1255
- "default_value": 0,
1256
- "min": "",
1257
- "max": 4,
1258
- "step": "0.125",
1259
- "prepend": "",
1260
- "append": ""
1261
- },
1262
- {
1263
- "key": "field_686e6ec71812e",
1264
- "label": "Mobile",
1265
- "name": "",
1266
- "aria-label": "",
1267
- "type": "tab",
1268
- "instructions": "",
1269
- "required": 0,
1270
- "conditional_logic": 0,
1271
- "wrapper": {
1272
- "width": "",
1273
- "class": "",
1274
- "id": ""
1275
- },
1276
- "wpml_cf_preferences": 3,
1277
- "user_roles": ["administrator"],
1278
- "placement": "top",
1279
- "endpoint": 0,
1280
- "no_preference": 0,
1281
- "selected": 0
1282
- },
1283
- {
1284
- "key": "field_686e6ec71b7d2",
1285
- "label": "Content container margin mobile right",
1286
- "name": "content_container_margin_mobile_right",
1287
- "aria-label": "",
1288
- "type": "range",
1289
- "instructions": "",
1290
- "required": 0,
1291
- "conditional_logic": [
1292
- [
1293
- {
1294
- "field": "field_686e6ec71003c",
1295
- "operator": "==",
1296
- "value": "1"
1297
- },
1298
- {
1299
- "field": "field_686e6ec71850b",
1300
- "operator": "==",
1301
- "value": "1"
1302
- }
1303
- ]
1304
- ],
1305
- "wrapper": {
1306
- "width": "",
1307
- "class": "",
1308
- "id": ""
1309
- },
1310
- "wpml_cf_preferences": 3,
1311
- "default_value": 0,
1312
- "min": "",
1313
- "max": 4,
1314
- "step": "0.125",
1315
- "prepend": "",
1316
- "append": ""
1317
- },
1318
- {
1319
- "key": "field_686e6ec71850b",
1320
- "label": "Enable mobile specific content box layout",
1321
- "name": "enable_mobile_content_box_layout",
1322
- "aria-label": "",
1323
- "type": "true_false",
1324
- "instructions": "",
1325
- "required": 0,
1326
- "conditional_logic": 0,
1327
- "wrapper": {
1328
- "width": "",
1329
- "class": "",
1330
- "id": ""
1331
- },
1332
- "wpml_cf_preferences": 3,
1333
- "message": "",
1334
- "default_value": 1,
1335
- "ui_on_text": "",
1336
- "ui_off_text": "",
1337
- "ui": 1,
1338
- "style": ""
1339
- },
1340
- {
1341
- "key": "field_686e6ec71bbc1",
1342
- "label": "Content container margin mobile bottom",
1343
- "name": "content_container_margin_mobile_bottom",
1344
- "aria-label": "",
1345
- "type": "range",
1346
- "instructions": "",
1347
- "required": 0,
1348
- "conditional_logic": [
1349
- [
1350
- {
1351
- "field": "field_686e6ec71003c",
1352
- "operator": "==",
1353
- "value": "1"
1354
- },
1355
- {
1356
- "field": "field_686e6ec71850b",
1357
- "operator": "==",
1358
- "value": "1"
1359
- }
1360
- ]
1361
- ],
1362
- "wrapper": {
1363
- "width": "",
1364
- "class": "",
1365
- "id": ""
1366
- },
1367
- "wpml_cf_preferences": 3,
1368
- "default_value": 0,
1369
- "min": "",
1370
- "max": 4,
1371
- "step": "0.125",
1372
- "prepend": "",
1373
- "append": ""
1374
- },
1375
- {
1376
- "key": "field_686e6ec7188f3",
1377
- "label": "Content Box Horizontal alignment mobile",
1378
- "name": "content_box_horizontal_alignment_mobile",
1379
- "aria-label": "",
1380
- "type": "radio",
1381
- "instructions": "",
1382
- "required": 0,
1383
- "conditional_logic": [
1384
- [
1385
- {
1386
- "field": "field_686e6ec71850b",
1387
- "operator": "==",
1388
- "value": "1"
1389
- }
1390
- ]
1391
- ],
1392
- "wrapper": {
1393
- "width": "",
1394
- "class": "",
1395
- "id": ""
1396
- },
1397
- "wpml_cf_preferences": 3,
1398
- "user_roles": ["administrator"],
1399
- "choices": {
1400
- "__flex-start": "Left",
1401
- "__center": "Cnt",
1402
- "__flex-end": "Right",
1403
- "__stretch": "Stretch"
1404
- },
1405
- "default_value": "__center",
1406
- "return_format": "value",
1407
- "allow_null": 0,
1408
- "other_choice": 0,
1409
- "layout": "horizontal",
1410
- "save_other_choice": 0
1411
- },
1412
- {
1413
- "key": "field_686e6ec71bfa5",
1414
- "label": "Content container margin mobile left",
1415
- "name": "content_container_margin_mobile_left",
1416
- "aria-label": "",
1417
- "type": "range",
1418
- "instructions": "",
1419
- "required": 0,
1420
- "conditional_logic": [
1421
- [
1422
- {
1423
- "field": "field_686e6ec71003c",
1424
- "operator": "==",
1425
- "value": "1"
1426
- },
1427
- {
1428
- "field": "field_686e6ec71850b",
1429
- "operator": "==",
1430
- "value": "1"
1431
- }
1432
- ]
1433
- ],
1434
- "wrapper": {
1435
- "width": "",
1436
- "class": "",
1437
- "id": ""
1438
- },
1439
- "wpml_cf_preferences": 3,
1440
- "default_value": 0,
1441
- "min": "",
1442
- "max": 4,
1443
- "step": "0.125",
1444
- "prepend": "",
1445
- "append": ""
1446
- },
1447
- {
1448
- "key": "field_686e6ec718cdc",
1449
- "label": "Content Box Vertical alignment mobile",
1450
- "name": "content_box_vertical_alignment_mobile",
1451
- "aria-label": "",
1452
- "type": "radio",
1453
- "instructions": "",
1454
- "required": 0,
1455
- "conditional_logic": [
1456
- [
1457
- {
1458
- "field": "field_686e6ec71850b",
1459
- "operator": "==",
1460
- "value": "1"
1461
- }
1462
- ]
1463
- ],
1464
- "wrapper": {
1465
- "width": "",
1466
- "class": "",
1467
- "id": ""
1468
- },
1469
- "wpml_cf_preferences": 3,
1470
- "choices": {
1471
- "__flex-start": "Top",
1472
- "__center": "Center",
1473
- "__flex-end": "Bottom",
1474
- "__stretch": "Stretch"
1475
- },
1476
- "default_value": "__center",
1477
- "return_format": "value",
1478
- "allow_null": 0,
1479
- "other_choice": 0,
1480
- "layout": "horizontal",
1481
- "save_other_choice": 0
1482
- },
1483
- {
1484
- "key": "field_686e6ec7190c3",
1485
- "label": "Content items alignment mobile",
1486
- "name": "content_items_alignment_mobile",
1487
- "aria-label": "",
1488
- "type": "radio",
1489
- "instructions": "",
1490
- "required": 0,
1491
- "conditional_logic": [
1492
- [
1493
- {
1494
- "field": "field_686e6ec71850b",
1495
- "operator": "==",
1496
- "value": "1"
1497
- }
1498
- ]
1499
- ],
1500
- "wrapper": {
1501
- "width": "",
1502
- "class": "",
1503
- "id": ""
1504
- },
1505
- "wpml_cf_preferences": 3,
1506
- "choices": {
1507
- "__flex-start": "Top",
1508
- "__center": "Center",
1509
- "__flex-end": "Bottom",
1510
- "__space-between": "Space between",
1511
- "__space-around": "Space around"
1512
- },
1513
- "default_value": "__center",
1514
- "return_format": "value",
1515
- "allow_null": 0,
1516
- "other_choice": 0,
1517
- "layout": "horizontal",
1518
- "save_other_choice": 0
1519
- },
1520
- {
1521
- "key": "field_686e6ec7194af",
1522
- "label": "Content box padding mobile",
1523
- "name": "content_box_padding_mobile",
1524
- "aria-label": "",
1525
- "type": "range",
1526
- "instructions": "",
1527
- "required": 0,
1528
- "conditional_logic": [
1529
- [
1530
- {
1531
- "field": "field_686e6ec71850b",
1532
- "operator": "==",
1533
- "value": "1"
1534
- },
1535
- {
1536
- "field": "field_686e6ec71003c",
1537
- "operator": "!=",
1538
- "value": "1"
1539
- }
1540
- ]
1541
- ],
1542
- "wrapper": {
1543
- "width": "",
1544
- "class": "",
1545
- "id": ""
1546
- },
1547
- "wpml_cf_preferences": 3,
1548
- "default_value": 0,
1549
- "min": "",
1550
- "max": 4,
1551
- "step": "0.125",
1552
- "prepend": "",
1553
- "append": ""
1554
- },
1555
- {
1556
- "key": "field_686e6ec719897",
1557
- "label": "Content container margin mobile",
1558
- "name": "content_container_margin_mobile",
1559
- "aria-label": "",
1560
- "type": "range",
1561
- "instructions": "",
1562
- "required": 0,
1563
- "conditional_logic": [
1564
- [
1565
- {
1566
- "field": "field_686e6ec71850b",
1567
- "operator": "==",
1568
- "value": "1"
1569
- },
1570
- {
1571
- "field": "field_686e6ec71003c",
1572
- "operator": "!=",
1573
- "value": "1"
1574
- }
1575
- ]
1576
- ],
1577
- "wrapper": {
1578
- "width": "",
1579
- "class": "",
1580
- "id": ""
1581
- },
1582
- "wpml_cf_preferences": 3,
1583
- "default_value": 0,
1584
- "min": "",
1585
- "max": 4,
1586
- "step": "0.125",
1587
- "prepend": "",
1588
- "append": ""
1589
- },
1590
- {
1591
- "key": "field_686e6ec719c7d",
1592
- "label": "Content box padding mobile:",
1593
- "name": "",
1594
- "aria-label": "",
1595
- "type": "message",
1596
- "instructions": "",
1597
- "required": 0,
1598
- "conditional_logic": [
1599
- [
1600
- {
1601
- "field": "field_686e6ec71003c",
1602
- "operator": "==",
1603
- "value": "1"
1604
- },
1605
- {
1606
- "field": "field_686e6ec71850b",
1607
- "operator": "==",
1608
- "value": "1"
1609
- }
1610
- ]
1611
- ],
1612
- "wrapper": {
1613
- "width": "",
1614
- "class": "",
1615
- "id": ""
1616
- },
1617
- "wpml_cf_preferences": 2,
1618
- "user_roles": ["all"],
1619
- "message": "",
1620
- "new_lines": "wpautop",
1621
- "esc_html": 0
1622
- },
1623
- {
1624
- "key": "field_686e6ec71b008",
1625
- "label": "Content box (container) margin mobile:",
1626
- "name": "",
1627
- "aria-label": "",
1628
- "type": "message",
1629
- "instructions": "",
1630
- "required": 0,
1631
- "conditional_logic": [
1632
- [
1633
- {
1634
- "field": "field_686e6ec71003c",
1635
- "operator": "==",
1636
- "value": "1"
1637
- },
1638
- {
1639
- "field": "field_686e6ec71850b",
1640
- "operator": "==",
1641
- "value": "1"
1642
- }
1643
- ]
1644
- ],
1645
- "wrapper": {
1646
- "width": "",
1647
- "class": "",
1648
- "id": ""
1649
- },
1650
- "wpml_cf_preferences": 2,
1651
- "user_roles": ["all"],
1652
- "message": "",
1653
- "new_lines": "wpautop",
1654
- "esc_html": 0
1655
- },
1656
- {
1657
- "key": "field_686e6ec71c390",
1658
- "label": "Border",
1659
- "name": "",
1660
- "aria-label": "",
1661
- "type": "tab",
1662
- "instructions": "",
1663
- "required": 0,
1664
- "conditional_logic": 0,
1665
- "wrapper": {
1666
- "width": "",
1667
- "class": "",
1668
- "id": ""
1669
- },
1670
- "wpml_cf_preferences": 3,
1671
- "user_roles": ["administrator"],
1672
- "placement": "top",
1673
- "endpoint": 0,
1674
- "no_preference": 0,
1675
- "selected": 0
1676
- },
1677
- {
1678
- "key": "field_686e6ec71c777",
1679
- "label": "Enable content box border",
1680
- "name": "enable_content_box_border",
1681
- "aria-label": "",
1682
- "type": "true_false",
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": ["administrator"],
1693
- "message": "",
1694
- "default_value": 0,
1695
- "ui_on_text": "",
1696
- "ui_off_text": "",
1697
- "ui": 1,
1698
- "style": ""
1699
- },
1700
- {
1701
- "key": "field_686e6ec71cb62",
1702
- "label": "Content box border colour",
1703
- "name": "content_box_border_colour",
1704
- "aria-label": "",
1705
- "type": "color_picker",
1706
- "instructions": "",
1707
- "required": 0,
1708
- "conditional_logic": [
1709
- [
1710
- {
1711
- "field": "field_686e6ec71c777",
1712
- "operator": "==",
1713
- "value": "1"
1714
- }
1715
- ]
1716
- ],
1717
- "wrapper": {
1718
- "width": "",
1719
- "class": "",
1720
- "id": ""
1721
- },
1722
- "wpml_cf_preferences": 3,
1723
- "user_roles": ["administrator"],
1724
- "default_value": "",
1725
- "enable_opacity": 1,
1726
- "return_format": "string",
1727
- "display": "default",
1728
- "button_label": "Select Color",
1729
- "color_picker": 1,
1730
- "absolute": 0,
1731
- "input": 1,
1732
- "allow_null": 1,
1733
- "theme_colors": 0,
1734
- "colors": []
1735
- },
1736
- {
1737
- "key": "field_686e6ec71cf41",
1738
- "label": "Content box border style",
1739
- "name": "content_box_border_style",
1740
- "aria-label": "",
1741
- "type": "select",
1742
- "instructions": "",
1743
- "required": 0,
1744
- "conditional_logic": [
1745
- [
1746
- {
1747
- "field": "field_686e6ec71c777",
1748
- "operator": "==",
1749
- "value": "1"
1750
- }
1751
- ]
1752
- ],
1753
- "wrapper": {
1754
- "width": "",
1755
- "class": "",
1756
- "id": ""
1757
- },
1758
- "wpml_cf_preferences": 3,
1759
- "user_roles": ["administrator"],
1760
- "choices": {
1761
- "__solid": "Solid",
1762
- "__dashed": "Dashed",
1763
- "__double": "Double",
1764
- "__ridge": "Ridge",
1765
- "__groove": "Groove",
1766
- "__none": "None"
1767
- },
1768
- "default_value": "__none",
1769
- "return_format": "value",
1770
- "multiple": 0,
1771
- "max": "",
1772
- "prepend": "",
1773
- "append": "",
1774
- "allow_null": 0,
1775
- "ui": 0,
1776
- "ajax": 0,
1777
- "placeholder": "",
1778
- "allow_custom": 0,
1779
- "search_placeholder": "",
1780
- "min": ""
1781
- },
1782
- {
1783
- "key": "field_686e6ec71d331",
1784
- "label": "Content box border width",
1785
- "name": "content_box_border_width",
1786
- "aria-label": "",
1787
- "type": "range",
1788
- "instructions": "",
1789
- "required": 0,
1790
- "conditional_logic": [
1791
- [
1792
- {
1793
- "field": "field_686e6ec71c777",
1794
- "operator": "==",
1795
- "value": "1"
1796
- }
1797
- ]
1798
- ],
1799
- "wrapper": {
1800
- "width": "",
1801
- "class": "",
1802
- "id": ""
1803
- },
1804
- "wpml_cf_preferences": 3,
1805
- "user_roles": ["administrator"],
1806
- "default_value": "",
1807
- "min": 1,
1808
- "max": 25,
1809
- "step": "",
1810
- "prepend": "",
1811
- "append": ""
1812
- },
1813
- {
1814
- "key": "field_686e6ec71d727",
1815
- "label": "Content box border radius",
1816
- "name": "content_box_border_radius",
1817
- "aria-label": "",
1818
- "type": "text",
1819
- "instructions": "CSS border radius format, eg. 10px 5px or 50%\r\nTip: Border radius still works with other border settings turned off.",
1820
- "required": 0,
1821
- "conditional_logic": [
1822
- [
1823
- {
1824
- "field": "field_686e6ec71c777",
1825
- "operator": "==",
1826
- "value": "1"
1827
- }
1828
- ]
1829
- ],
1830
- "wrapper": {
1831
- "width": "",
1832
- "class": "",
1833
- "id": ""
1834
- },
1835
- "wpml_cf_preferences": 2,
1836
- "user_roles": ["administrator"],
1837
- "default_value": "0px",
1838
- "maxlength": "",
1839
- "placeholder": "",
1840
- "prepend": "",
1841
- "append": ""
1842
- },
1843
- {
1844
- "key": "field_686e6ec71db02",
1845
- "label": "Box shadow",
1846
- "name": "",
1847
- "aria-label": "",
1848
- "type": "tab",
1849
- "instructions": "",
1850
- "required": 0,
1851
- "conditional_logic": 0,
1852
- "wrapper": {
1853
- "width": "",
1854
- "class": "",
1855
- "id": ""
1856
- },
1857
- "wpml_cf_preferences": 3,
1858
- "placement": "top",
1859
- "endpoint": 0,
1860
- "no_preference": 0,
1861
- "selected": 0
1862
- },
1863
- {
1864
- "key": "field_686e6ec71de51",
1865
- "label": "Content Box Shadow",
1866
- "name": "content_box_shadow",
1867
- "aria-label": "",
1868
- "type": "group",
1869
- "instructions": "",
1870
- "required": 0,
1871
- "conditional_logic": 0,
1872
- "wrapper": {
1873
- "width": "",
1874
- "class": "",
1875
- "id": ""
1876
- },
1877
- "wpml_cf_preferences": 3,
1878
- "layout": "block",
1879
- "acfe_seamless_style": 0,
1880
- "acfe_group_modal": 0,
1881
- "acfe_group_modal_close": 0,
1882
- "acfe_group_modal_button": "",
1883
- "acfe_group_modal_size": "large",
1884
- "sub_fields": [
1885
- {
1886
- "key": "field_686e6ec749d6b",
1887
- "label": "Box Shadow",
1888
- "name": "box_shadow",
1889
- "aria-label": "",
1890
- "type": "clone",
1891
- "instructions": "",
1892
- "required": 0,
1893
- "conditional_logic": 0,
1894
- "wrapper": {
1895
- "width": "",
1896
- "class": "",
1897
- "id": ""
1898
- },
1899
- "wpml_cf_preferences": 3,
1900
- "clone": ["group_666ed2bece4c3"],
1901
- "display": "seamless",
1902
- "layout": "block",
1903
- "prefix_label": 0,
1904
- "prefix_name": 0,
1905
- "acfe_seamless_style": 0,
1906
- "acfe_clone_modal": 0,
1907
- "acfe_clone_modal_close": 0,
1908
- "acfe_clone_modal_button": "",
1909
- "acfe_clone_modal_size": "large"
1910
- }
1911
- ]
1912
- }
1913
- ],
1914
- "location": [
1915
- [
1916
- {
1917
- "param": "post_type",
1918
- "operator": "==",
1919
- "value": "post"
1920
- }
1921
- ]
1922
- ],
1923
- "menu_order": 0,
1924
- "position": "normal",
1925
- "style": "default",
1926
- "label_placement": "left",
1927
- "instruction_placement": "label",
1928
- "hide_on_screen": "",
1929
- "active": false,
1930
- "description": "",
1931
- "show_in_rest": 0,
1932
- "acfe_autosync": ["json"],
1933
- "acfml_field_group_mode": "localization",
1934
- "acfe_form": 0,
1935
- "acfe_display_title": "",
1936
- "acfe_meta": "",
1937
- "acfe_note": "",
1938
- "modified": 1759338164
2
+ "key": "group_686e6ec702acc",
3
+ "title": "Component: Content Box Settings v3",
4
+ "fields": [
5
+ {
6
+ "key": "field_686e6ec70ec7c",
7
+ "label": "General",
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
+ "user_roles": [
21
+ "administrator"
22
+ ],
23
+ "placement": "top",
24
+ "endpoint": 0,
25
+ "no_preference": 0,
26
+ "selected": 0
27
+ },
28
+ {
29
+ "key": "field_686e6ec70f0ae",
30
+ "label": "Content Box background",
31
+ "name": "content_box_background",
32
+ "aria-label": "",
33
+ "type": "color_picker",
34
+ "instructions": "",
35
+ "required": 0,
36
+ "conditional_logic": 0,
37
+ "wrapper": {
38
+ "width": "",
39
+ "class": "",
40
+ "id": ""
41
+ },
42
+ "wpml_cf_preferences": 3,
43
+ "user_roles": [
44
+ "administrator"
45
+ ],
46
+ "default_value": "",
47
+ "enable_opacity": 1,
48
+ "return_format": "string",
49
+ "display": "default",
50
+ "button_label": "Select Color",
51
+ "color_picker": true,
52
+ "absolute": false,
53
+ "input": true,
54
+ "allow_null": true,
55
+ "theme_colors": false,
56
+ "colors": []
57
+ },
58
+ {
59
+ "key": "field_686e6ec70f480",
60
+ "label": "Content Box aspect ratio",
61
+ "name": "content_box_aspect_ratio",
62
+ "aria-label": "",
63
+ "type": "text",
64
+ "instructions": "Css aspect ratio format (eg. 16 \/ 9)",
65
+ "required": 0,
66
+ "conditional_logic": 0,
67
+ "wrapper": {
68
+ "width": "",
69
+ "class": "",
70
+ "id": ""
71
+ },
72
+ "wpml_cf_preferences": 2,
73
+ "user_roles": [
74
+ "administrator"
75
+ ],
76
+ "default_value": 0,
77
+ "maxlength": "",
78
+ "placeholder": "",
79
+ "prepend": "",
80
+ "append": ""
81
+ },
82
+ {
83
+ "key": "field_686e6ec70f86b",
84
+ "label": "Content box overflow",
85
+ "name": "content_box_overflow",
86
+ "aria-label": "",
87
+ "type": "select",
88
+ "instructions": "",
89
+ "required": 0,
90
+ "conditional_logic": 0,
91
+ "wrapper": {
92
+ "width": "",
93
+ "class": "",
94
+ "id": ""
95
+ },
96
+ "wpml_cf_preferences": 3,
97
+ "user_roles": [
98
+ "administrator"
99
+ ],
100
+ "choices": {
101
+ "__hidden": "Hidden",
102
+ "__visible": "Visible"
103
+ },
104
+ "default_value": "__hidden",
105
+ "return_format": "value",
106
+ "multiple": 0,
107
+ "max": "",
108
+ "prepend": "",
109
+ "append": "",
110
+ "allow_null": 0,
111
+ "ui": 0,
112
+ "ajax": 0,
113
+ "placeholder": "",
114
+ "allow_custom": 0,
115
+ "search_placeholder": "",
116
+ "min": ""
117
+ },
118
+ {
119
+ "key": "field_686e6ec70fc56",
120
+ "label": "Content box max width (%)",
121
+ "name": "content_box_max_width",
122
+ "aria-label": "",
123
+ "type": "range",
124
+ "instructions": "Note: The content box width can never be smaller than the longest word. This setting does not apply to mobile devices, only to desktop and tablet.",
125
+ "required": 0,
126
+ "conditional_logic": 0,
127
+ "wrapper": {
128
+ "width": "",
129
+ "class": "",
130
+ "id": ""
131
+ },
132
+ "wpml_cf_preferences": 3,
133
+ "user_roles": [
134
+ "administrator"
135
+ ],
136
+ "default_value": 100,
137
+ "min": "",
138
+ "max": "",
139
+ "step": "",
140
+ "prepend": "",
141
+ "append": ""
142
+ },
143
+ {
144
+ "key": "field_686e6ec71080b",
145
+ "label": "Desktop",
146
+ "name": "",
147
+ "aria-label": "",
148
+ "type": "tab",
149
+ "instructions": "",
150
+ "required": 0,
151
+ "conditional_logic": 0,
152
+ "wrapper": {
153
+ "width": "",
154
+ "class": "",
155
+ "id": ""
156
+ },
157
+ "wpml_cf_preferences": 3,
158
+ "user_roles": [
159
+ "administrator"
160
+ ],
161
+ "placement": "top",
162
+ "endpoint": 0,
163
+ "no_preference": 0,
164
+ "selected": 0
165
+ },
166
+ {
167
+ "key": "field_686e6ec710bf1",
168
+ "label": "Content Box Horizontal alignment",
169
+ "name": "content_box_horizontal_alignment",
170
+ "aria-label": "",
171
+ "type": "radio",
172
+ "instructions": "",
173
+ "required": 0,
174
+ "conditional_logic": 0,
175
+ "wrapper": {
176
+ "width": "",
177
+ "class": "",
178
+ "id": ""
179
+ },
180
+ "wpml_cf_preferences": 3,
181
+ "user_roles": [
182
+ "administrator"
183
+ ],
184
+ "choices": {
185
+ "__flex-start": "Left",
186
+ "__center": "Center",
187
+ "__flex-end": "Right",
188
+ "__stretch": "Stretch"
189
+ },
190
+ "default_value": "__center",
191
+ "return_format": "value",
192
+ "allow_null": 0,
193
+ "other_choice": 0,
194
+ "layout": "horizontal",
195
+ "save_other_choice": 0
196
+ },
197
+ {
198
+ "key": "field_686e6ec710fe0",
199
+ "label": "Content Box Vertical alignment",
200
+ "name": "content_box_vertical_alignment",
201
+ "aria-label": "",
202
+ "type": "radio",
203
+ "instructions": "",
204
+ "required": 0,
205
+ "conditional_logic": 0,
206
+ "wrapper": {
207
+ "width": "",
208
+ "class": "",
209
+ "id": ""
210
+ },
211
+ "wpml_cf_preferences": 3,
212
+ "user_roles": [
213
+ "administrator"
214
+ ],
215
+ "choices": {
216
+ "__flex-start": "Top",
217
+ "__center": "Center",
218
+ "__flex-end": "Bottom",
219
+ "__stretch": "Stretch"
220
+ },
221
+ "default_value": "__center",
222
+ "return_format": "value",
223
+ "allow_null": 0,
224
+ "other_choice": 0,
225
+ "layout": "horizontal",
226
+ "save_other_choice": 0
227
+ },
228
+ {
229
+ "key": "field_686e6ec7113c1",
230
+ "label": "Content items vertical alignment",
231
+ "name": "content_items_alignment",
232
+ "aria-label": "",
233
+ "type": "radio",
234
+ "instructions": "",
235
+ "required": 0,
236
+ "conditional_logic": 0,
237
+ "wrapper": {
238
+ "width": "",
239
+ "class": "",
240
+ "id": ""
241
+ },
242
+ "wpml_cf_preferences": 3,
243
+ "choices": {
244
+ "__flex-start": "Top",
245
+ "__center": "Center",
246
+ "__flex-end": "Bottom",
247
+ "__space-between": "Space between",
248
+ "__space-around": "Space around"
249
+ },
250
+ "default_value": "__center",
251
+ "return_format": "value",
252
+ "allow_null": 0,
253
+ "other_choice": 0,
254
+ "layout": "horizontal",
255
+ "save_other_choice": 0
256
+ },
257
+ {
258
+ "key": "field_686e6ec711f81",
259
+ "label": "Content box padding desktop:",
260
+ "name": "",
261
+ "aria-label": "",
262
+ "type": "message",
263
+ "instructions": "",
264
+ "required": 0,
265
+ "conditional_logic": [
266
+ [
267
+ {
268
+ "field": "field_686e6ec71003c",
269
+ "operator": "==",
270
+ "value": "1"
271
+ }
272
+ ]
273
+ ],
274
+ "wrapper": {
275
+ "width": "",
276
+ "class": "",
277
+ "id": ""
278
+ },
279
+ "wpml_cf_preferences": 2,
280
+ "user_roles": [
281
+ "all"
282
+ ],
283
+ "message": "",
284
+ "new_lines": "wpautop",
285
+ "esc_html": 0
286
+ },
287
+ {
288
+ "key": "field_686e6ec712366",
289
+ "label": "Content box padding desktop top",
290
+ "name": "content_box_padding_desktop_top",
291
+ "aria-label": "",
292
+ "type": "range",
293
+ "instructions": "",
294
+ "required": 0,
295
+ "conditional_logic": [
296
+ [
297
+ {
298
+ "field": "field_686e6ec71003c",
299
+ "operator": "==",
300
+ "value": "1"
301
+ }
302
+ ]
303
+ ],
304
+ "wrapper": {
305
+ "width": "",
306
+ "class": "",
307
+ "id": ""
308
+ },
309
+ "wpml_cf_preferences": 3,
310
+ "default_value": 0,
311
+ "min": "",
312
+ "max": 4,
313
+ "step": "0.125",
314
+ "prepend": "",
315
+ "append": ""
316
+ },
317
+ {
318
+ "key": "field_686e6ec712753",
319
+ "label": "Content box padding desktop right",
320
+ "name": "content_box_padding_desktop_right",
321
+ "aria-label": "",
322
+ "type": "range",
323
+ "instructions": "",
324
+ "required": 0,
325
+ "conditional_logic": [
326
+ [
327
+ {
328
+ "field": "field_686e6ec71003c",
329
+ "operator": "==",
330
+ "value": "1"
331
+ }
332
+ ]
333
+ ],
334
+ "wrapper": {
335
+ "width": "",
336
+ "class": "",
337
+ "id": ""
338
+ },
339
+ "wpml_cf_preferences": 3,
340
+ "default_value": 0,
341
+ "min": "",
342
+ "max": 4,
343
+ "step": "0.125",
344
+ "prepend": "",
345
+ "append": ""
346
+ },
347
+ {
348
+ "key": "field_686e6ec712b30",
349
+ "label": "Content box padding desktop bottom",
350
+ "name": "content_box_padding_desktop_bottom",
351
+ "aria-label": "",
352
+ "type": "range",
353
+ "instructions": "",
354
+ "required": 0,
355
+ "conditional_logic": [
356
+ [
357
+ {
358
+ "field": "field_686e6ec71003c",
359
+ "operator": "==",
360
+ "value": "1"
361
+ }
362
+ ]
363
+ ],
364
+ "wrapper": {
365
+ "width": "",
366
+ "class": "",
367
+ "id": ""
368
+ },
369
+ "wpml_cf_preferences": 3,
370
+ "default_value": 0,
371
+ "min": "",
372
+ "max": 4,
373
+ "step": "0.125",
374
+ "prepend": "",
375
+ "append": ""
376
+ },
377
+ {
378
+ "key": "field_686e6ec712f22",
379
+ "label": "Content box padding desktop left",
380
+ "name": "content_box_padding_desktop_left",
381
+ "aria-label": "",
382
+ "type": "range",
383
+ "instructions": "",
384
+ "required": 0,
385
+ "conditional_logic": [
386
+ [
387
+ {
388
+ "field": "field_686e6ec71003c",
389
+ "operator": "==",
390
+ "value": "1"
391
+ }
392
+ ]
393
+ ],
394
+ "wrapper": {
395
+ "width": "",
396
+ "class": "",
397
+ "id": ""
398
+ },
399
+ "wpml_cf_preferences": 3,
400
+ "default_value": 0,
401
+ "min": "",
402
+ "max": 4,
403
+ "step": "0.125",
404
+ "prepend": "",
405
+ "append": ""
406
+ },
407
+ {
408
+ "key": "field_686e6ec713302",
409
+ "label": "Content box margin desktop:",
410
+ "name": "",
411
+ "aria-label": "",
412
+ "type": "message",
413
+ "instructions": "",
414
+ "required": 0,
415
+ "conditional_logic": [
416
+ [
417
+ {
418
+ "field": "field_686e6ec71003c",
419
+ "operator": "==",
420
+ "value": "1"
421
+ }
422
+ ]
423
+ ],
424
+ "wrapper": {
425
+ "width": "",
426
+ "class": "",
427
+ "id": ""
428
+ },
429
+ "wpml_cf_preferences": 2,
430
+ "message": "",
431
+ "new_lines": "wpautop",
432
+ "esc_html": 0
433
+ },
434
+ {
435
+ "key": "field_686e6ec7136eb",
436
+ "label": "Content box margin desktop top",
437
+ "name": "content_box_margin_desktop_top",
438
+ "aria-label": "",
439
+ "type": "range",
440
+ "instructions": "",
441
+ "required": 0,
442
+ "conditional_logic": [
443
+ [
444
+ {
445
+ "field": "field_686e6ec71003c",
446
+ "operator": "==",
447
+ "value": "1"
448
+ }
449
+ ]
450
+ ],
451
+ "wrapper": {
452
+ "width": "",
453
+ "class": "",
454
+ "id": ""
455
+ },
456
+ "wpml_cf_preferences": 3,
457
+ "default_value": 0,
458
+ "min": "",
459
+ "max": 4,
460
+ "step": "0.125",
461
+ "prepend": "",
462
+ "append": ""
463
+ },
464
+ {
465
+ "key": "field_686e6ec713ad5",
466
+ "label": "Content box margin desktop right",
467
+ "name": "content_box_margin_desktop_right",
468
+ "aria-label": "",
469
+ "type": "range",
470
+ "instructions": "",
471
+ "required": 0,
472
+ "conditional_logic": [
473
+ [
474
+ {
475
+ "field": "field_686e6ec71003c",
476
+ "operator": "==",
477
+ "value": "1"
478
+ }
479
+ ]
480
+ ],
481
+ "wrapper": {
482
+ "width": "",
483
+ "class": "",
484
+ "id": ""
485
+ },
486
+ "wpml_cf_preferences": 3,
487
+ "default_value": 0,
488
+ "min": "",
489
+ "max": 4,
490
+ "step": "0.125",
491
+ "prepend": "",
492
+ "append": ""
493
+ },
494
+ {
495
+ "key": "field_686e6ec713ebd",
496
+ "label": "Content box margin desktop bottom",
497
+ "name": "content_box_margin_desktop_bottom",
498
+ "aria-label": "",
499
+ "type": "range",
500
+ "instructions": "",
501
+ "required": 0,
502
+ "conditional_logic": [
503
+ [
504
+ {
505
+ "field": "field_686e6ec71003c",
506
+ "operator": "==",
507
+ "value": "1"
508
+ }
509
+ ]
510
+ ],
511
+ "wrapper": {
512
+ "width": "",
513
+ "class": "",
514
+ "id": ""
515
+ },
516
+ "wpml_cf_preferences": 3,
517
+ "default_value": 0,
518
+ "min": "",
519
+ "max": 4,
520
+ "step": "0.125",
521
+ "prepend": "",
522
+ "append": ""
523
+ },
524
+ {
525
+ "key": "field_686e6ec7142a2",
526
+ "label": "Content box margin desktop left",
527
+ "name": "content_box_margin_desktop_left",
528
+ "aria-label": "",
529
+ "type": "range",
530
+ "instructions": "",
531
+ "required": 0,
532
+ "conditional_logic": [
533
+ [
534
+ {
535
+ "field": "field_686e6ec71003c",
536
+ "operator": "==",
537
+ "value": "1"
538
+ }
539
+ ]
540
+ ],
541
+ "wrapper": {
542
+ "width": "",
543
+ "class": "",
544
+ "id": ""
545
+ },
546
+ "wpml_cf_preferences": 3,
547
+ "default_value": 0,
548
+ "min": "",
549
+ "max": 4,
550
+ "step": "0.125",
551
+ "prepend": "",
552
+ "append": ""
553
+ },
554
+ {
555
+ "key": "field_686e6ec71468e",
556
+ "label": "Portrait",
557
+ "name": "",
558
+ "aria-label": "",
559
+ "type": "tab",
560
+ "instructions": "",
561
+ "required": 0,
562
+ "conditional_logic": 0,
563
+ "wrapper": {
564
+ "width": "",
565
+ "class": "",
566
+ "id": ""
567
+ },
568
+ "wpml_cf_preferences": 3,
569
+ "placement": "top",
570
+ "endpoint": 0,
571
+ "no_preference": 0,
572
+ "selected": 0
573
+ },
574
+ {
575
+ "key": "field_686e6ec714e5a",
576
+ "label": "Content Box Horizontal alignment portrait",
577
+ "name": "content_box_horizontal_alignment_portrait",
578
+ "aria-label": "",
579
+ "type": "radio",
580
+ "instructions": "",
581
+ "required": 0,
582
+ "conditional_logic": [
583
+ [
584
+ {
585
+ "field": "field_686e6ec714a75",
586
+ "operator": "==",
587
+ "value": "1"
588
+ }
589
+ ]
590
+ ],
591
+ "wrapper": {
592
+ "width": "",
593
+ "class": "",
594
+ "id": ""
595
+ },
596
+ "wpml_cf_preferences": 3,
597
+ "choices": {
598
+ "__flex-start": "Left",
599
+ "__center": "Center",
600
+ "__flex-end": "Right",
601
+ "__stretch": "Stretch"
602
+ },
603
+ "default_value": "__center",
604
+ "return_format": "value",
605
+ "allow_null": 0,
606
+ "other_choice": 0,
607
+ "layout": "horizontal",
608
+ "save_other_choice": 0
609
+ },
610
+ {
611
+ "key": "field_686e6ec715242",
612
+ "label": "Content Box Vertical alignment portrait",
613
+ "name": "content_box_vertical_alignment_portrait",
614
+ "aria-label": "",
615
+ "type": "radio",
616
+ "instructions": "",
617
+ "required": 0,
618
+ "conditional_logic": [
619
+ [
620
+ {
621
+ "field": "field_686e6ec714a75",
622
+ "operator": "==",
623
+ "value": "1"
624
+ }
625
+ ]
626
+ ],
627
+ "wrapper": {
628
+ "width": "",
629
+ "class": "",
630
+ "id": ""
631
+ },
632
+ "wpml_cf_preferences": 3,
633
+ "choices": {
634
+ "__flex-start": "Top",
635
+ "__center": "Center",
636
+ "__flex-end": "Bottom",
637
+ "__stretch": "Stretch"
638
+ },
639
+ "default_value": "__center",
640
+ "return_format": "value",
641
+ "allow_null": 0,
642
+ "other_choice": 0,
643
+ "layout": "horizontal",
644
+ "save_other_choice": 0
645
+ },
646
+ {
647
+ "key": "field_686e6ec71562f",
648
+ "label": "Content items vertical alignment portrait",
649
+ "name": "content_items_vertical_alignment_portrait",
650
+ "aria-label": "",
651
+ "type": "radio",
652
+ "instructions": "",
653
+ "required": 0,
654
+ "conditional_logic": [
655
+ [
656
+ {
657
+ "field": "field_686e6ec714a75",
658
+ "operator": "==",
659
+ "value": "1"
660
+ }
661
+ ]
662
+ ],
663
+ "wrapper": {
664
+ "width": "",
665
+ "class": "",
666
+ "id": ""
667
+ },
668
+ "wpml_cf_preferences": 3,
669
+ "choices": {
670
+ "__flex-start": "Top",
671
+ "__center": "Center",
672
+ "__flex-end": "Bottom",
673
+ "__space-between": "Space between",
674
+ "__space-around": "Space around"
675
+ },
676
+ "default_value": "__center",
677
+ "return_format": "value",
678
+ "allow_null": 0,
679
+ "other_choice": 0,
680
+ "layout": "horizontal",
681
+ "save_other_choice": 0
682
+ },
683
+ {
684
+ "key": "field_686e6ec715a16",
685
+ "label": "Content box padding portrait:",
686
+ "name": "",
687
+ "aria-label": "",
688
+ "type": "message",
689
+ "instructions": "",
690
+ "required": 0,
691
+ "conditional_logic": [
692
+ [
693
+ {
694
+ "field": "field_686e6ec714a75",
695
+ "operator": "==",
696
+ "value": "1"
697
+ }
698
+ ]
699
+ ],
700
+ "wrapper": {
701
+ "width": "",
702
+ "class": "",
703
+ "id": ""
704
+ },
705
+ "wpml_cf_preferences": 2,
706
+ "message": "",
707
+ "new_lines": "wpautop",
708
+ "esc_html": 0
709
+ },
710
+ {
711
+ "key": "field_686e6ec715e00",
712
+ "label": "Content box padding portrait top",
713
+ "name": "content_box_padding_portrait_top",
714
+ "aria-label": "",
715
+ "type": "range",
716
+ "instructions": "",
717
+ "required": 0,
718
+ "conditional_logic": [
719
+ [
720
+ {
721
+ "field": "field_686e6ec714a75",
722
+ "operator": "==",
723
+ "value": "1"
724
+ }
725
+ ]
726
+ ],
727
+ "wrapper": {
728
+ "width": "",
729
+ "class": "",
730
+ "id": ""
731
+ },
732
+ "wpml_cf_preferences": 3,
733
+ "default_value": 0,
734
+ "min": "",
735
+ "max": 4,
736
+ "step": "0.125",
737
+ "prepend": "",
738
+ "append": ""
739
+ },
740
+ {
741
+ "key": "field_686e6ec7161e1",
742
+ "label": "Content box padding portrait right",
743
+ "name": "content_box_padding_portrait_right",
744
+ "aria-label": "",
745
+ "type": "range",
746
+ "instructions": "",
747
+ "required": 0,
748
+ "conditional_logic": [
749
+ [
750
+ {
751
+ "field": "field_686e6ec714a75",
752
+ "operator": "==",
753
+ "value": "1"
754
+ }
755
+ ]
756
+ ],
757
+ "wrapper": {
758
+ "width": "",
759
+ "class": "",
760
+ "id": ""
761
+ },
762
+ "wpml_cf_preferences": 3,
763
+ "default_value": 0,
764
+ "min": "",
765
+ "max": 4,
766
+ "step": "0.125",
767
+ "prepend": "",
768
+ "append": ""
769
+ },
770
+ {
771
+ "key": "field_686e6ec7165cc",
772
+ "label": "Content box padding portrait bottom",
773
+ "name": "content_box_padding_portrait_bottom",
774
+ "aria-label": "",
775
+ "type": "range",
776
+ "instructions": "",
777
+ "required": 0,
778
+ "conditional_logic": [
779
+ [
780
+ {
781
+ "field": "field_686e6ec714a75",
782
+ "operator": "==",
783
+ "value": "1"
784
+ }
785
+ ]
786
+ ],
787
+ "wrapper": {
788
+ "width": "",
789
+ "class": "",
790
+ "id": ""
791
+ },
792
+ "wpml_cf_preferences": 3,
793
+ "default_value": 0,
794
+ "min": "",
795
+ "max": 4,
796
+ "step": "0.125",
797
+ "prepend": "",
798
+ "append": ""
799
+ },
800
+ {
801
+ "key": "field_686e6ec7169b5",
802
+ "label": "Content box padding portrait left",
803
+ "name": "content_box_padding_portrait_left",
804
+ "aria-label": "",
805
+ "type": "range",
806
+ "instructions": "",
807
+ "required": 0,
808
+ "conditional_logic": [
809
+ [
810
+ {
811
+ "field": "field_686e6ec714a75",
812
+ "operator": "==",
813
+ "value": "1"
814
+ }
815
+ ]
816
+ ],
817
+ "wrapper": {
818
+ "width": "",
819
+ "class": "",
820
+ "id": ""
821
+ },
822
+ "wpml_cf_preferences": 3,
823
+ "default_value": 0,
824
+ "min": "",
825
+ "max": 4,
826
+ "step": "0.125",
827
+ "prepend": "",
828
+ "append": ""
829
+ },
830
+ {
831
+ "key": "field_686e6ec716d9e",
832
+ "label": "Content box margin portrait:",
833
+ "name": "",
834
+ "aria-label": "",
835
+ "type": "message",
836
+ "instructions": "",
837
+ "required": 0,
838
+ "conditional_logic": [
839
+ [
840
+ {
841
+ "field": "field_686e6ec714a75",
842
+ "operator": "==",
843
+ "value": "1"
844
+ }
845
+ ]
846
+ ],
847
+ "wrapper": {
848
+ "width": "",
849
+ "class": "",
850
+ "id": ""
851
+ },
852
+ "wpml_cf_preferences": 2,
853
+ "message": "",
854
+ "new_lines": "wpautop",
855
+ "esc_html": 0
856
+ },
857
+ {
858
+ "key": "field_686e6ec717183",
859
+ "label": "Content box margin portrait top",
860
+ "name": "content_box_margin_portrait_top",
861
+ "aria-label": "",
862
+ "type": "range",
863
+ "instructions": "",
864
+ "required": 0,
865
+ "conditional_logic": [
866
+ [
867
+ {
868
+ "field": "field_686e6ec714a75",
869
+ "operator": "==",
870
+ "value": "1"
871
+ }
872
+ ]
873
+ ],
874
+ "wrapper": {
875
+ "width": "",
876
+ "class": "",
877
+ "id": ""
878
+ },
879
+ "wpml_cf_preferences": 3,
880
+ "default_value": 0,
881
+ "min": "",
882
+ "max": 4,
883
+ "step": "0.125",
884
+ "prepend": "",
885
+ "append": ""
886
+ },
887
+ {
888
+ "key": "field_686e6ec717570",
889
+ "label": "Content box margin portrait right",
890
+ "name": "content_box_margin_portrait_right",
891
+ "aria-label": "",
892
+ "type": "range",
893
+ "instructions": "",
894
+ "required": 0,
895
+ "conditional_logic": [
896
+ [
897
+ {
898
+ "field": "field_686e6ec714a75",
899
+ "operator": "==",
900
+ "value": "1"
901
+ }
902
+ ]
903
+ ],
904
+ "wrapper": {
905
+ "width": "",
906
+ "class": "",
907
+ "id": ""
908
+ },
909
+ "wpml_cf_preferences": 3,
910
+ "default_value": 0,
911
+ "min": "",
912
+ "max": 4,
913
+ "step": "0.125",
914
+ "prepend": "",
915
+ "append": ""
916
+ },
917
+ {
918
+ "key": "field_686e6ec717956",
919
+ "label": "Content box margin portrait bottom",
920
+ "name": "content_box_margin_portrait_bottom",
921
+ "aria-label": "",
922
+ "type": "range",
923
+ "instructions": "",
924
+ "required": 0,
925
+ "conditional_logic": [
926
+ [
927
+ {
928
+ "field": "field_686e6ec714a75",
929
+ "operator": "==",
930
+ "value": "1"
931
+ }
932
+ ]
933
+ ],
934
+ "wrapper": {
935
+ "width": "",
936
+ "class": "",
937
+ "id": ""
938
+ },
939
+ "wpml_cf_preferences": 3,
940
+ "default_value": 0,
941
+ "min": "",
942
+ "max": 4,
943
+ "step": "0.125",
944
+ "prepend": "",
945
+ "append": ""
946
+ },
947
+ {
948
+ "key": "field_686e6ec717d41",
949
+ "label": "Content box margin portrait left",
950
+ "name": "content_box_margin_portrait_left",
951
+ "aria-label": "",
952
+ "type": "range",
953
+ "instructions": "",
954
+ "required": 0,
955
+ "conditional_logic": [
956
+ [
957
+ {
958
+ "field": "field_686e6ec714a75",
959
+ "operator": "==",
960
+ "value": "1"
961
+ }
962
+ ]
963
+ ],
964
+ "wrapper": {
965
+ "width": "",
966
+ "class": "",
967
+ "id": ""
968
+ },
969
+ "wpml_cf_preferences": 3,
970
+ "default_value": 0,
971
+ "min": "",
972
+ "max": 4,
973
+ "step": "0.125",
974
+ "prepend": "",
975
+ "append": ""
976
+ },
977
+ {
978
+ "key": "field_686e6ec71812e",
979
+ "label": "Mobile",
980
+ "name": "",
981
+ "aria-label": "",
982
+ "type": "tab",
983
+ "instructions": "",
984
+ "required": 0,
985
+ "conditional_logic": 0,
986
+ "wrapper": {
987
+ "width": "",
988
+ "class": "",
989
+ "id": ""
990
+ },
991
+ "wpml_cf_preferences": 3,
992
+ "user_roles": [
993
+ "administrator"
994
+ ],
995
+ "placement": "top",
996
+ "endpoint": 0,
997
+ "no_preference": 0,
998
+ "selected": 0
999
+ },
1000
+ {
1001
+ "key": "field_686e6ec7188f3",
1002
+ "label": "Content Box Horizontal alignment mobile",
1003
+ "name": "content_box_horizontal_alignment_mobile",
1004
+ "aria-label": "",
1005
+ "type": "radio",
1006
+ "instructions": "",
1007
+ "required": 0,
1008
+ "conditional_logic": [
1009
+ [
1010
+ {
1011
+ "field": "field_686e6ec71850b",
1012
+ "operator": "==",
1013
+ "value": "1"
1014
+ }
1015
+ ]
1016
+ ],
1017
+ "wrapper": {
1018
+ "width": "",
1019
+ "class": "",
1020
+ "id": ""
1021
+ },
1022
+ "wpml_cf_preferences": 3,
1023
+ "user_roles": [
1024
+ "administrator"
1025
+ ],
1026
+ "choices": {
1027
+ "__flex-start": "Left",
1028
+ "__center": "Cnt",
1029
+ "__flex-end": "Right",
1030
+ "__stretch": "Stretch"
1031
+ },
1032
+ "default_value": "__center",
1033
+ "return_format": "value",
1034
+ "allow_null": 0,
1035
+ "other_choice": 0,
1036
+ "layout": "horizontal",
1037
+ "save_other_choice": 0
1038
+ },
1039
+ {
1040
+ "key": "field_686e6ec718cdc",
1041
+ "label": "Content Box Vertical alignment mobile",
1042
+ "name": "content_box_vertical_alignment_mobile",
1043
+ "aria-label": "",
1044
+ "type": "radio",
1045
+ "instructions": "",
1046
+ "required": 0,
1047
+ "conditional_logic": [
1048
+ [
1049
+ {
1050
+ "field": "field_686e6ec71850b",
1051
+ "operator": "==",
1052
+ "value": "1"
1053
+ }
1054
+ ]
1055
+ ],
1056
+ "wrapper": {
1057
+ "width": "",
1058
+ "class": "",
1059
+ "id": ""
1060
+ },
1061
+ "wpml_cf_preferences": 3,
1062
+ "choices": {
1063
+ "__flex-start": "Top",
1064
+ "__center": "Center",
1065
+ "__flex-end": "Bottom",
1066
+ "__stretch": "Stretch"
1067
+ },
1068
+ "default_value": "__center",
1069
+ "return_format": "value",
1070
+ "allow_null": 0,
1071
+ "other_choice": 0,
1072
+ "layout": "horizontal",
1073
+ "save_other_choice": 0
1074
+ },
1075
+ {
1076
+ "key": "field_686e6ec7190c3",
1077
+ "label": "Content items alignment mobile",
1078
+ "name": "content_items_alignment_mobile",
1079
+ "aria-label": "",
1080
+ "type": "radio",
1081
+ "instructions": "",
1082
+ "required": 0,
1083
+ "conditional_logic": [
1084
+ [
1085
+ {
1086
+ "field": "field_686e6ec71850b",
1087
+ "operator": "==",
1088
+ "value": "1"
1089
+ }
1090
+ ]
1091
+ ],
1092
+ "wrapper": {
1093
+ "width": "",
1094
+ "class": "",
1095
+ "id": ""
1096
+ },
1097
+ "wpml_cf_preferences": 3,
1098
+ "choices": {
1099
+ "__flex-start": "Top",
1100
+ "__center": "Center",
1101
+ "__flex-end": "Bottom",
1102
+ "__space-between": "Space between",
1103
+ "__space-around": "Space around"
1104
+ },
1105
+ "default_value": "__center",
1106
+ "return_format": "value",
1107
+ "allow_null": 0,
1108
+ "other_choice": 0,
1109
+ "layout": "horizontal",
1110
+ "save_other_choice": 0
1111
+ },
1112
+ {
1113
+ "key": "field_68dfb978f0bbd",
1114
+ "label": "Content box padding mobile:",
1115
+ "name": "",
1116
+ "aria-label": "",
1117
+ "type": "message",
1118
+ "instructions": "",
1119
+ "required": 0,
1120
+ "conditional_logic": 0,
1121
+ "wrapper": {
1122
+ "width": "",
1123
+ "class": "",
1124
+ "id": ""
1125
+ },
1126
+ "wpml_cf_preferences": 2,
1127
+ "message": "",
1128
+ "new_lines": "wpautop",
1129
+ "esc_html": 0
1130
+ },
1131
+ {
1132
+ "key": "field_686e6ec71a073",
1133
+ "label": "Content box padding mobile top",
1134
+ "name": "content_box_padding_mobile_top",
1135
+ "aria-label": "",
1136
+ "type": "range",
1137
+ "instructions": "",
1138
+ "required": 0,
1139
+ "conditional_logic": [
1140
+ [
1141
+ {
1142
+ "field": "field_686e6ec71003c",
1143
+ "operator": "==",
1144
+ "value": "1"
1145
+ },
1146
+ {
1147
+ "field": "field_686e6ec71850b",
1148
+ "operator": "==",
1149
+ "value": "1"
1150
+ }
1151
+ ]
1152
+ ],
1153
+ "wrapper": {
1154
+ "width": "",
1155
+ "class": "",
1156
+ "id": ""
1157
+ },
1158
+ "wpml_cf_preferences": 3,
1159
+ "default_value": 0,
1160
+ "min": "",
1161
+ "max": 4,
1162
+ "step": "0.125",
1163
+ "prepend": "",
1164
+ "append": ""
1165
+ },
1166
+ {
1167
+ "key": "field_686e6ec71a44d",
1168
+ "label": "Content box padding mobile right",
1169
+ "name": "content_box_padding_mobile_right",
1170
+ "aria-label": "",
1171
+ "type": "range",
1172
+ "instructions": "",
1173
+ "required": 0,
1174
+ "conditional_logic": [
1175
+ [
1176
+ {
1177
+ "field": "field_686e6ec71003c",
1178
+ "operator": "==",
1179
+ "value": "1"
1180
+ },
1181
+ {
1182
+ "field": "field_686e6ec71850b",
1183
+ "operator": "==",
1184
+ "value": "1"
1185
+ }
1186
+ ]
1187
+ ],
1188
+ "wrapper": {
1189
+ "width": "",
1190
+ "class": "",
1191
+ "id": ""
1192
+ },
1193
+ "wpml_cf_preferences": 3,
1194
+ "default_value": 0,
1195
+ "min": "",
1196
+ "max": 4,
1197
+ "step": "0.125",
1198
+ "prepend": "",
1199
+ "append": ""
1200
+ },
1201
+ {
1202
+ "key": "field_686e6ec71a838",
1203
+ "label": "Content box padding mobile bottom",
1204
+ "name": "content_box_padding_mobile_bottom",
1205
+ "aria-label": "",
1206
+ "type": "range",
1207
+ "instructions": "",
1208
+ "required": 0,
1209
+ "conditional_logic": [
1210
+ [
1211
+ {
1212
+ "field": "field_686e6ec71003c",
1213
+ "operator": "==",
1214
+ "value": "1"
1215
+ },
1216
+ {
1217
+ "field": "field_686e6ec71850b",
1218
+ "operator": "==",
1219
+ "value": "1"
1220
+ }
1221
+ ]
1222
+ ],
1223
+ "wrapper": {
1224
+ "width": "",
1225
+ "class": "",
1226
+ "id": ""
1227
+ },
1228
+ "wpml_cf_preferences": 3,
1229
+ "default_value": 0,
1230
+ "min": "",
1231
+ "max": 4,
1232
+ "step": "0.125",
1233
+ "prepend": "",
1234
+ "append": ""
1235
+ },
1236
+ {
1237
+ "key": "field_686e6ec71ac1d",
1238
+ "label": "Content box padding mobile left",
1239
+ "name": "content_box_padding_mobile_left",
1240
+ "aria-label": "",
1241
+ "type": "range",
1242
+ "instructions": "",
1243
+ "required": 0,
1244
+ "conditional_logic": [
1245
+ [
1246
+ {
1247
+ "field": "field_686e6ec71003c",
1248
+ "operator": "==",
1249
+ "value": "1"
1250
+ },
1251
+ {
1252
+ "field": "field_686e6ec71850b",
1253
+ "operator": "==",
1254
+ "value": "1"
1255
+ }
1256
+ ]
1257
+ ],
1258
+ "wrapper": {
1259
+ "width": "",
1260
+ "class": "",
1261
+ "id": ""
1262
+ },
1263
+ "wpml_cf_preferences": 3,
1264
+ "default_value": 0,
1265
+ "min": "",
1266
+ "max": 4,
1267
+ "step": "0.125",
1268
+ "prepend": "",
1269
+ "append": ""
1270
+ },
1271
+ {
1272
+ "key": "field_68dfb9c22d1f9",
1273
+ "label": "Content box margin mobile:",
1274
+ "name": "",
1275
+ "aria-label": "",
1276
+ "type": "message",
1277
+ "instructions": "",
1278
+ "required": 0,
1279
+ "conditional_logic": 0,
1280
+ "wrapper": {
1281
+ "width": "",
1282
+ "class": "",
1283
+ "id": ""
1284
+ },
1285
+ "wpml_cf_preferences": 2,
1286
+ "message": "",
1287
+ "new_lines": "wpautop",
1288
+ "esc_html": 0
1289
+ },
1290
+ {
1291
+ "key": "field_686e6ec71b3ee",
1292
+ "label": "Content box margin mobile top",
1293
+ "name": "content_box_margin_mobile_top",
1294
+ "aria-label": "",
1295
+ "type": "range",
1296
+ "instructions": "",
1297
+ "required": 0,
1298
+ "conditional_logic": [
1299
+ [
1300
+ {
1301
+ "field": "field_686e6ec71003c",
1302
+ "operator": "==",
1303
+ "value": "1"
1304
+ },
1305
+ {
1306
+ "field": "field_686e6ec71850b",
1307
+ "operator": "==",
1308
+ "value": "1"
1309
+ }
1310
+ ]
1311
+ ],
1312
+ "wrapper": {
1313
+ "width": "",
1314
+ "class": "",
1315
+ "id": ""
1316
+ },
1317
+ "wpml_cf_preferences": 3,
1318
+ "default_value": 0,
1319
+ "min": "",
1320
+ "max": 4,
1321
+ "step": "0.125",
1322
+ "prepend": "",
1323
+ "append": ""
1324
+ },
1325
+ {
1326
+ "key": "field_686e6ec71b7d2",
1327
+ "label": "Content box margin mobile right",
1328
+ "name": "content_box_margin_mobile_right",
1329
+ "aria-label": "",
1330
+ "type": "range",
1331
+ "instructions": "",
1332
+ "required": 0,
1333
+ "conditional_logic": [
1334
+ [
1335
+ {
1336
+ "field": "field_686e6ec71003c",
1337
+ "operator": "==",
1338
+ "value": "1"
1339
+ },
1340
+ {
1341
+ "field": "field_686e6ec71850b",
1342
+ "operator": "==",
1343
+ "value": "1"
1344
+ }
1345
+ ]
1346
+ ],
1347
+ "wrapper": {
1348
+ "width": "",
1349
+ "class": "",
1350
+ "id": ""
1351
+ },
1352
+ "wpml_cf_preferences": 3,
1353
+ "default_value": 0,
1354
+ "min": "",
1355
+ "max": 4,
1356
+ "step": "0.125",
1357
+ "prepend": "",
1358
+ "append": ""
1359
+ },
1360
+ {
1361
+ "key": "field_686e6ec71bbc1",
1362
+ "label": "Content box margin mobile bottom",
1363
+ "name": "content_box_margin_mobile_bottom",
1364
+ "aria-label": "",
1365
+ "type": "range",
1366
+ "instructions": "",
1367
+ "required": 0,
1368
+ "conditional_logic": [
1369
+ [
1370
+ {
1371
+ "field": "field_686e6ec71003c",
1372
+ "operator": "==",
1373
+ "value": "1"
1374
+ },
1375
+ {
1376
+ "field": "field_686e6ec71850b",
1377
+ "operator": "==",
1378
+ "value": "1"
1379
+ }
1380
+ ]
1381
+ ],
1382
+ "wrapper": {
1383
+ "width": "",
1384
+ "class": "",
1385
+ "id": ""
1386
+ },
1387
+ "wpml_cf_preferences": 3,
1388
+ "default_value": 0,
1389
+ "min": "",
1390
+ "max": 4,
1391
+ "step": "0.125",
1392
+ "prepend": "",
1393
+ "append": ""
1394
+ },
1395
+ {
1396
+ "key": "field_686e6ec71bfa5",
1397
+ "label": "Content box margin mobile left",
1398
+ "name": "content_box_margin_mobile_left",
1399
+ "aria-label": "",
1400
+ "type": "range",
1401
+ "instructions": "",
1402
+ "required": 0,
1403
+ "conditional_logic": [
1404
+ [
1405
+ {
1406
+ "field": "field_686e6ec71003c",
1407
+ "operator": "==",
1408
+ "value": "1"
1409
+ },
1410
+ {
1411
+ "field": "field_686e6ec71850b",
1412
+ "operator": "==",
1413
+ "value": "1"
1414
+ }
1415
+ ]
1416
+ ],
1417
+ "wrapper": {
1418
+ "width": "",
1419
+ "class": "",
1420
+ "id": ""
1421
+ },
1422
+ "wpml_cf_preferences": 3,
1423
+ "default_value": 0,
1424
+ "min": "",
1425
+ "max": 4,
1426
+ "step": "0.125",
1427
+ "prepend": "",
1428
+ "append": ""
1429
+ },
1430
+ {
1431
+ "key": "field_686e6ec71c390",
1432
+ "label": "Border",
1433
+ "name": "",
1434
+ "aria-label": "",
1435
+ "type": "tab",
1436
+ "instructions": "",
1437
+ "required": 0,
1438
+ "conditional_logic": 0,
1439
+ "wrapper": {
1440
+ "width": "",
1441
+ "class": "",
1442
+ "id": ""
1443
+ },
1444
+ "wpml_cf_preferences": 3,
1445
+ "user_roles": [
1446
+ "administrator"
1447
+ ],
1448
+ "placement": "top",
1449
+ "endpoint": 0,
1450
+ "no_preference": 0,
1451
+ "selected": 0
1452
+ },
1453
+ {
1454
+ "key": "field_686e6ec71c777",
1455
+ "label": "Enable content box border",
1456
+ "name": "enable_content_box_border",
1457
+ "aria-label": "",
1458
+ "type": "true_false",
1459
+ "instructions": "",
1460
+ "required": 0,
1461
+ "conditional_logic": 0,
1462
+ "wrapper": {
1463
+ "width": "",
1464
+ "class": "",
1465
+ "id": ""
1466
+ },
1467
+ "wpml_cf_preferences": 3,
1468
+ "user_roles": [
1469
+ "administrator"
1470
+ ],
1471
+ "message": "",
1472
+ "default_value": 0,
1473
+ "ui_on_text": "",
1474
+ "ui_off_text": "",
1475
+ "ui": 1,
1476
+ "style": ""
1477
+ },
1478
+ {
1479
+ "key": "field_686e6ec71cb62",
1480
+ "label": "Content box border colour",
1481
+ "name": "content_box_border_colour",
1482
+ "aria-label": "",
1483
+ "type": "color_picker",
1484
+ "instructions": "",
1485
+ "required": 0,
1486
+ "conditional_logic": [
1487
+ [
1488
+ {
1489
+ "field": "field_686e6ec71c777",
1490
+ "operator": "==",
1491
+ "value": "1"
1492
+ }
1493
+ ]
1494
+ ],
1495
+ "wrapper": {
1496
+ "width": "",
1497
+ "class": "",
1498
+ "id": ""
1499
+ },
1500
+ "wpml_cf_preferences": 3,
1501
+ "user_roles": [
1502
+ "administrator"
1503
+ ],
1504
+ "default_value": "",
1505
+ "enable_opacity": 1,
1506
+ "return_format": "string",
1507
+ "display": "default",
1508
+ "button_label": "Select Color",
1509
+ "color_picker": 1,
1510
+ "absolute": 0,
1511
+ "input": 1,
1512
+ "allow_null": 1,
1513
+ "theme_colors": 0,
1514
+ "colors": []
1515
+ },
1516
+ {
1517
+ "key": "field_686e6ec71cf41",
1518
+ "label": "Content box border style",
1519
+ "name": "content_box_border_style",
1520
+ "aria-label": "",
1521
+ "type": "select",
1522
+ "instructions": "",
1523
+ "required": 0,
1524
+ "conditional_logic": [
1525
+ [
1526
+ {
1527
+ "field": "field_686e6ec71c777",
1528
+ "operator": "==",
1529
+ "value": "1"
1530
+ }
1531
+ ]
1532
+ ],
1533
+ "wrapper": {
1534
+ "width": "",
1535
+ "class": "",
1536
+ "id": ""
1537
+ },
1538
+ "wpml_cf_preferences": 3,
1539
+ "user_roles": [
1540
+ "administrator"
1541
+ ],
1542
+ "choices": {
1543
+ "__solid": "Solid",
1544
+ "__dashed": "Dashed",
1545
+ "__double": "Double",
1546
+ "__ridge": "Ridge",
1547
+ "__groove": "Groove",
1548
+ "__none": "None"
1549
+ },
1550
+ "default_value": "__none",
1551
+ "return_format": "value",
1552
+ "multiple": 0,
1553
+ "max": "",
1554
+ "prepend": "",
1555
+ "append": "",
1556
+ "allow_null": 0,
1557
+ "ui": 0,
1558
+ "ajax": 0,
1559
+ "placeholder": "",
1560
+ "allow_custom": 0,
1561
+ "search_placeholder": "",
1562
+ "min": ""
1563
+ },
1564
+ {
1565
+ "key": "field_686e6ec71d331",
1566
+ "label": "Content box border width",
1567
+ "name": "content_box_border_width",
1568
+ "aria-label": "",
1569
+ "type": "range",
1570
+ "instructions": "",
1571
+ "required": 0,
1572
+ "conditional_logic": [
1573
+ [
1574
+ {
1575
+ "field": "field_686e6ec71c777",
1576
+ "operator": "==",
1577
+ "value": "1"
1578
+ }
1579
+ ]
1580
+ ],
1581
+ "wrapper": {
1582
+ "width": "",
1583
+ "class": "",
1584
+ "id": ""
1585
+ },
1586
+ "wpml_cf_preferences": 3,
1587
+ "user_roles": [
1588
+ "administrator"
1589
+ ],
1590
+ "default_value": "",
1591
+ "min": 1,
1592
+ "max": 25,
1593
+ "step": "",
1594
+ "prepend": "",
1595
+ "append": ""
1596
+ },
1597
+ {
1598
+ "key": "field_686e6ec71d727",
1599
+ "label": "Content box border radius",
1600
+ "name": "content_box_border_radius",
1601
+ "aria-label": "",
1602
+ "type": "text",
1603
+ "instructions": "CSS border radius format, eg. 10px 5px or 50%\r\nTip: Border radius still works with other border settings turned off.",
1604
+ "required": 0,
1605
+ "conditional_logic": [
1606
+ [
1607
+ {
1608
+ "field": "field_686e6ec71c777",
1609
+ "operator": "==",
1610
+ "value": "1"
1611
+ }
1612
+ ]
1613
+ ],
1614
+ "wrapper": {
1615
+ "width": "",
1616
+ "class": "",
1617
+ "id": ""
1618
+ },
1619
+ "wpml_cf_preferences": 2,
1620
+ "user_roles": [
1621
+ "administrator"
1622
+ ],
1623
+ "default_value": "0px",
1624
+ "maxlength": "",
1625
+ "placeholder": "",
1626
+ "prepend": "",
1627
+ "append": ""
1628
+ },
1629
+ {
1630
+ "key": "field_686e6ec71db02",
1631
+ "label": "Box shadow",
1632
+ "name": "",
1633
+ "aria-label": "",
1634
+ "type": "tab",
1635
+ "instructions": "",
1636
+ "required": 0,
1637
+ "conditional_logic": 0,
1638
+ "wrapper": {
1639
+ "width": "",
1640
+ "class": "",
1641
+ "id": ""
1642
+ },
1643
+ "wpml_cf_preferences": 3,
1644
+ "placement": "top",
1645
+ "endpoint": 0,
1646
+ "no_preference": 0,
1647
+ "selected": 0
1648
+ },
1649
+ {
1650
+ "key": "field_686e6ec71de51",
1651
+ "label": "Content Box Shadow",
1652
+ "name": "content_box_shadow",
1653
+ "aria-label": "",
1654
+ "type": "group",
1655
+ "instructions": "",
1656
+ "required": 0,
1657
+ "conditional_logic": 0,
1658
+ "wrapper": {
1659
+ "width": "",
1660
+ "class": "",
1661
+ "id": ""
1662
+ },
1663
+ "wpml_cf_preferences": 3,
1664
+ "layout": "block",
1665
+ "acfe_seamless_style": 0,
1666
+ "acfe_group_modal": 0,
1667
+ "acfe_group_modal_close": 0,
1668
+ "acfe_group_modal_button": "",
1669
+ "acfe_group_modal_size": "large",
1670
+ "sub_fields": [
1671
+ {
1672
+ "key": "field_686e6ec749d6b",
1673
+ "label": "Box Shadow",
1674
+ "name": "box_shadow",
1675
+ "aria-label": "",
1676
+ "type": "clone",
1677
+ "instructions": "",
1678
+ "required": 0,
1679
+ "conditional_logic": 0,
1680
+ "wrapper": {
1681
+ "width": "",
1682
+ "class": "",
1683
+ "id": ""
1684
+ },
1685
+ "wpml_cf_preferences": 3,
1686
+ "clone": [
1687
+ "group_666ed2bece4c3"
1688
+ ],
1689
+ "display": "seamless",
1690
+ "layout": "block",
1691
+ "prefix_label": 0,
1692
+ "prefix_name": 0,
1693
+ "acfe_seamless_style": 0,
1694
+ "acfe_clone_modal": 0,
1695
+ "acfe_clone_modal_close": 0,
1696
+ "acfe_clone_modal_button": "",
1697
+ "acfe_clone_modal_size": "large"
1698
+ }
1699
+ ]
1700
+ }
1701
+ ],
1702
+ "location": [
1703
+ [
1704
+ {
1705
+ "param": "post_type",
1706
+ "operator": "==",
1707
+ "value": "post"
1708
+ }
1709
+ ]
1710
+ ],
1711
+ "menu_order": 0,
1712
+ "position": "normal",
1713
+ "style": "default",
1714
+ "label_placement": "left",
1715
+ "instruction_placement": "label",
1716
+ "hide_on_screen": "",
1717
+ "active": false,
1718
+ "description": "",
1719
+ "show_in_rest": 0,
1720
+ "acfe_autosync": [
1721
+ "json"
1722
+ ],
1723
+ "acfml_field_group_mode": "localization",
1724
+ "acfe_form": 0,
1725
+ "acfe_display_title": "",
1726
+ "acfe_meta": "",
1727
+ "acfe_note": "",
1728
+ "modified": 1759492853
1939
1729
  }