@total_onion/onion-library 2.0.181 → 2.0.183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/block-group-container-v3/group_6865578ada499.json +3722 -3775
- package/components/block-post-info-v3/group_6866429531436.json +3036 -3013
- package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +502 -210
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.js +4 -4
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +2 -4
- package/components/core-block-editor-assets-v3/block-editor-assets-v3.php +6 -7
- package/components/core-core-block-render-function-v3/core-block-render-function-v3.php +39 -0
- package/components/{fields-core-design-settings-v3 → core-core-design-settings-v3}/core-design-settings-v3.php +6 -2
- package/components/core-core-post-overrides-v3/core-post-overrides-v3.php +21 -0
- package/components/core-core-themes/core-themes-v3.php +68 -0
- package/components/core-globals/globals.php +39 -0
- package/datalayer-tools.mjs +2 -0
- package/onion-utils.mjs +2 -3
- package/package.json +1 -1
- package/components/fields-core-block-render-function-v3/core-block-render-function-v3.php +0 -50
|
@@ -1,212 +1,504 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
2
|
+
"key": "group_68e67fca1ec80",
|
|
3
|
+
"title": "Block: Scrolling Banner v3",
|
|
4
|
+
"fields": [
|
|
5
|
+
{
|
|
6
|
+
"key": "field_68e6822690986",
|
|
7
|
+
"label": "Banner Fields",
|
|
8
|
+
"name": "",
|
|
9
|
+
"aria-label": "",
|
|
10
|
+
"type": "tab",
|
|
11
|
+
"instructions": "",
|
|
12
|
+
"required": 0,
|
|
13
|
+
"conditional_logic": 0,
|
|
14
|
+
"wrapper": {
|
|
15
|
+
"width": "",
|
|
16
|
+
"class": "",
|
|
17
|
+
"id": ""
|
|
18
|
+
},
|
|
19
|
+
"wpml_cf_preferences": 3,
|
|
20
|
+
"placement": "top",
|
|
21
|
+
"endpoint": 0,
|
|
22
|
+
"no_preference": 0,
|
|
23
|
+
"selected": 0
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"key": "field_62647319056f2",
|
|
27
|
+
"label": "Enable Scrolling Banner",
|
|
28
|
+
"name": "enable_scrolling_banner",
|
|
29
|
+
"aria-label": "",
|
|
30
|
+
"type": "true_false",
|
|
31
|
+
"instructions": "",
|
|
32
|
+
"required": 0,
|
|
33
|
+
"conditional_logic": 0,
|
|
34
|
+
"wrapper": {
|
|
35
|
+
"width": "",
|
|
36
|
+
"class": "",
|
|
37
|
+
"id": ""
|
|
38
|
+
},
|
|
39
|
+
"wpml_cf_preferences": 3,
|
|
40
|
+
"user_roles": ["all"],
|
|
41
|
+
"message": "",
|
|
42
|
+
"default_value": 0,
|
|
43
|
+
"ui_on_text": "",
|
|
44
|
+
"ui_off_text": "",
|
|
45
|
+
"ui": 1,
|
|
46
|
+
"style": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"key": "field_62647331056f3",
|
|
50
|
+
"label": "Scrolling Banner Text 1",
|
|
51
|
+
"name": "scrolling_banner_text_1",
|
|
52
|
+
"aria-label": "",
|
|
53
|
+
"type": "text",
|
|
54
|
+
"instructions": "",
|
|
55
|
+
"required": 0,
|
|
56
|
+
"conditional_logic": 0,
|
|
57
|
+
"wrapper": {
|
|
58
|
+
"width": "",
|
|
59
|
+
"class": "",
|
|
60
|
+
"id": ""
|
|
61
|
+
},
|
|
62
|
+
"default_value": "Scrolling banner text 1",
|
|
63
|
+
"maxlength": "",
|
|
64
|
+
"allow_in_bindings": 1,
|
|
65
|
+
"placeholder": "",
|
|
66
|
+
"prepend": "",
|
|
67
|
+
"append": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"key": "field_6956aaecccc4f",
|
|
71
|
+
"label": "Scrolling Banner Text 2",
|
|
72
|
+
"name": "scrolling_banner_text_2",
|
|
73
|
+
"aria-label": "",
|
|
74
|
+
"type": "text",
|
|
75
|
+
"instructions": "",
|
|
76
|
+
"required": 0,
|
|
77
|
+
"conditional_logic": 0,
|
|
78
|
+
"wrapper": {
|
|
79
|
+
"width": "",
|
|
80
|
+
"class": "",
|
|
81
|
+
"id": ""
|
|
82
|
+
},
|
|
83
|
+
"default_value": "Scrolling banner text 2",
|
|
84
|
+
"maxlength": "",
|
|
85
|
+
"allow_in_bindings": 1,
|
|
86
|
+
"placeholder": "",
|
|
87
|
+
"prepend": "",
|
|
88
|
+
"append": ""
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"key": "field_68e6801d43db8",
|
|
92
|
+
"label": "scrolling banner fields",
|
|
93
|
+
"name": "scrolling_banner_fields_1",
|
|
94
|
+
"aria-label": "",
|
|
95
|
+
"type": "clone",
|
|
96
|
+
"instructions": "",
|
|
97
|
+
"required": 0,
|
|
98
|
+
"conditional_logic": 0,
|
|
99
|
+
"wrapper": {
|
|
100
|
+
"width": "",
|
|
101
|
+
"class": "",
|
|
102
|
+
"id": ""
|
|
103
|
+
},
|
|
104
|
+
"wpml_cf_preferences": 3,
|
|
105
|
+
"clone": ["group_626472bf26f5c"],
|
|
106
|
+
"display": "seamless",
|
|
107
|
+
"layout": "block",
|
|
108
|
+
"prefix_label": 0,
|
|
109
|
+
"prefix_name": 0,
|
|
110
|
+
"acfe_seamless_style": 0,
|
|
111
|
+
"acfe_clone_modal": 0,
|
|
112
|
+
"acfe_clone_modal_close": 0,
|
|
113
|
+
"acfe_clone_modal_button": "",
|
|
114
|
+
"acfe_clone_modal_size": "large"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"key": "field_62647361727b8",
|
|
118
|
+
"label": "Scrolling Banner Speed",
|
|
119
|
+
"name": "scrolling_banner_speed",
|
|
120
|
+
"aria-label": "",
|
|
121
|
+
"type": "range",
|
|
122
|
+
"instructions": "",
|
|
123
|
+
"required": 0,
|
|
124
|
+
"conditional_logic": 0,
|
|
125
|
+
"wrapper": {
|
|
126
|
+
"width": "",
|
|
127
|
+
"class": "",
|
|
128
|
+
"id": ""
|
|
129
|
+
},
|
|
130
|
+
"wpml_cf_preferences": 3,
|
|
131
|
+
"user_roles": ["all"],
|
|
132
|
+
"default_value": 5,
|
|
133
|
+
"min": "",
|
|
134
|
+
"max": 10,
|
|
135
|
+
"step": "",
|
|
136
|
+
"prepend": "",
|
|
137
|
+
"append": ""
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"key": "field_656601518b51f",
|
|
141
|
+
"label": "Font Size Desktop",
|
|
142
|
+
"name": "font_size_desktop",
|
|
143
|
+
"aria-label": "",
|
|
144
|
+
"type": "range",
|
|
145
|
+
"instructions": "",
|
|
146
|
+
"required": 0,
|
|
147
|
+
"conditional_logic": 0,
|
|
148
|
+
"wrapper": {
|
|
149
|
+
"width": "",
|
|
150
|
+
"class": "",
|
|
151
|
+
"id": ""
|
|
152
|
+
},
|
|
153
|
+
"wpml_cf_preferences": 3,
|
|
154
|
+
"user_roles": ["all"],
|
|
155
|
+
"default_value": 32,
|
|
156
|
+
"min": "",
|
|
157
|
+
"max": 300,
|
|
158
|
+
"step": "",
|
|
159
|
+
"prepend": "",
|
|
160
|
+
"append": ""
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"key": "field_6566087dede58",
|
|
164
|
+
"label": "Font Size Portrait",
|
|
165
|
+
"name": "font_size_portrait",
|
|
166
|
+
"aria-label": "",
|
|
167
|
+
"type": "range",
|
|
168
|
+
"instructions": "",
|
|
169
|
+
"required": 0,
|
|
170
|
+
"conditional_logic": 0,
|
|
171
|
+
"wrapper": {
|
|
172
|
+
"width": "",
|
|
173
|
+
"class": "",
|
|
174
|
+
"id": ""
|
|
175
|
+
},
|
|
176
|
+
"wpml_cf_preferences": 3,
|
|
177
|
+
"user_roles": ["all"],
|
|
178
|
+
"default_value": 24,
|
|
179
|
+
"min": "",
|
|
180
|
+
"max": 300,
|
|
181
|
+
"step": "",
|
|
182
|
+
"prepend": "",
|
|
183
|
+
"append": ""
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"key": "field_656608a8ede59",
|
|
187
|
+
"label": "Font Size Mobile",
|
|
188
|
+
"name": "font_size_mobile",
|
|
189
|
+
"aria-label": "",
|
|
190
|
+
"type": "range",
|
|
191
|
+
"instructions": "",
|
|
192
|
+
"required": 0,
|
|
193
|
+
"conditional_logic": 0,
|
|
194
|
+
"wrapper": {
|
|
195
|
+
"width": "",
|
|
196
|
+
"class": "",
|
|
197
|
+
"id": ""
|
|
198
|
+
},
|
|
199
|
+
"wpml_cf_preferences": 3,
|
|
200
|
+
"user_roles": ["all"],
|
|
201
|
+
"default_value": 16,
|
|
202
|
+
"min": "",
|
|
203
|
+
"max": 300,
|
|
204
|
+
"step": "",
|
|
205
|
+
"prepend": "",
|
|
206
|
+
"append": ""
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"key": "field_656612fd660a7",
|
|
210
|
+
"label": "Seperator As Image?",
|
|
211
|
+
"name": "seperator_as_image",
|
|
212
|
+
"aria-label": "",
|
|
213
|
+
"type": "true_false",
|
|
214
|
+
"instructions": "",
|
|
215
|
+
"required": 0,
|
|
216
|
+
"conditional_logic": 0,
|
|
217
|
+
"wrapper": {
|
|
218
|
+
"width": "",
|
|
219
|
+
"class": "",
|
|
220
|
+
"id": ""
|
|
221
|
+
},
|
|
222
|
+
"wpml_cf_preferences": 3,
|
|
223
|
+
"user_roles": ["all"],
|
|
224
|
+
"message": "",
|
|
225
|
+
"default_value": 0,
|
|
226
|
+
"ui_on_text": "",
|
|
227
|
+
"ui_off_text": "",
|
|
228
|
+
"ui": 1,
|
|
229
|
+
"style": ""
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"key": "field_656615b26dfc2",
|
|
233
|
+
"label": "Positioning",
|
|
234
|
+
"name": "positioning",
|
|
235
|
+
"aria-label": "",
|
|
236
|
+
"type": "radio",
|
|
237
|
+
"instructions": "",
|
|
238
|
+
"required": 0,
|
|
239
|
+
"conditional_logic": 0,
|
|
240
|
+
"wrapper": {
|
|
241
|
+
"width": "",
|
|
242
|
+
"class": "",
|
|
243
|
+
"id": ""
|
|
244
|
+
},
|
|
245
|
+
"wpml_cf_preferences": 3,
|
|
246
|
+
"user_roles": ["all"],
|
|
247
|
+
"choices": {
|
|
248
|
+
"__flex-start": "Top",
|
|
249
|
+
"__center": "Center",
|
|
250
|
+
"__flex-end": "Bottom"
|
|
251
|
+
},
|
|
252
|
+
"default_value": "__center",
|
|
253
|
+
"return_format": "value",
|
|
254
|
+
"allow_null": 0,
|
|
255
|
+
"other_choice": 0,
|
|
256
|
+
"layout": "vertical",
|
|
257
|
+
"save_other_choice": 0
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"key": "field_65661d79b8b14",
|
|
261
|
+
"label": "Text Colour",
|
|
262
|
+
"name": "text_colour",
|
|
263
|
+
"aria-label": "",
|
|
264
|
+
"type": "color_picker",
|
|
265
|
+
"instructions": "",
|
|
266
|
+
"required": 0,
|
|
267
|
+
"conditional_logic": 0,
|
|
268
|
+
"wrapper": {
|
|
269
|
+
"width": "",
|
|
270
|
+
"class": "",
|
|
271
|
+
"id": ""
|
|
272
|
+
},
|
|
273
|
+
"wpml_cf_preferences": 3,
|
|
274
|
+
"user_roles": ["all"],
|
|
275
|
+
"default_value": "#FFFFFF",
|
|
276
|
+
"enable_opacity": 1,
|
|
277
|
+
"return_format": "string",
|
|
278
|
+
"display": "default",
|
|
279
|
+
"button_label": "Select Color",
|
|
280
|
+
"color_picker": true,
|
|
281
|
+
"absolute": false,
|
|
282
|
+
"input": true,
|
|
283
|
+
"allow_null": true,
|
|
284
|
+
"theme_colors": false,
|
|
285
|
+
"colors": [],
|
|
286
|
+
"custom_palette_source": "",
|
|
287
|
+
"palette_colors": "",
|
|
288
|
+
"show_color_wheel": true
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"key": "field_65b7ac3ef1fea",
|
|
292
|
+
"label": "Enable Text Shadow",
|
|
293
|
+
"name": "enable_text_shadow",
|
|
294
|
+
"aria-label": "",
|
|
295
|
+
"type": "true_false",
|
|
296
|
+
"instructions": "",
|
|
297
|
+
"required": 0,
|
|
298
|
+
"conditional_logic": 0,
|
|
299
|
+
"wrapper": {
|
|
300
|
+
"width": "",
|
|
301
|
+
"class": "",
|
|
302
|
+
"id": ""
|
|
303
|
+
},
|
|
304
|
+
"wpml_cf_preferences": 3,
|
|
305
|
+
"user_roles": ["all"],
|
|
306
|
+
"message": "",
|
|
307
|
+
"default_value": 0,
|
|
308
|
+
"ui_on_text": "",
|
|
309
|
+
"ui_off_text": "",
|
|
310
|
+
"ui": 1,
|
|
311
|
+
"style": ""
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"key": "field_65b7acbbf1feb",
|
|
315
|
+
"label": "Text shadow horizontal offset",
|
|
316
|
+
"name": "text_shadow_horizontal_offset",
|
|
317
|
+
"aria-label": "",
|
|
318
|
+
"type": "range",
|
|
319
|
+
"instructions": "",
|
|
320
|
+
"required": 0,
|
|
321
|
+
"conditional_logic": 0,
|
|
322
|
+
"wrapper": {
|
|
323
|
+
"width": "",
|
|
324
|
+
"class": "",
|
|
325
|
+
"id": ""
|
|
326
|
+
},
|
|
327
|
+
"wpml_cf_preferences": 3,
|
|
328
|
+
"user_roles": ["all"],
|
|
329
|
+
"default_value": 0,
|
|
330
|
+
"min": -40,
|
|
331
|
+
"max": 40,
|
|
332
|
+
"step": "",
|
|
333
|
+
"prepend": "",
|
|
334
|
+
"append": ""
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"key": "field_65b7acc6f1fec",
|
|
338
|
+
"label": "Text shadow vertical offset",
|
|
339
|
+
"name": "text_shadow_vertical_offset",
|
|
340
|
+
"aria-label": "",
|
|
341
|
+
"type": "range",
|
|
342
|
+
"instructions": "",
|
|
343
|
+
"required": 0,
|
|
344
|
+
"conditional_logic": 0,
|
|
345
|
+
"wrapper": {
|
|
346
|
+
"width": "",
|
|
347
|
+
"class": "",
|
|
348
|
+
"id": ""
|
|
349
|
+
},
|
|
350
|
+
"wpml_cf_preferences": 3,
|
|
351
|
+
"user_roles": ["all"],
|
|
352
|
+
"default_value": 0,
|
|
353
|
+
"min": -40,
|
|
354
|
+
"max": 40,
|
|
355
|
+
"step": "",
|
|
356
|
+
"prepend": "",
|
|
357
|
+
"append": ""
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"key": "field_65b7ad0df1fed",
|
|
361
|
+
"label": "Text shadow blur",
|
|
362
|
+
"name": "text_shadow_blur",
|
|
363
|
+
"aria-label": "",
|
|
364
|
+
"type": "range",
|
|
365
|
+
"instructions": "",
|
|
366
|
+
"required": 0,
|
|
367
|
+
"conditional_logic": 0,
|
|
368
|
+
"wrapper": {
|
|
369
|
+
"width": "",
|
|
370
|
+
"class": "",
|
|
371
|
+
"id": ""
|
|
372
|
+
},
|
|
373
|
+
"wpml_cf_preferences": 3,
|
|
374
|
+
"user_roles": ["all"],
|
|
375
|
+
"default_value": 0,
|
|
376
|
+
"min": 0,
|
|
377
|
+
"max": 20,
|
|
378
|
+
"step": "",
|
|
379
|
+
"prepend": "",
|
|
380
|
+
"append": ""
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"key": "field_65b7ad42f1fee",
|
|
384
|
+
"label": "Text shadow colour",
|
|
385
|
+
"name": "text_shadow_colour",
|
|
386
|
+
"aria-label": "",
|
|
387
|
+
"type": "color_picker",
|
|
388
|
+
"instructions": "",
|
|
389
|
+
"required": 0,
|
|
390
|
+
"conditional_logic": 0,
|
|
391
|
+
"wrapper": {
|
|
392
|
+
"width": "",
|
|
393
|
+
"class": "",
|
|
394
|
+
"id": ""
|
|
395
|
+
},
|
|
396
|
+
"wpml_cf_preferences": 3,
|
|
397
|
+
"user_roles": ["all"],
|
|
398
|
+
"default_value": "rgba(255,255,255,0.5)",
|
|
399
|
+
"enable_opacity": 1,
|
|
400
|
+
"return_format": "string",
|
|
401
|
+
"display": "default",
|
|
402
|
+
"button_label": "Select Color",
|
|
403
|
+
"color_picker": 1,
|
|
404
|
+
"absolute": 0,
|
|
405
|
+
"input": 1,
|
|
406
|
+
"allow_null": 1,
|
|
407
|
+
"theme_colors": 0,
|
|
408
|
+
"colors": [],
|
|
409
|
+
"custom_palette_source": "",
|
|
410
|
+
"palette_colors": "",
|
|
411
|
+
"show_color_wheel": true
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"key": "field_68e67fca63368",
|
|
415
|
+
"label": "Block Settings",
|
|
416
|
+
"name": "",
|
|
417
|
+
"aria-label": "",
|
|
418
|
+
"type": "tab",
|
|
419
|
+
"instructions": "",
|
|
420
|
+
"required": 0,
|
|
421
|
+
"conditional_logic": 0,
|
|
422
|
+
"wrapper": {
|
|
423
|
+
"width": "",
|
|
424
|
+
"class": "",
|
|
425
|
+
"id": ""
|
|
426
|
+
},
|
|
427
|
+
"wpml_cf_preferences": 3,
|
|
428
|
+
"placement": "top",
|
|
429
|
+
"endpoint": 0,
|
|
430
|
+
"no_preference": 0,
|
|
431
|
+
"selected": 0
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"key": "field_68e68346cb037",
|
|
435
|
+
"label": "Block",
|
|
436
|
+
"name": "",
|
|
437
|
+
"aria-label": "",
|
|
438
|
+
"type": "accordion",
|
|
439
|
+
"instructions": "",
|
|
440
|
+
"required": 0,
|
|
441
|
+
"conditional_logic": 0,
|
|
442
|
+
"wrapper": {
|
|
443
|
+
"width": "",
|
|
444
|
+
"class": "",
|
|
445
|
+
"id": ""
|
|
446
|
+
},
|
|
447
|
+
"wpml_cf_preferences": 0,
|
|
448
|
+
"open": 0,
|
|
449
|
+
"multi_expand": 0,
|
|
450
|
+
"endpoint": 0
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"key": "field_68e6835dcb038",
|
|
454
|
+
"label": "Block Settings",
|
|
455
|
+
"name": "block_settings",
|
|
456
|
+
"aria-label": "",
|
|
457
|
+
"type": "clone",
|
|
458
|
+
"instructions": "",
|
|
459
|
+
"required": 0,
|
|
460
|
+
"conditional_logic": 0,
|
|
461
|
+
"wrapper": {
|
|
462
|
+
"width": "",
|
|
463
|
+
"class": "",
|
|
464
|
+
"id": ""
|
|
465
|
+
},
|
|
466
|
+
"wpml_cf_preferences": 0,
|
|
467
|
+
"clone": ["group_689f649af2ac4"],
|
|
468
|
+
"display": "seamless",
|
|
469
|
+
"layout": "block",
|
|
470
|
+
"prefix_label": 0,
|
|
471
|
+
"prefix_name": 0,
|
|
472
|
+
"acfe_seamless_style": 0,
|
|
473
|
+
"acfe_clone_modal": 0,
|
|
474
|
+
"acfe_clone_modal_close": 0,
|
|
475
|
+
"acfe_clone_modal_button": "",
|
|
476
|
+
"acfe_clone_modal_size": "large"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"location": [
|
|
480
|
+
[
|
|
481
|
+
{
|
|
482
|
+
"param": "block",
|
|
483
|
+
"operator": "==",
|
|
484
|
+
"value": "all"
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
],
|
|
488
|
+
"menu_order": 0,
|
|
489
|
+
"position": "normal",
|
|
490
|
+
"style": "default",
|
|
491
|
+
"label_placement": "left",
|
|
492
|
+
"instruction_placement": "label",
|
|
493
|
+
"hide_on_screen": "",
|
|
494
|
+
"active": false,
|
|
495
|
+
"description": "",
|
|
496
|
+
"show_in_rest": 0,
|
|
497
|
+
"display_title": "",
|
|
498
|
+
"acfe_autosync": ["json"],
|
|
499
|
+
"acfe_form": 0,
|
|
500
|
+
"acfe_display_title": "",
|
|
501
|
+
"acfe_meta": "",
|
|
502
|
+
"acfe_note": "",
|
|
503
|
+
"modified": 1767287567
|
|
212
504
|
}
|