@total_onion/onion-library 2.0.99 → 2.0.101

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.
@@ -1,480 +1,499 @@
1
1
  {
2
- "key": "group_689f39c37980a",
3
- "title": "Component: Animations v3",
4
- "fields": [
5
- {
6
- "key": "field_689f39c38dfbb",
7
- "label": "Animations",
8
- "name": "animations",
9
- "aria-label": "",
10
- "type": "group",
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
- "layout": "block",
22
- "acfe_seamless_style": 0,
23
- "acfe_group_modal": 0,
24
- "acfe_group_modal_close": 0,
25
- "acfe_group_modal_button": "",
26
- "acfe_group_modal_size": "large",
27
- "sub_fields": [
28
- {
29
- "key": "field_689f39c38fbd7",
30
- "label": "Enable animations",
31
- "name": "enable_animations",
32
- "aria-label": "",
33
- "type": "true_false",
34
- "instructions": "",
35
- "required": 0,
36
- "conditional_logic": 0,
37
- "wrapper": {
38
- "width": "",
39
- "class": "",
40
- "id": ""
41
- },
42
- "message": "",
43
- "default_value": 0,
44
- "ui_on_text": "",
45
- "ui_off_text": "",
46
- "ui": 1,
47
- "style": "",
48
- "wpml_cf_preferences": 3
49
- },
50
- {
51
- "key": "field_689f39c38ff69",
52
- "label": "Animation name",
53
- "name": "animation_name",
54
- "aria-label": "",
55
- "type": "select",
56
- "instructions": "",
57
- "required": 0,
58
- "conditional_logic": [
59
- [
60
- {
61
- "field": "field_689f39c38fbd7",
62
- "operator": "==",
63
- "value": "1"
64
- }
65
- ]
66
- ],
67
- "wrapper": {
68
- "width": "50",
69
- "class": "",
70
- "id": ""
71
- },
72
- "wpml_cf_preferences": 3,
73
- "choices": {
74
- "__fade-in": "Fade In",
75
- "__fade-in-left": "Fade in left",
76
- "__fade-in-right": "Fade in right",
77
- "__fade-in-up": "Fade in up",
78
- "__fade-in-down": "Fade in down",
79
- "__rotate": "Rotate",
80
- "__scale-in": "Scale in",
81
- "__reveal-up": "Reveal Up",
82
- "__custom": "Custom"
83
- },
84
- "default_value": "__fade-in",
85
- "return_format": "value",
86
- "multiple": 0,
87
- "max": "",
88
- "prepend": "",
89
- "append": "",
90
- "allow_null": 0,
91
- "ui": 0,
92
- "ajax": 0,
93
- "placeholder": "",
94
- "allow_custom": 0,
95
- "search_placeholder": "",
96
- "min": ""
97
- },
98
- {
99
- "key": "field_689f39c39039e",
100
- "label": "Custom animation (keyframe)",
101
- "name": "custom_animation",
102
- "aria-label": "",
103
- "type": "acfe_code_editor",
104
- "instructions": "",
105
- "required": 0,
106
- "conditional_logic": [
107
- [
108
- {
109
- "field": "field_689f39c38ff69",
110
- "operator": "==",
111
- "value": "__custom"
112
- }
113
- ]
114
- ],
115
- "wrapper": {
116
- "width": "",
117
- "class": "",
118
- "id": ""
119
- },
120
- "wpml_cf_preferences": 2,
121
- "default_value": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
122
- "placeholder": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
123
- "mode": "css",
124
- "lines": 1,
125
- "indent_unit": 4,
126
- "maxlength": "",
127
- "rows": 9,
128
- "max_rows": "",
129
- "return_format": ["htmlentities"]
130
- },
131
- {
132
- "key": "field_689f39c39073b",
133
- "label": "Animation duration",
134
- "name": "animation_duration",
135
- "aria-label": "",
136
- "type": "range",
137
- "instructions": "",
138
- "required": 0,
139
- "conditional_logic": [
140
- [
141
- {
142
- "field": "field_689f39c38fbd7",
143
- "operator": "==",
144
- "value": "1"
145
- }
146
- ]
147
- ],
148
- "wrapper": {
149
- "width": "50",
150
- "class": "",
151
- "id": ""
152
- },
153
- "wpml_cf_preferences": 3,
154
- "default_value": 1,
155
- "min": 0,
156
- "max": 10,
157
- "step": "0.1",
158
- "prepend": "",
159
- "append": ""
160
- },
161
- {
162
- "key": "field_689f39c390b34",
163
- "label": "Animation delay",
164
- "name": "animation_delay",
165
- "aria-label": "",
166
- "type": "range",
167
- "instructions": "",
168
- "required": 0,
169
- "conditional_logic": [
170
- [
171
- {
172
- "field": "field_689f39c38fbd7",
173
- "operator": "==",
174
- "value": "1"
175
- }
176
- ]
177
- ],
178
- "wrapper": {
179
- "width": "50",
180
- "class": "",
181
- "id": ""
182
- },
183
- "wpml_cf_preferences": 3,
184
- "default_value": 0,
185
- "min": 0,
186
- "max": 10,
187
- "step": "0.1",
188
- "prepend": "",
189
- "append": ""
190
- },
191
- {
192
- "key": "field_689f39c390f17",
193
- "label": "Animation fill mode",
194
- "name": "animation_fill_mode",
195
- "aria-label": "",
196
- "type": "select",
197
- "instructions": "",
198
- "required": 0,
199
- "conditional_logic": [
200
- [
201
- {
202
- "field": "field_689f39c38fbd7",
203
- "operator": "==",
204
- "value": "1"
205
- }
206
- ]
207
- ],
208
- "wrapper": {
209
- "width": "50",
210
- "class": "",
211
- "id": ""
212
- },
213
- "wpml_cf_preferences": 3,
214
- "choices": {
215
- "__forwards": "Forwards",
216
- "__none": "None"
217
- },
218
- "default_value": "__forwards",
219
- "return_format": "value",
220
- "multiple": 0,
221
- "max": "",
222
- "allow_custom": 0,
223
- "search_placeholder": "",
224
- "prepend": "",
225
- "append": "",
226
- "allow_null": 0,
227
- "ui": 1,
228
- "ajax": 1,
229
- "placeholder": "",
230
- "min": ""
231
- },
232
- {
233
- "key": "field_689f39c391309",
234
- "label": "Animation direction",
235
- "name": "animation_direction",
236
- "aria-label": "",
237
- "type": "select",
238
- "instructions": "",
239
- "required": 0,
240
- "conditional_logic": [
241
- [
242
- {
243
- "field": "field_689f39c38fbd7",
244
- "operator": "==",
245
- "value": "1"
246
- }
247
- ]
248
- ],
249
- "wrapper": {
250
- "width": "50",
251
- "class": "",
252
- "id": ""
253
- },
254
- "wpml_cf_preferences": 3,
255
- "choices": {
256
- "__normal": "Normal",
257
- "__reverse": "Reverse",
258
- "__alternate": "Alternate",
259
- "__alternate-reverse": "Alternate reverse"
260
- },
261
- "default_value": "__forwards",
262
- "return_format": "value",
263
- "multiple": 0,
264
- "max": "",
265
- "allow_custom": 0,
266
- "search_placeholder": "",
267
- "prepend": "",
268
- "append": "",
269
- "allow_null": 0,
270
- "ui": 1,
271
- "ajax": 1,
272
- "placeholder": "",
273
- "min": ""
274
- },
275
- {
276
- "key": "field_689f39c3916e8",
277
- "label": "Animation easing",
278
- "name": "animation_easing",
279
- "aria-label": "",
280
- "type": "select",
281
- "instructions": "",
282
- "required": 0,
283
- "conditional_logic": [
284
- [
285
- {
286
- "field": "field_689f39c38fbd7",
287
- "operator": "==",
288
- "value": "1"
289
- }
290
- ]
291
- ],
292
- "wrapper": {
293
- "width": "50",
294
- "class": "",
295
- "id": ""
296
- },
297
- "wpml_cf_preferences": 3,
298
- "choices": {
299
- "__linear": "Linear",
300
- "__ease-out": "Ease out",
301
- "__ease-in": "Ease in",
302
- "__ease-in-out": "Ease in out",
303
- "__custom": "Custom"
304
- },
305
- "default_value": "__linear",
306
- "return_format": "value",
307
- "multiple": 0,
308
- "max": "",
309
- "allow_custom": 0,
310
- "search_placeholder": "",
311
- "prepend": "",
312
- "append": "",
313
- "allow_null": 0,
314
- "ui": 1,
315
- "ajax": 1,
316
- "placeholder": "",
317
- "min": ""
318
- },
319
- {
320
- "key": "field_689f39c391acf",
321
- "label": "Animation easing custom",
322
- "name": "animation_easing_custom",
323
- "aria-label": "",
324
- "type": "text",
325
- "instructions": "",
326
- "required": 0,
327
- "conditional_logic": [
328
- [
329
- {
330
- "field": "field_689f39c38fbd7",
331
- "operator": "==",
332
- "value": "1"
333
- },
334
- {
335
- "field": "field_689f39c3916e8",
336
- "operator": "==",
337
- "value": "__custom"
338
- }
339
- ]
340
- ],
341
- "wrapper": {
342
- "width": "50",
343
- "class": "",
344
- "id": ""
345
- },
346
- "wpml_cf_preferences": 2,
347
- "default_value": "",
348
- "maxlength": "",
349
- "placeholder": "",
350
- "prepend": "",
351
- "append": ""
352
- },
353
- {
354
- "key": "field_689f39c391eb9",
355
- "label": "Animation repeat",
356
- "name": "animation_repeat",
357
- "aria-label": "",
358
- "type": "select",
359
- "instructions": "",
360
- "required": 0,
361
- "conditional_logic": [
362
- [
363
- {
364
- "field": "field_689f39c38fbd7",
365
- "operator": "==",
366
- "value": "1"
367
- }
368
- ]
369
- ],
370
- "wrapper": {
371
- "width": "50",
372
- "class": "",
373
- "id": ""
374
- },
375
- "wpml_cf_preferences": 3,
376
- "choices": {
377
- "__1": "Once",
378
- "__infinite": "Infinite",
379
- "__custom": "Custom"
380
- },
381
- "default_value": "__1",
382
- "return_format": "value",
383
- "multiple": 0,
384
- "max": "",
385
- "allow_custom": 0,
386
- "search_placeholder": "",
387
- "prepend": "",
388
- "append": "",
389
- "allow_null": 0,
390
- "ui": 1,
391
- "ajax": 1,
392
- "placeholder": "",
393
- "min": ""
394
- },
395
- {
396
- "key": "field_689f39c3922a7",
397
- "label": "Animation repeat number",
398
- "name": "animation_repeat_number",
399
- "aria-label": "",
400
- "type": "range",
401
- "instructions": "",
402
- "required": 0,
403
- "conditional_logic": [
404
- [
405
- {
406
- "field": "field_689f39c391eb9",
407
- "operator": "==",
408
- "value": "__custom"
409
- }
410
- ]
411
- ],
412
- "wrapper": {
413
- "width": "50",
414
- "class": "",
415
- "id": ""
416
- },
417
- "wpml_cf_preferences": 3,
418
- "default_value": 1,
419
- "min": "",
420
- "max": 50,
421
- "step": "",
422
- "prepend": "",
423
- "append": ""
424
- },
425
- {
426
- "key": "field_68f9e35d7db0b",
427
- "label": "Animation Timeline",
428
- "name": "animation_timeline",
429
- "aria-label": "",
430
- "type": "text",
431
- "instructions": "Add your timeline function with the appropriate arguments or leave blank for no timeline.\r\nSee https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline",
432
- "required": 0,
433
- "conditional_logic": [
434
- [
435
- {
436
- "field": "field_689f39c38fbd7",
437
- "operator": "==",
438
- "value": "1"
439
- }
440
- ]
441
- ],
442
- "wrapper": {
443
- "width": "",
444
- "class": "",
445
- "id": ""
446
- },
447
- "default_value": "",
448
- "maxlength": "",
449
- "placeholder": "",
450
- "prepend": "",
451
- "append": ""
452
- }
453
- ]
454
- }
455
- ],
456
- "location": [
457
- [
458
- {
459
- "param": "post_type",
460
- "operator": "==",
461
- "value": "post"
462
- }
463
- ]
464
- ],
465
- "menu_order": 0,
466
- "position": "normal",
467
- "style": "default",
468
- "label_placement": "left",
469
- "instruction_placement": "label",
470
- "hide_on_screen": "",
471
- "active": false,
472
- "description": "",
473
- "show_in_rest": 0,
474
- "acfe_autosync": ["json"],
475
- "acfe_form": 0,
476
- "acfe_display_title": "",
477
- "acfe_meta": "",
478
- "acfe_note": "",
479
- "modified": 1761217399
2
+ "key": "group_689f39c37980a",
3
+ "title": "Component: Animations v3",
4
+ "fields": [
5
+ {
6
+ "key": "field_689f39c38dfbb",
7
+ "label": "Animations",
8
+ "name": "animations",
9
+ "aria-label": "",
10
+ "type": "group",
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
+ "layout": "block",
24
+ "acfe_seamless_style": 0,
25
+ "acfe_group_modal": 0,
26
+ "acfe_group_modal_close": 0,
27
+ "acfe_group_modal_button": "",
28
+ "acfe_group_modal_size": "large",
29
+ "sub_fields": [
30
+ {
31
+ "key": "field_689f39c38fbd7",
32
+ "label": "Enable animations",
33
+ "name": "enable_animations",
34
+ "aria-label": "",
35
+ "type": "true_false",
36
+ "instructions": "",
37
+ "required": 0,
38
+ "conditional_logic": 0,
39
+ "wrapper": {
40
+ "width": "",
41
+ "class": "",
42
+ "id": ""
43
+ },
44
+ "message": "",
45
+ "default_value": 0,
46
+ "ui_on_text": "",
47
+ "ui_off_text": "",
48
+ "ui": 1,
49
+ "style": "",
50
+ "wpml_cf_preferences": 3
51
+ },
52
+ {
53
+ "key": "field_689f39c38ff69",
54
+ "label": "Animation name",
55
+ "name": "animation_name",
56
+ "aria-label": "",
57
+ "type": "select",
58
+ "instructions": "",
59
+ "required": 0,
60
+ "conditional_logic": [
61
+ [
62
+ {
63
+ "field": "field_689f39c38fbd7",
64
+ "operator": "==",
65
+ "value": "1"
66
+ }
67
+ ]
68
+ ],
69
+ "wrapper": {
70
+ "width": "50",
71
+ "class": "",
72
+ "id": ""
73
+ },
74
+ "choices": {
75
+ "fade-in": "Fade In",
76
+ "fade-in-left": "Fade in left",
77
+ "fade-in-right": "Fade in right",
78
+ "fade-in-up": "Fade in up",
79
+ "fade-in-down": "Fade in down",
80
+ "rotate": "Rotate",
81
+ "scale-in": "Scale in",
82
+ "reveal-up": "Reveal Up",
83
+ "reveal-up-and-slide": "Reveal Up and Slide",
84
+ "custom": "Custom"
85
+ },
86
+ "default_value": "fade-in",
87
+ "return_format": "value",
88
+ "multiple": 0,
89
+ "max": "",
90
+ "prepend": "",
91
+ "append": "",
92
+ "allow_null": 0,
93
+ "allow_in_bindings": 1,
94
+ "ui": 0,
95
+ "ajax": 0,
96
+ "placeholder": "",
97
+ "create_options": 0,
98
+ "save_options": 0,
99
+ "allow_custom": 0,
100
+ "search_placeholder": "",
101
+ "min": ""
102
+ },
103
+ {
104
+ "key": "field_689f39c39039e",
105
+ "label": "Custom animation (keyframe)",
106
+ "name": "custom_animation",
107
+ "aria-label": "",
108
+ "type": "acfe_code_editor",
109
+ "instructions": "",
110
+ "required": 0,
111
+ "conditional_logic": [
112
+ [
113
+ {
114
+ "field": "field_689f39c38ff69",
115
+ "operator": "==",
116
+ "value": "custom"
117
+ }
118
+ ]
119
+ ],
120
+ "wrapper": {
121
+ "width": "",
122
+ "class": "",
123
+ "id": ""
124
+ },
125
+ "default_value": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
126
+ "placeholder": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
127
+ "mode": "css",
128
+ "lines": 1,
129
+ "indent_unit": 4,
130
+ "maxlength": "",
131
+ "rows": 9,
132
+ "max_rows": "",
133
+ "return_format": [
134
+ "htmlentities"
135
+ ],
136
+ "allow_in_bindings": 1
137
+ },
138
+ {
139
+ "key": "field_689f39c39073b",
140
+ "label": "Animation duration",
141
+ "name": "animation_duration",
142
+ "aria-label": "",
143
+ "type": "range",
144
+ "instructions": "",
145
+ "required": 0,
146
+ "conditional_logic": [
147
+ [
148
+ {
149
+ "field": "field_689f39c38fbd7",
150
+ "operator": "==",
151
+ "value": "1"
152
+ }
153
+ ]
154
+ ],
155
+ "wrapper": {
156
+ "width": "50",
157
+ "class": "",
158
+ "id": ""
159
+ },
160
+ "wpml_cf_preferences": 3,
161
+ "default_value": 1,
162
+ "min": 0,
163
+ "max": 10,
164
+ "step": "0.1",
165
+ "prepend": "",
166
+ "append": ""
167
+ },
168
+ {
169
+ "key": "field_689f39c390b34",
170
+ "label": "Animation delay",
171
+ "name": "animation_delay",
172
+ "aria-label": "",
173
+ "type": "range",
174
+ "instructions": "",
175
+ "required": 0,
176
+ "conditional_logic": [
177
+ [
178
+ {
179
+ "field": "field_689f39c38fbd7",
180
+ "operator": "==",
181
+ "value": "1"
182
+ }
183
+ ]
184
+ ],
185
+ "wrapper": {
186
+ "width": "50",
187
+ "class": "",
188
+ "id": ""
189
+ },
190
+ "wpml_cf_preferences": 3,
191
+ "default_value": 0,
192
+ "min": 0,
193
+ "max": 10,
194
+ "step": "0.1",
195
+ "prepend": "",
196
+ "append": ""
197
+ },
198
+ {
199
+ "key": "field_689f39c390f17",
200
+ "label": "Animation fill mode",
201
+ "name": "animation_fill_mode",
202
+ "aria-label": "",
203
+ "type": "select",
204
+ "instructions": "",
205
+ "required": 0,
206
+ "conditional_logic": [
207
+ [
208
+ {
209
+ "field": "field_689f39c38fbd7",
210
+ "operator": "==",
211
+ "value": "1"
212
+ }
213
+ ]
214
+ ],
215
+ "wrapper": {
216
+ "width": "50",
217
+ "class": "",
218
+ "id": ""
219
+ },
220
+ "wpml_cf_preferences": 3,
221
+ "choices": {
222
+ "__forwards": "Forwards",
223
+ "__none": "None"
224
+ },
225
+ "default_value": "__forwards",
226
+ "return_format": "value",
227
+ "multiple": 0,
228
+ "max": "",
229
+ "allow_custom": 0,
230
+ "search_placeholder": "",
231
+ "prepend": "",
232
+ "append": "",
233
+ "allow_null": 0,
234
+ "ui": 1,
235
+ "ajax": 1,
236
+ "placeholder": "",
237
+ "min": "",
238
+ "create_options": 0,
239
+ "save_options": 0
240
+ },
241
+ {
242
+ "key": "field_689f39c391309",
243
+ "label": "Animation direction",
244
+ "name": "animation_direction",
245
+ "aria-label": "",
246
+ "type": "select",
247
+ "instructions": "",
248
+ "required": 0,
249
+ "conditional_logic": [
250
+ [
251
+ {
252
+ "field": "field_689f39c38fbd7",
253
+ "operator": "==",
254
+ "value": "1"
255
+ }
256
+ ]
257
+ ],
258
+ "wrapper": {
259
+ "width": "50",
260
+ "class": "",
261
+ "id": ""
262
+ },
263
+ "choices": {
264
+ "normal": "Normal",
265
+ "reverse": "Reverse",
266
+ "alternate": "Alternate",
267
+ "alternate-reverse": "Alternate reverse"
268
+ },
269
+ "default_value": "normal",
270
+ "return_format": "value",
271
+ "multiple": 0,
272
+ "max": "",
273
+ "allow_custom": 0,
274
+ "search_placeholder": "",
275
+ "prepend": "",
276
+ "append": "",
277
+ "allow_null": 0,
278
+ "allow_in_bindings": 1,
279
+ "ui": 1,
280
+ "ajax": 1,
281
+ "placeholder": "",
282
+ "create_options": 0,
283
+ "save_options": 0,
284
+ "min": ""
285
+ },
286
+ {
287
+ "key": "field_689f39c3916e8",
288
+ "label": "Animation easing",
289
+ "name": "animation_easing",
290
+ "aria-label": "",
291
+ "type": "select",
292
+ "instructions": "",
293
+ "required": 0,
294
+ "conditional_logic": [
295
+ [
296
+ {
297
+ "field": "field_689f39c38fbd7",
298
+ "operator": "==",
299
+ "value": "1"
300
+ }
301
+ ]
302
+ ],
303
+ "wrapper": {
304
+ "width": "50",
305
+ "class": "",
306
+ "id": ""
307
+ },
308
+ "wpml_cf_preferences": 3,
309
+ "choices": {
310
+ "__linear": "Linear",
311
+ "__ease-out": "Ease out",
312
+ "__ease-in": "Ease in",
313
+ "__ease-in-out": "Ease in out",
314
+ "__custom": "Custom"
315
+ },
316
+ "default_value": "__linear",
317
+ "return_format": "value",
318
+ "multiple": 0,
319
+ "max": "",
320
+ "allow_custom": 0,
321
+ "search_placeholder": "",
322
+ "prepend": "",
323
+ "append": "",
324
+ "allow_null": 0,
325
+ "ui": 1,
326
+ "ajax": 1,
327
+ "placeholder": "",
328
+ "min": "",
329
+ "create_options": 0,
330
+ "save_options": 0
331
+ },
332
+ {
333
+ "key": "field_689f39c391acf",
334
+ "label": "Animation easing custom",
335
+ "name": "animation_easing_custom",
336
+ "aria-label": "",
337
+ "type": "text",
338
+ "instructions": "",
339
+ "required": 0,
340
+ "conditional_logic": [
341
+ [
342
+ {
343
+ "field": "field_689f39c38fbd7",
344
+ "operator": "==",
345
+ "value": "1"
346
+ },
347
+ {
348
+ "field": "field_689f39c3916e8",
349
+ "operator": "==",
350
+ "value": "__custom"
351
+ }
352
+ ]
353
+ ],
354
+ "wrapper": {
355
+ "width": "50",
356
+ "class": "",
357
+ "id": ""
358
+ },
359
+ "wpml_cf_preferences": 2,
360
+ "default_value": "",
361
+ "maxlength": "",
362
+ "placeholder": "",
363
+ "prepend": "",
364
+ "append": ""
365
+ },
366
+ {
367
+ "key": "field_689f39c391eb9",
368
+ "label": "Animation repeat",
369
+ "name": "animation_repeat",
370
+ "aria-label": "",
371
+ "type": "select",
372
+ "instructions": "",
373
+ "required": 0,
374
+ "conditional_logic": [
375
+ [
376
+ {
377
+ "field": "field_689f39c38fbd7",
378
+ "operator": "==",
379
+ "value": "1"
380
+ }
381
+ ]
382
+ ],
383
+ "wrapper": {
384
+ "width": "50",
385
+ "class": "",
386
+ "id": ""
387
+ },
388
+ "wpml_cf_preferences": 3,
389
+ "choices": {
390
+ "__1": "Once",
391
+ "__infinite": "Infinite",
392
+ "__custom": "Custom"
393
+ },
394
+ "default_value": "__1",
395
+ "return_format": "value",
396
+ "multiple": 0,
397
+ "max": "",
398
+ "allow_custom": 0,
399
+ "search_placeholder": "",
400
+ "prepend": "",
401
+ "append": "",
402
+ "allow_null": 0,
403
+ "ui": 1,
404
+ "ajax": 1,
405
+ "placeholder": "",
406
+ "min": "",
407
+ "create_options": 0,
408
+ "save_options": 0
409
+ },
410
+ {
411
+ "key": "field_689f39c3922a7",
412
+ "label": "Animation repeat number",
413
+ "name": "animation_repeat_number",
414
+ "aria-label": "",
415
+ "type": "range",
416
+ "instructions": "",
417
+ "required": 0,
418
+ "conditional_logic": [
419
+ [
420
+ {
421
+ "field": "field_689f39c391eb9",
422
+ "operator": "==",
423
+ "value": "__custom"
424
+ }
425
+ ]
426
+ ],
427
+ "wrapper": {
428
+ "width": "50",
429
+ "class": "",
430
+ "id": ""
431
+ },
432
+ "wpml_cf_preferences": 3,
433
+ "default_value": 1,
434
+ "min": "",
435
+ "max": 50,
436
+ "step": "",
437
+ "prepend": "",
438
+ "append": ""
439
+ },
440
+ {
441
+ "key": "field_68f9e35d7db0b",
442
+ "label": "Animation Timeline",
443
+ "name": "animation_timeline",
444
+ "aria-label": "",
445
+ "type": "text",
446
+ "instructions": "Add your timeline function with the appropriate arguments or leave blank for no timeline.\r\nSee https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/animation-timeline",
447
+ "required": 0,
448
+ "conditional_logic": [
449
+ [
450
+ {
451
+ "field": "field_689f39c38fbd7",
452
+ "operator": "==",
453
+ "value": "1"
454
+ }
455
+ ]
456
+ ],
457
+ "wrapper": {
458
+ "width": "",
459
+ "class": "",
460
+ "id": ""
461
+ },
462
+ "default_value": "",
463
+ "maxlength": "",
464
+ "allow_in_bindings": 1,
465
+ "placeholder": "",
466
+ "prepend": "",
467
+ "append": ""
468
+ }
469
+ ]
470
+ }
471
+ ],
472
+ "location": [
473
+ [
474
+ {
475
+ "param": "post_type",
476
+ "operator": "==",
477
+ "value": "post"
478
+ }
479
+ ]
480
+ ],
481
+ "menu_order": 0,
482
+ "position": "normal",
483
+ "style": "default",
484
+ "label_placement": "left",
485
+ "instruction_placement": "label",
486
+ "hide_on_screen": "",
487
+ "active": false,
488
+ "description": "",
489
+ "show_in_rest": 0,
490
+ "display_title": "",
491
+ "acfe_autosync": [
492
+ "json"
493
+ ],
494
+ "acfe_form": 0,
495
+ "acfe_display_title": "",
496
+ "acfe_meta": "",
497
+ "acfe_note": "",
498
+ "modified": 1761846934
480
499
  }