@total_onion/onion-library 1.0.19 → 1.0.22
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-single-responsive-image-v3/group_6867bcf24c2fc.json +2 -69
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.js +7 -0
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.php +14 -0
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.scss +9 -0
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +3 -2
- package/components/component-carousel-fields-v3/group_686fd30f4d873.json +43 -85
- package/package.json +1 -1
|
@@ -50,73 +50,6 @@
|
|
|
50
50
|
"acfe_clone_modal_button": "",
|
|
51
51
|
"acfe_clone_modal_size": "large"
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
"key": "field_6867bcf257dd7",
|
|
55
|
-
"label": "Cover Link",
|
|
56
|
-
"name": "",
|
|
57
|
-
"aria-label": "",
|
|
58
|
-
"type": "tab",
|
|
59
|
-
"instructions": "",
|
|
60
|
-
"required": 0,
|
|
61
|
-
"conditional_logic": 0,
|
|
62
|
-
"wrapper": {
|
|
63
|
-
"width": "",
|
|
64
|
-
"class": "",
|
|
65
|
-
"id": ""
|
|
66
|
-
},
|
|
67
|
-
"wpml_cf_preferences": 3,
|
|
68
|
-
"placement": "top",
|
|
69
|
-
"endpoint": 0,
|
|
70
|
-
"no_preference": 0,
|
|
71
|
-
"selected": 0
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"key": "field_6867bcf258106",
|
|
75
|
-
"label": "Cover link fields",
|
|
76
|
-
"name": "cover_link_fields",
|
|
77
|
-
"aria-label": "",
|
|
78
|
-
"type": "clone",
|
|
79
|
-
"instructions": "",
|
|
80
|
-
"required": 0,
|
|
81
|
-
"conditional_logic": 0,
|
|
82
|
-
"wrapper": {
|
|
83
|
-
"width": "",
|
|
84
|
-
"class": "",
|
|
85
|
-
"id": ""
|
|
86
|
-
},
|
|
87
|
-
"wpml_cf_preferences": 3,
|
|
88
|
-
"clone": [
|
|
89
|
-
"group_65ca55f45368c"
|
|
90
|
-
],
|
|
91
|
-
"display": "seamless",
|
|
92
|
-
"layout": "block",
|
|
93
|
-
"prefix_label": 0,
|
|
94
|
-
"prefix_name": 0,
|
|
95
|
-
"acfe_seamless_style": 0,
|
|
96
|
-
"acfe_clone_modal": 0,
|
|
97
|
-
"acfe_clone_modal_close": 0,
|
|
98
|
-
"acfe_clone_modal_button": "",
|
|
99
|
-
"acfe_clone_modal_size": "large"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"key": "field_6867bcf2584f0",
|
|
103
|
-
"label": "Cover link end",
|
|
104
|
-
"name": "",
|
|
105
|
-
"aria-label": "",
|
|
106
|
-
"type": "accordion",
|
|
107
|
-
"instructions": "",
|
|
108
|
-
"required": 0,
|
|
109
|
-
"conditional_logic": 0,
|
|
110
|
-
"wrapper": {
|
|
111
|
-
"width": "",
|
|
112
|
-
"class": "",
|
|
113
|
-
"id": ""
|
|
114
|
-
},
|
|
115
|
-
"wpml_cf_preferences": 3,
|
|
116
|
-
"open": 0,
|
|
117
|
-
"multi_expand": 0,
|
|
118
|
-
"endpoint": 1
|
|
119
|
-
},
|
|
120
53
|
{
|
|
121
54
|
"key": "field_6867bcf258977",
|
|
122
55
|
"label": "Animations",
|
|
@@ -326,7 +259,7 @@
|
|
|
326
259
|
{
|
|
327
260
|
"param": "block",
|
|
328
261
|
"operator": "==",
|
|
329
|
-
"value": "acf\/single-responsive-image"
|
|
262
|
+
"value": "acf\/single-responsive-image-v3"
|
|
330
263
|
}
|
|
331
264
|
]
|
|
332
265
|
],
|
|
@@ -347,5 +280,5 @@
|
|
|
347
280
|
"acfe_display_title": "",
|
|
348
281
|
"acfe_meta": "",
|
|
349
282
|
"acfe_note": "",
|
|
350
|
-
"modified":
|
|
283
|
+
"modified": 1752655801
|
|
351
284
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
|
|
3
|
+
acf_register_block_type(
|
|
4
|
+
array(
|
|
5
|
+
'name' => 'single-responsive-image-v3',
|
|
6
|
+
'title' => __('Single responsive image v3', 'Global-theme Admin'),
|
|
7
|
+
'render_callback' => 'athena_block_render_post_object',
|
|
8
|
+
'category' => 'common',
|
|
9
|
+
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
+
'keywords' => array('content', 'text'),
|
|
11
|
+
'mode' => 'preview',
|
|
12
|
+
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
+
)
|
|
14
|
+
);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@use 'Assets/scss/modules/library-modules/responsive-image/responsive-image';
|
|
2
|
+
@use 'Assets/scss/blocks/single-responsive-image-v3/single-responsive-image-v3-extra';
|
|
3
|
+
@use 'Assets/scss/modules/library-modules/cover-link/cover-link';
|
|
4
|
+
|
|
5
|
+
.single-responsive-image-v3 {
|
|
6
|
+
@include responsive-image.responsiveImage();
|
|
7
|
+
@include cover-link.coverLink();
|
|
8
|
+
@include single-responsive-image-v3-extra.additionalStyles();
|
|
9
|
+
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
{% set blockClassName = "single-responsive-image" %}
|
|
1
|
+
{% set blockClassName = "single-responsive-image-v3" %}
|
|
2
2
|
{% set classNameEntryPoint = include('entry-points/entry-point-classes.twig', { fields, block }, with_context = false) %}
|
|
3
|
-
{% set htmlEntryPoint = include('entry-points/entry-point-html
|
|
3
|
+
{% set htmlEntryPoint = include('entry-points/entry-point-html.twig', { fields, block, blockClassName, options, environment, is_preview, nav_menus, imageSizes }, with_context = false) %}
|
|
4
4
|
{% set dataAttributeEntryPoint = include('entry-points/entry-point-data-attribute.twig', { fields, block }, with_context = false) %}
|
|
5
5
|
{% set styleEntryPoint = include('entry-points/entry-point-style.twig', { fields, block, displaytype, is_preview }, with_context = false) %}
|
|
6
|
+
{% set previewEntryPoint = include('entry-points/entry-point-preview-info.twig', { fields, block, displaytype, is_preview }, with_context = false) %}
|
|
6
7
|
{% set previewEntryPoint = include('entry-points/entry-point-preview-info.twig', { fields: fields, block: block, displaytype: displaytype, is_preview: is_preview }, with_context = false) %}
|
|
7
8
|
{% set sectionStyles = styleEntryPoint %}
|
|
8
9
|
{{previewEntryPoint}}
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"wpml_cf_preferences": 3,
|
|
132
132
|
"open": 0,
|
|
133
133
|
"multi_expand": 0,
|
|
134
|
-
"endpoint":
|
|
134
|
+
"endpoint": 1
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"key": "field_686fd30f6379f",
|
|
@@ -165,18 +165,18 @@
|
|
|
165
165
|
"required": 0,
|
|
166
166
|
"conditional_logic": 0,
|
|
167
167
|
"wrapper": {
|
|
168
|
-
"width": "",
|
|
168
|
+
"width": "33",
|
|
169
169
|
"class": "",
|
|
170
170
|
"id": ""
|
|
171
171
|
},
|
|
172
172
|
"wpml_cf_preferences": 3,
|
|
173
173
|
"default_value": 1,
|
|
174
|
-
"placeholder": "",
|
|
175
|
-
"prepend": "",
|
|
176
|
-
"append": "",
|
|
177
174
|
"min": 1,
|
|
178
175
|
"max": 15,
|
|
179
|
-
"
|
|
176
|
+
"placeholder": "",
|
|
177
|
+
"step": "",
|
|
178
|
+
"prepend": "",
|
|
179
|
+
"append": ""
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"key": "field_686fd30f63f6f",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"required": 0,
|
|
189
189
|
"conditional_logic": 0,
|
|
190
190
|
"wrapper": {
|
|
191
|
-
"width": "",
|
|
191
|
+
"width": "33",
|
|
192
192
|
"class": "",
|
|
193
193
|
"id": ""
|
|
194
194
|
},
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"required": 0,
|
|
212
212
|
"conditional_logic": 0,
|
|
213
213
|
"wrapper": {
|
|
214
|
-
"width": "",
|
|
214
|
+
"width": "33",
|
|
215
215
|
"class": "",
|
|
216
216
|
"id": ""
|
|
217
217
|
},
|
|
@@ -234,14 +234,11 @@
|
|
|
234
234
|
"required": 0,
|
|
235
235
|
"conditional_logic": 0,
|
|
236
236
|
"wrapper": {
|
|
237
|
-
"width": "",
|
|
237
|
+
"width": "33",
|
|
238
238
|
"class": "",
|
|
239
239
|
"id": ""
|
|
240
240
|
},
|
|
241
241
|
"wpml_cf_preferences": 3,
|
|
242
|
-
"user_roles": [
|
|
243
|
-
"all"
|
|
244
|
-
],
|
|
245
242
|
"default_value": 0,
|
|
246
243
|
"min": 0,
|
|
247
244
|
"max": 50,
|
|
@@ -260,14 +257,11 @@
|
|
|
260
257
|
"required": 0,
|
|
261
258
|
"conditional_logic": 0,
|
|
262
259
|
"wrapper": {
|
|
263
|
-
"width": "",
|
|
260
|
+
"width": "33",
|
|
264
261
|
"class": "",
|
|
265
262
|
"id": ""
|
|
266
263
|
},
|
|
267
264
|
"wpml_cf_preferences": 3,
|
|
268
|
-
"user_roles": [
|
|
269
|
-
"all"
|
|
270
|
-
],
|
|
271
265
|
"default_value": 0,
|
|
272
266
|
"min": 0,
|
|
273
267
|
"max": 50,
|
|
@@ -286,14 +280,11 @@
|
|
|
286
280
|
"required": 0,
|
|
287
281
|
"conditional_logic": 0,
|
|
288
282
|
"wrapper": {
|
|
289
|
-
"width": "",
|
|
283
|
+
"width": "33",
|
|
290
284
|
"class": "",
|
|
291
285
|
"id": ""
|
|
292
286
|
},
|
|
293
287
|
"wpml_cf_preferences": 3,
|
|
294
|
-
"user_roles": [
|
|
295
|
-
"all"
|
|
296
|
-
],
|
|
297
288
|
"default_value": 0,
|
|
298
289
|
"min": 0,
|
|
299
290
|
"max": 50,
|
|
@@ -326,7 +317,7 @@
|
|
|
326
317
|
},
|
|
327
318
|
{
|
|
328
319
|
"key": "field_6876139023a51",
|
|
329
|
-
"label": "
|
|
320
|
+
"label": "Nav Arrows",
|
|
330
321
|
"name": "",
|
|
331
322
|
"aria-label": "",
|
|
332
323
|
"type": "accordion",
|
|
@@ -511,7 +502,7 @@
|
|
|
511
502
|
},
|
|
512
503
|
{
|
|
513
504
|
"key": "field_687610bd11475",
|
|
514
|
-
"label": "
|
|
505
|
+
"label": "Nav arrows end",
|
|
515
506
|
"name": "",
|
|
516
507
|
"aria-label": "",
|
|
517
508
|
"type": "accordion",
|
|
@@ -1079,14 +1070,11 @@
|
|
|
1079
1070
|
"required": 0,
|
|
1080
1071
|
"conditional_logic": 0,
|
|
1081
1072
|
"wrapper": {
|
|
1082
|
-
"width": "",
|
|
1073
|
+
"width": "33",
|
|
1083
1074
|
"class": "",
|
|
1084
1075
|
"id": ""
|
|
1085
1076
|
},
|
|
1086
1077
|
"wpml_cf_preferences": 3,
|
|
1087
|
-
"user_roles": [
|
|
1088
|
-
"all"
|
|
1089
|
-
],
|
|
1090
1078
|
"message": "",
|
|
1091
1079
|
"default_value": 0,
|
|
1092
1080
|
"ui_on_text": "",
|
|
@@ -1104,14 +1092,11 @@
|
|
|
1104
1092
|
"required": 0,
|
|
1105
1093
|
"conditional_logic": 0,
|
|
1106
1094
|
"wrapper": {
|
|
1107
|
-
"width": "",
|
|
1095
|
+
"width": "33",
|
|
1108
1096
|
"class": "",
|
|
1109
1097
|
"id": ""
|
|
1110
1098
|
},
|
|
1111
1099
|
"wpml_cf_preferences": 3,
|
|
1112
|
-
"user_roles": [
|
|
1113
|
-
"all"
|
|
1114
|
-
],
|
|
1115
1100
|
"message": "",
|
|
1116
1101
|
"default_value": 0,
|
|
1117
1102
|
"ui_on_text": "",
|
|
@@ -1129,14 +1114,11 @@
|
|
|
1129
1114
|
"required": 0,
|
|
1130
1115
|
"conditional_logic": 0,
|
|
1131
1116
|
"wrapper": {
|
|
1132
|
-
"width": "",
|
|
1117
|
+
"width": "33",
|
|
1133
1118
|
"class": "",
|
|
1134
1119
|
"id": ""
|
|
1135
1120
|
},
|
|
1136
1121
|
"wpml_cf_preferences": 3,
|
|
1137
|
-
"user_roles": [
|
|
1138
|
-
"all"
|
|
1139
|
-
],
|
|
1140
1122
|
"message": "",
|
|
1141
1123
|
"default_value": 0,
|
|
1142
1124
|
"ui_on_text": "",
|
|
@@ -1198,7 +1180,7 @@
|
|
|
1198
1180
|
"required": 0,
|
|
1199
1181
|
"conditional_logic": 0,
|
|
1200
1182
|
"wrapper": {
|
|
1201
|
-
"width": "",
|
|
1183
|
+
"width": "33",
|
|
1202
1184
|
"class": "",
|
|
1203
1185
|
"id": ""
|
|
1204
1186
|
},
|
|
@@ -1220,14 +1202,11 @@
|
|
|
1220
1202
|
"required": 0,
|
|
1221
1203
|
"conditional_logic": 0,
|
|
1222
1204
|
"wrapper": {
|
|
1223
|
-
"width": "",
|
|
1205
|
+
"width": "33",
|
|
1224
1206
|
"class": "",
|
|
1225
1207
|
"id": ""
|
|
1226
1208
|
},
|
|
1227
1209
|
"wpml_cf_preferences": 3,
|
|
1228
|
-
"user_roles": [
|
|
1229
|
-
"all"
|
|
1230
|
-
],
|
|
1231
1210
|
"message": "",
|
|
1232
1211
|
"default_value": 0,
|
|
1233
1212
|
"ui_on_text": "",
|
|
@@ -1245,14 +1224,11 @@
|
|
|
1245
1224
|
"required": 0,
|
|
1246
1225
|
"conditional_logic": 0,
|
|
1247
1226
|
"wrapper": {
|
|
1248
|
-
"width": "",
|
|
1227
|
+
"width": "33",
|
|
1249
1228
|
"class": "",
|
|
1250
1229
|
"id": ""
|
|
1251
1230
|
},
|
|
1252
1231
|
"wpml_cf_preferences": 3,
|
|
1253
|
-
"user_roles": [
|
|
1254
|
-
"all"
|
|
1255
|
-
],
|
|
1256
1232
|
"message": "",
|
|
1257
1233
|
"default_value": 0,
|
|
1258
1234
|
"ui_on_text": "",
|
|
@@ -1314,14 +1290,11 @@
|
|
|
1314
1290
|
"required": 0,
|
|
1315
1291
|
"conditional_logic": 0,
|
|
1316
1292
|
"wrapper": {
|
|
1317
|
-
"width": "",
|
|
1293
|
+
"width": "33",
|
|
1318
1294
|
"class": "",
|
|
1319
1295
|
"id": ""
|
|
1320
1296
|
},
|
|
1321
1297
|
"wpml_cf_preferences": 3,
|
|
1322
|
-
"user_roles": [
|
|
1323
|
-
"all"
|
|
1324
|
-
],
|
|
1325
1298
|
"default_value": 1,
|
|
1326
1299
|
"min": 0,
|
|
1327
1300
|
"max": 1,
|
|
@@ -1339,14 +1312,11 @@
|
|
|
1339
1312
|
"required": 0,
|
|
1340
1313
|
"conditional_logic": 0,
|
|
1341
1314
|
"wrapper": {
|
|
1342
|
-
"width": "",
|
|
1315
|
+
"width": "33",
|
|
1343
1316
|
"class": "",
|
|
1344
1317
|
"id": ""
|
|
1345
1318
|
},
|
|
1346
1319
|
"wpml_cf_preferences": 3,
|
|
1347
|
-
"user_roles": [
|
|
1348
|
-
"all"
|
|
1349
|
-
],
|
|
1350
1320
|
"default_value": 1,
|
|
1351
1321
|
"min": 0,
|
|
1352
1322
|
"max": 1,
|
|
@@ -1364,14 +1334,11 @@
|
|
|
1364
1334
|
"required": 0,
|
|
1365
1335
|
"conditional_logic": 0,
|
|
1366
1336
|
"wrapper": {
|
|
1367
|
-
"width": "",
|
|
1337
|
+
"width": "33",
|
|
1368
1338
|
"class": "",
|
|
1369
1339
|
"id": ""
|
|
1370
1340
|
},
|
|
1371
1341
|
"wpml_cf_preferences": 3,
|
|
1372
|
-
"user_roles": [
|
|
1373
|
-
"all"
|
|
1374
|
-
],
|
|
1375
1342
|
"default_value": 1,
|
|
1376
1343
|
"min": 0,
|
|
1377
1344
|
"max": 1,
|
|
@@ -1433,14 +1400,11 @@
|
|
|
1433
1400
|
"required": 0,
|
|
1434
1401
|
"conditional_logic": 0,
|
|
1435
1402
|
"wrapper": {
|
|
1436
|
-
"width": "",
|
|
1403
|
+
"width": "33",
|
|
1437
1404
|
"class": "",
|
|
1438
1405
|
"id": ""
|
|
1439
1406
|
},
|
|
1440
1407
|
"wpml_cf_preferences": 3,
|
|
1441
|
-
"user_roles": [
|
|
1442
|
-
"all"
|
|
1443
|
-
],
|
|
1444
1408
|
"default_value": 1000,
|
|
1445
1409
|
"min": "",
|
|
1446
1410
|
"max": 10000,
|
|
@@ -1458,14 +1422,11 @@
|
|
|
1458
1422
|
"required": 0,
|
|
1459
1423
|
"conditional_logic": 0,
|
|
1460
1424
|
"wrapper": {
|
|
1461
|
-
"width": "",
|
|
1425
|
+
"width": "33",
|
|
1462
1426
|
"class": "",
|
|
1463
1427
|
"id": ""
|
|
1464
1428
|
},
|
|
1465
1429
|
"wpml_cf_preferences": 3,
|
|
1466
|
-
"user_roles": [
|
|
1467
|
-
"all"
|
|
1468
|
-
],
|
|
1469
1430
|
"default_value": 4000,
|
|
1470
1431
|
"min": 0,
|
|
1471
1432
|
"max": 10000,
|
|
@@ -1483,7 +1444,7 @@
|
|
|
1483
1444
|
"required": 0,
|
|
1484
1445
|
"conditional_logic": 0,
|
|
1485
1446
|
"wrapper": {
|
|
1486
|
-
"width": "",
|
|
1447
|
+
"width": "33",
|
|
1487
1448
|
"class": "",
|
|
1488
1449
|
"id": ""
|
|
1489
1450
|
},
|
|
@@ -1495,18 +1456,18 @@
|
|
|
1495
1456
|
"__creative": "Creative"
|
|
1496
1457
|
},
|
|
1497
1458
|
"default_value": "__default",
|
|
1498
|
-
"allow_null": 0,
|
|
1499
|
-
"multiple": 0,
|
|
1500
|
-
"ui": 1,
|
|
1501
|
-
"ajax": 1,
|
|
1502
1459
|
"return_format": "value",
|
|
1503
|
-
"
|
|
1460
|
+
"multiple": 0,
|
|
1461
|
+
"max": "",
|
|
1504
1462
|
"allow_custom": 0,
|
|
1505
1463
|
"search_placeholder": "",
|
|
1506
1464
|
"prepend": "",
|
|
1507
1465
|
"append": "",
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1466
|
+
"allow_null": 0,
|
|
1467
|
+
"ui": 1,
|
|
1468
|
+
"ajax": 1,
|
|
1469
|
+
"placeholder": "",
|
|
1470
|
+
"min": ""
|
|
1510
1471
|
},
|
|
1511
1472
|
{
|
|
1512
1473
|
"key": "field_686fd30f6a111",
|
|
@@ -1567,7 +1528,7 @@
|
|
|
1567
1528
|
]
|
|
1568
1529
|
],
|
|
1569
1530
|
"wrapper": {
|
|
1570
|
-
"width": "",
|
|
1531
|
+
"width": "33",
|
|
1571
1532
|
"class": "",
|
|
1572
1533
|
"id": ""
|
|
1573
1534
|
},
|
|
@@ -1597,7 +1558,7 @@
|
|
|
1597
1558
|
]
|
|
1598
1559
|
],
|
|
1599
1560
|
"wrapper": {
|
|
1600
|
-
"width": "",
|
|
1561
|
+
"width": "33",
|
|
1601
1562
|
"class": "",
|
|
1602
1563
|
"id": ""
|
|
1603
1564
|
},
|
|
@@ -1627,7 +1588,7 @@
|
|
|
1627
1588
|
]
|
|
1628
1589
|
],
|
|
1629
1590
|
"wrapper": {
|
|
1630
|
-
"width": "",
|
|
1591
|
+
"width": "33",
|
|
1631
1592
|
"class": "",
|
|
1632
1593
|
"id": ""
|
|
1633
1594
|
},
|
|
@@ -1721,7 +1682,7 @@
|
|
|
1721
1682
|
"required": 0,
|
|
1722
1683
|
"conditional_logic": 0,
|
|
1723
1684
|
"wrapper": {
|
|
1724
|
-
"width": "",
|
|
1685
|
+
"width": "33",
|
|
1725
1686
|
"class": "",
|
|
1726
1687
|
"id": ""
|
|
1727
1688
|
},
|
|
@@ -1743,7 +1704,7 @@
|
|
|
1743
1704
|
"required": 0,
|
|
1744
1705
|
"conditional_logic": 0,
|
|
1745
1706
|
"wrapper": {
|
|
1746
|
-
"width": "",
|
|
1707
|
+
"width": "33",
|
|
1747
1708
|
"class": "",
|
|
1748
1709
|
"id": ""
|
|
1749
1710
|
},
|
|
@@ -1765,7 +1726,7 @@
|
|
|
1765
1726
|
"required": 0,
|
|
1766
1727
|
"conditional_logic": 0,
|
|
1767
1728
|
"wrapper": {
|
|
1768
|
-
"width": "",
|
|
1729
|
+
"width": "33",
|
|
1769
1730
|
"class": "",
|
|
1770
1731
|
"id": ""
|
|
1771
1732
|
},
|
|
@@ -1807,7 +1768,7 @@
|
|
|
1807
1768
|
"required": 0,
|
|
1808
1769
|
"conditional_logic": 0,
|
|
1809
1770
|
"wrapper": {
|
|
1810
|
-
"width": "",
|
|
1771
|
+
"width": "33",
|
|
1811
1772
|
"class": "",
|
|
1812
1773
|
"id": ""
|
|
1813
1774
|
},
|
|
@@ -1829,7 +1790,7 @@
|
|
|
1829
1790
|
"required": 0,
|
|
1830
1791
|
"conditional_logic": 0,
|
|
1831
1792
|
"wrapper": {
|
|
1832
|
-
"width": "",
|
|
1793
|
+
"width": "33",
|
|
1833
1794
|
"class": "",
|
|
1834
1795
|
"id": ""
|
|
1835
1796
|
},
|
|
@@ -1851,7 +1812,7 @@
|
|
|
1851
1812
|
"required": 0,
|
|
1852
1813
|
"conditional_logic": 0,
|
|
1853
1814
|
"wrapper": {
|
|
1854
|
-
"width": "",
|
|
1815
|
+
"width": "33",
|
|
1855
1816
|
"class": "",
|
|
1856
1817
|
"id": ""
|
|
1857
1818
|
},
|
|
@@ -2773,7 +2734,7 @@
|
|
|
2773
2734
|
"name": "",
|
|
2774
2735
|
"aria-label": "",
|
|
2775
2736
|
"type": "accordion",
|
|
2776
|
-
"instructions": "
|
|
2737
|
+
"instructions": "",
|
|
2777
2738
|
"required": 0,
|
|
2778
2739
|
"conditional_logic": 0,
|
|
2779
2740
|
"wrapper": {
|
|
@@ -2782,9 +2743,6 @@
|
|
|
2782
2743
|
"id": ""
|
|
2783
2744
|
},
|
|
2784
2745
|
"wpml_cf_preferences": 3,
|
|
2785
|
-
"user_roles": [
|
|
2786
|
-
"all"
|
|
2787
|
-
],
|
|
2788
2746
|
"open": 0,
|
|
2789
2747
|
"multi_expand": 0,
|
|
2790
2748
|
"endpoint": 0
|
|
@@ -2913,5 +2871,5 @@
|
|
|
2913
2871
|
"acfe_display_title": "",
|
|
2914
2872
|
"acfe_meta": "",
|
|
2915
2873
|
"acfe_note": "",
|
|
2916
|
-
"modified":
|
|
2874
|
+
"modified": 1752655403
|
|
2917
2875
|
}
|