@total_onion/onion-library 2.0.75 → 2.0.77
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-container-v3.js +0 -8
- package/components/component-animations-v3/animations-v3.scss +11 -0
- package/components/component-animations-v3/group_689f39c37980a.json +451 -456
- package/components/component-grid-layout-container-v3/grid-layout-container-v3.twig +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
export default function groupcontainerv3Js(options = {}) {
|
|
2
2
|
try {
|
|
3
3
|
const {block} = options;
|
|
4
|
-
|
|
5
|
-
// if (document.documentElement.dataset.athenadevelopment == 'true') {
|
|
6
|
-
// import(
|
|
7
|
-
// 'Assets/js/blocks/group-container-v3/group-container-v3-extra.js'
|
|
8
|
-
// ).then((result) => {
|
|
9
|
-
// result.default({block: block});
|
|
10
|
-
// });
|
|
11
|
-
// }
|
|
12
4
|
} catch (error) {
|
|
13
5
|
console.error(error);
|
|
14
6
|
}
|
|
@@ -127,6 +127,17 @@
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
@keyframes reveal-up {
|
|
131
|
+
from {
|
|
132
|
+
opacity: 1;
|
|
133
|
+
clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
|
|
134
|
+
}
|
|
135
|
+
100% {
|
|
136
|
+
opacity: 1;
|
|
137
|
+
clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
130
141
|
&.loaded {
|
|
131
142
|
animation: var(--animation-name) var(--animation-duration)
|
|
132
143
|
var(--animation-delay) var(--animation-easing)
|
|
@@ -1,458 +1,453 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"acfe_form": 0,
|
|
454
|
-
"acfe_display_title": "",
|
|
455
|
-
"acfe_meta": "",
|
|
456
|
-
"acfe_note": "",
|
|
457
|
-
"modified": 1755265492
|
|
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
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"location": [
|
|
429
|
+
[
|
|
430
|
+
{
|
|
431
|
+
"param": "post_type",
|
|
432
|
+
"operator": "==",
|
|
433
|
+
"value": "post"
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
],
|
|
437
|
+
"menu_order": 0,
|
|
438
|
+
"position": "normal",
|
|
439
|
+
"style": "default",
|
|
440
|
+
"label_placement": "left",
|
|
441
|
+
"instruction_placement": "label",
|
|
442
|
+
"hide_on_screen": "",
|
|
443
|
+
"active": false,
|
|
444
|
+
"description": "",
|
|
445
|
+
"show_in_rest": 0,
|
|
446
|
+
"acfe_autosync": ["json"],
|
|
447
|
+
"acfml_field_group_mode": "localization",
|
|
448
|
+
"acfe_form": 0,
|
|
449
|
+
"acfe_display_title": "",
|
|
450
|
+
"acfe_meta": "",
|
|
451
|
+
"acfe_note": "",
|
|
452
|
+
"modified": 1761045273
|
|
458
453
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
{% set gridTemplateColumnsCustomDesktop = '--grid-template-columns-custom-desktop: ' ~ fields.grid_layout.grid_template_columns_custom_desktop ~ ';' %}
|
|
55
55
|
{% endif %}
|
|
56
56
|
{% if fields.grid_layout.grid_template_columns_custom_portrait is not empty %}
|
|
57
|
-
{% set
|
|
57
|
+
{% set gridTemplateColumnsCustomPortrait = '--grid-template-columns-custom-portrait: ' ~ fields.grid_layout.grid_template_columns_custom_portrait ~ ';' %}
|
|
58
58
|
{% endif %}
|
|
59
59
|
{% if fields.grid_layout.grid_template_columns_custom_mobile is not empty %}
|
|
60
60
|
{% set gridTemplateColumnsCustomMobile = '--grid-template-columns-custom-mobile: ' ~ fields.grid_layout.grid_template_columns_custom_mobile ~ ';' %}
|