@total_onion/onion-library 1.0.162 → 1.0.164
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-block-interactions-v3/block-interactions-v3-extra.scss +2 -3
- package/components/block-block-interactions-v3/block-interactions-v3.scss +1 -2
- package/components/block-block-interactions-v3/block-interactions-v3.twig +4 -3
- package/components/block-block-interactions-v3/group_687e1575ba23d.json +136 -67
- package/components/component-athena-body-close/athena-body-close.twig +2 -0
- package/components/component-modal-popup-content/modal-popup-content.twig +13 -0
- package/components/component-text-editor-settings-v3/group_687a4e2334e37.json +15 -18
- package/components/fields-modal-popup-content/group_689876f1ee3fc.json +263 -0
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
1
|
+
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
2
2
|
// @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
3
3
|
// @use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@mixin additionalStyles() {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
|
|
1
|
+
@use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
|
|
2
2
|
@use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
|
|
3
3
|
@use 'Assets/scss/theme/breakpoints';
|
|
4
4
|
@use 'Assets/scss/blocks/block-interactions-v3/block-interactions-v3-extra';
|
|
@@ -20,6 +20,5 @@
|
|
|
20
20
|
height: core-functions-v3.fluidSize(20, 'desktop');
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
23
|
@include block-interactions-v3-extra.additionalStyles();
|
|
25
24
|
}
|
|
@@ -21,11 +21,14 @@
|
|
|
21
21
|
|
|
22
22
|
{% if blockInteractionsEnabled %}
|
|
23
23
|
|
|
24
|
+
{% for item in fields.modal_popup_triggers %}
|
|
25
|
+
<button data-modalpopuptrigger="{{ item.modal_popup_trigger_id }}">{{ item.modal_popup_trigger_text }}</button>
|
|
26
|
+
{% endfor %}
|
|
24
27
|
|
|
25
28
|
{% if enableInteractionsButton %}
|
|
26
29
|
{% if (interactionsButtonType|ru == 'close-block') %}
|
|
30
|
+
{% set closeButtonIcon = get_image(fields.upload_close_icon) %}
|
|
27
31
|
{% set closeButtonCookie = fields.enable_closed_cookie %}
|
|
28
|
-
|
|
29
32
|
<button class="block-interactions-v3__block-close-button" data-animationname="{{animationName}}" data-animationduration="{{animationDuration}}" data-store-cookie="{{closeButtonCookie ? 'true' : 'false' }}">
|
|
30
33
|
{% set iconType = options.theme_cta_icons.cta_close_icon %}
|
|
31
34
|
{% set iconImage = get_image(iconType) %}
|
|
@@ -35,8 +38,6 @@
|
|
|
35
38
|
{% endif %}
|
|
36
39
|
{% endif %}
|
|
37
40
|
|
|
38
|
-
|
|
39
41
|
{% endif %}
|
|
40
|
-
|
|
41
42
|
{{htmlEntryPoint}}
|
|
42
43
|
</section>
|
|
@@ -2,54 +2,6 @@
|
|
|
2
2
|
"key": "group_687e1575ba23d",
|
|
3
3
|
"title": "Block: Block Interactions v3",
|
|
4
4
|
"fields": [
|
|
5
|
-
{
|
|
6
|
-
"key": "field_687e1c72b415e",
|
|
7
|
-
"label": "Grid Layout",
|
|
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": 1,
|
|
20
|
-
"placement": "top",
|
|
21
|
-
"endpoint": 0,
|
|
22
|
-
"no_preference": 0,
|
|
23
|
-
"selected": 0
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"key": "field_687e1c8db415f",
|
|
27
|
-
"label": "Grid Layout",
|
|
28
|
-
"name": "grid_layout",
|
|
29
|
-
"aria-label": "",
|
|
30
|
-
"type": "clone",
|
|
31
|
-
"instructions": "",
|
|
32
|
-
"required": 0,
|
|
33
|
-
"conditional_logic": 0,
|
|
34
|
-
"wrapper": {
|
|
35
|
-
"width": "",
|
|
36
|
-
"class": "",
|
|
37
|
-
"id": ""
|
|
38
|
-
},
|
|
39
|
-
"wpml_cf_preferences": 1,
|
|
40
|
-
"clone": [
|
|
41
|
-
"group_6504a81a0623c"
|
|
42
|
-
],
|
|
43
|
-
"display": "seamless",
|
|
44
|
-
"layout": "block",
|
|
45
|
-
"prefix_label": 0,
|
|
46
|
-
"prefix_name": 0,
|
|
47
|
-
"acfe_seamless_style": 0,
|
|
48
|
-
"acfe_clone_modal": 0,
|
|
49
|
-
"acfe_clone_modal_close": 0,
|
|
50
|
-
"acfe_clone_modal_button": "",
|
|
51
|
-
"acfe_clone_modal_size": "large"
|
|
52
|
-
},
|
|
53
5
|
{
|
|
54
6
|
"key": "field_687e18f8855d0",
|
|
55
7
|
"label": "Content",
|
|
@@ -64,7 +16,7 @@
|
|
|
64
16
|
"class": "",
|
|
65
17
|
"id": ""
|
|
66
18
|
},
|
|
67
|
-
"wpml_cf_preferences":
|
|
19
|
+
"wpml_cf_preferences": 3,
|
|
68
20
|
"placement": "top",
|
|
69
21
|
"endpoint": 0,
|
|
70
22
|
"no_preference": 0,
|
|
@@ -84,7 +36,7 @@
|
|
|
84
36
|
"class": "",
|
|
85
37
|
"id": ""
|
|
86
38
|
},
|
|
87
|
-
"wpml_cf_preferences":
|
|
39
|
+
"wpml_cf_preferences": 3,
|
|
88
40
|
"message": "",
|
|
89
41
|
"default_value": 0,
|
|
90
42
|
"style": "",
|
|
@@ -92,6 +44,84 @@
|
|
|
92
44
|
"ui_off_text": "",
|
|
93
45
|
"ui": 1
|
|
94
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"key": "field_6898aa7bb4898",
|
|
49
|
+
"label": "Modal popup triggers",
|
|
50
|
+
"name": "modal_popup_triggers",
|
|
51
|
+
"aria-label": "",
|
|
52
|
+
"type": "repeater",
|
|
53
|
+
"instructions": "",
|
|
54
|
+
"required": 0,
|
|
55
|
+
"conditional_logic": [
|
|
56
|
+
[
|
|
57
|
+
{
|
|
58
|
+
"field": "field_687e1578d6b61",
|
|
59
|
+
"operator": "==",
|
|
60
|
+
"value": "1"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
],
|
|
64
|
+
"wrapper": {
|
|
65
|
+
"width": "",
|
|
66
|
+
"class": "",
|
|
67
|
+
"id": ""
|
|
68
|
+
},
|
|
69
|
+
"wpml_cf_preferences": 3,
|
|
70
|
+
"acfe_repeater_stylised_button": 0,
|
|
71
|
+
"layout": "table",
|
|
72
|
+
"pagination": 0,
|
|
73
|
+
"min": 0,
|
|
74
|
+
"max": 0,
|
|
75
|
+
"collapsed": "",
|
|
76
|
+
"button_label": "Add Row",
|
|
77
|
+
"rows_per_page": 20,
|
|
78
|
+
"sub_fields": [
|
|
79
|
+
{
|
|
80
|
+
"key": "field_6898aa96b4899",
|
|
81
|
+
"label": "Modal Popup Trigger id",
|
|
82
|
+
"name": "modal_popup_trigger_id",
|
|
83
|
+
"aria-label": "",
|
|
84
|
+
"type": "text",
|
|
85
|
+
"instructions": "",
|
|
86
|
+
"required": 0,
|
|
87
|
+
"conditional_logic": 0,
|
|
88
|
+
"wrapper": {
|
|
89
|
+
"width": "",
|
|
90
|
+
"class": "",
|
|
91
|
+
"id": ""
|
|
92
|
+
},
|
|
93
|
+
"wpml_cf_preferences": 2,
|
|
94
|
+
"default_value": "",
|
|
95
|
+
"maxlength": "",
|
|
96
|
+
"placeholder": "",
|
|
97
|
+
"prepend": "",
|
|
98
|
+
"append": "",
|
|
99
|
+
"parent_repeater": "field_6898aa7bb4898"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"key": "field_6898aba0fd0c4",
|
|
103
|
+
"label": "Modal Popup Trigger text",
|
|
104
|
+
"name": "modal_popup_trigger_text",
|
|
105
|
+
"aria-label": "",
|
|
106
|
+
"type": "text",
|
|
107
|
+
"instructions": "",
|
|
108
|
+
"required": 0,
|
|
109
|
+
"conditional_logic": 0,
|
|
110
|
+
"wrapper": {
|
|
111
|
+
"width": "",
|
|
112
|
+
"class": "",
|
|
113
|
+
"id": ""
|
|
114
|
+
},
|
|
115
|
+
"wpml_cf_preferences": 2,
|
|
116
|
+
"default_value": "",
|
|
117
|
+
"maxlength": "",
|
|
118
|
+
"placeholder": "",
|
|
119
|
+
"prepend": "",
|
|
120
|
+
"append": "",
|
|
121
|
+
"parent_repeater": "field_6898aa7bb4898"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
95
125
|
{
|
|
96
126
|
"key": "field_687e20dd7da49",
|
|
97
127
|
"label": "Enable Interactions Button",
|
|
@@ -114,7 +144,7 @@
|
|
|
114
144
|
"class": "",
|
|
115
145
|
"id": ""
|
|
116
146
|
},
|
|
117
|
-
"wpml_cf_preferences":
|
|
147
|
+
"wpml_cf_preferences": 3,
|
|
118
148
|
"message": "",
|
|
119
149
|
"default_value": 0,
|
|
120
150
|
"ui_on_text": "",
|
|
@@ -144,7 +174,7 @@
|
|
|
144
174
|
"class": "",
|
|
145
175
|
"id": ""
|
|
146
176
|
},
|
|
147
|
-
"wpml_cf_preferences":
|
|
177
|
+
"wpml_cf_preferences": 3,
|
|
148
178
|
"choices": {
|
|
149
179
|
"__close-block": "Close Block"
|
|
150
180
|
},
|
|
@@ -160,7 +190,46 @@
|
|
|
160
190
|
"allow_null": 0,
|
|
161
191
|
"ui": 0,
|
|
162
192
|
"ajax": 0,
|
|
163
|
-
"min": ""
|
|
193
|
+
"min": "",
|
|
194
|
+
"create_options": 0,
|
|
195
|
+
"save_options": 0
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"key": "field_687e40dc485e6",
|
|
199
|
+
"label": "Upload Close Icon",
|
|
200
|
+
"name": "upload_close_icon",
|
|
201
|
+
"aria-label": "",
|
|
202
|
+
"type": "image",
|
|
203
|
+
"instructions": "",
|
|
204
|
+
"required": 0,
|
|
205
|
+
"conditional_logic": [
|
|
206
|
+
[
|
|
207
|
+
{
|
|
208
|
+
"field": "field_687e4099485e5",
|
|
209
|
+
"operator": "==",
|
|
210
|
+
"value": "__close-block"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
],
|
|
214
|
+
"wrapper": {
|
|
215
|
+
"width": "",
|
|
216
|
+
"class": "",
|
|
217
|
+
"id": ""
|
|
218
|
+
},
|
|
219
|
+
"wpml_cf_preferences": 3,
|
|
220
|
+
"uploader": "",
|
|
221
|
+
"return_format": "array",
|
|
222
|
+
"library": "all",
|
|
223
|
+
"upload_folder": "",
|
|
224
|
+
"acfe_thumbnail": 0,
|
|
225
|
+
"min_width": "",
|
|
226
|
+
"min_height": "",
|
|
227
|
+
"min_size": "",
|
|
228
|
+
"max_width": "",
|
|
229
|
+
"max_height": "",
|
|
230
|
+
"max_size": "",
|
|
231
|
+
"mime_types": "",
|
|
232
|
+
"preview_size": "medium"
|
|
164
233
|
},
|
|
165
234
|
{
|
|
166
235
|
"key": "field_687e20d17da48",
|
|
@@ -184,7 +253,7 @@
|
|
|
184
253
|
"class": "",
|
|
185
254
|
"id": ""
|
|
186
255
|
},
|
|
187
|
-
"wpml_cf_preferences":
|
|
256
|
+
"wpml_cf_preferences": 3,
|
|
188
257
|
"message": "",
|
|
189
258
|
"default_value": 0,
|
|
190
259
|
"ui_on_text": "",
|
|
@@ -214,7 +283,7 @@
|
|
|
214
283
|
"class": "",
|
|
215
284
|
"id": ""
|
|
216
285
|
},
|
|
217
|
-
"wpml_cf_preferences":
|
|
286
|
+
"wpml_cf_preferences": 3,
|
|
218
287
|
"message": "",
|
|
219
288
|
"default_value": 0,
|
|
220
289
|
"allow_in_bindings": 1,
|
|
@@ -245,7 +314,7 @@
|
|
|
245
314
|
"class": "",
|
|
246
315
|
"id": ""
|
|
247
316
|
},
|
|
248
|
-
"wpml_cf_preferences":
|
|
317
|
+
"wpml_cf_preferences": 3,
|
|
249
318
|
"placement": "top",
|
|
250
319
|
"endpoint": 0,
|
|
251
320
|
"no_preference": 0,
|
|
@@ -292,7 +361,7 @@
|
|
|
292
361
|
"class": "",
|
|
293
362
|
"id": ""
|
|
294
363
|
},
|
|
295
|
-
"wpml_cf_preferences":
|
|
364
|
+
"wpml_cf_preferences": 3,
|
|
296
365
|
"clone": [
|
|
297
366
|
"field_659e9ca0d24cc"
|
|
298
367
|
],
|
|
@@ -320,7 +389,7 @@
|
|
|
320
389
|
"class": "",
|
|
321
390
|
"id": ""
|
|
322
391
|
},
|
|
323
|
-
"wpml_cf_preferences":
|
|
392
|
+
"wpml_cf_preferences": 3,
|
|
324
393
|
"clone": [
|
|
325
394
|
"field_65ac30dc321c0"
|
|
326
395
|
],
|
|
@@ -348,7 +417,7 @@
|
|
|
348
417
|
"class": "",
|
|
349
418
|
"id": ""
|
|
350
419
|
},
|
|
351
|
-
"wpml_cf_preferences":
|
|
420
|
+
"wpml_cf_preferences": 3,
|
|
352
421
|
"placement": "top",
|
|
353
422
|
"endpoint": 0,
|
|
354
423
|
"no_preference": 0,
|
|
@@ -368,7 +437,7 @@
|
|
|
368
437
|
"class": "",
|
|
369
438
|
"id": ""
|
|
370
439
|
},
|
|
371
|
-
"wpml_cf_preferences":
|
|
440
|
+
"wpml_cf_preferences": 3,
|
|
372
441
|
"clone": [
|
|
373
442
|
"group_638f4148bc10b"
|
|
374
443
|
],
|
|
@@ -396,7 +465,7 @@
|
|
|
396
465
|
"class": "",
|
|
397
466
|
"id": ""
|
|
398
467
|
},
|
|
399
|
-
"wpml_cf_preferences":
|
|
468
|
+
"wpml_cf_preferences": 3,
|
|
400
469
|
"placement": "top",
|
|
401
470
|
"endpoint": 0,
|
|
402
471
|
"no_preference": 0,
|
|
@@ -416,7 +485,7 @@
|
|
|
416
485
|
"class": "",
|
|
417
486
|
"id": ""
|
|
418
487
|
},
|
|
419
|
-
"wpml_cf_preferences":
|
|
488
|
+
"wpml_cf_preferences": 3,
|
|
420
489
|
"open": 0,
|
|
421
490
|
"multi_expand": 0,
|
|
422
491
|
"endpoint": 0
|
|
@@ -435,7 +504,7 @@
|
|
|
435
504
|
"class": "",
|
|
436
505
|
"id": ""
|
|
437
506
|
},
|
|
438
|
-
"wpml_cf_preferences":
|
|
507
|
+
"wpml_cf_preferences": 3,
|
|
439
508
|
"clone": [
|
|
440
509
|
"group_65a45ada4e128"
|
|
441
510
|
],
|
|
@@ -463,7 +532,7 @@
|
|
|
463
532
|
"class": "",
|
|
464
533
|
"id": ""
|
|
465
534
|
},
|
|
466
|
-
"wpml_cf_preferences":
|
|
535
|
+
"wpml_cf_preferences": 3,
|
|
467
536
|
"open": 0,
|
|
468
537
|
"multi_expand": 0,
|
|
469
538
|
"endpoint": 1
|
|
@@ -484,16 +553,16 @@
|
|
|
484
553
|
"label_placement": "left",
|
|
485
554
|
"instruction_placement": "label",
|
|
486
555
|
"hide_on_screen": "",
|
|
487
|
-
"active":
|
|
556
|
+
"active": true,
|
|
488
557
|
"description": "",
|
|
489
558
|
"show_in_rest": 0,
|
|
490
559
|
"acfe_autosync": [
|
|
491
560
|
"json"
|
|
492
561
|
],
|
|
493
|
-
"acfml_field_group_mode": "
|
|
562
|
+
"acfml_field_group_mode": "localization",
|
|
494
563
|
"acfe_form": 0,
|
|
495
564
|
"acfe_display_title": "",
|
|
496
565
|
"acfe_meta": "",
|
|
497
566
|
"acfe_note": "",
|
|
498
|
-
"modified":
|
|
567
|
+
"modified": 1754835935
|
|
499
568
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{% for item in market_settings.modal_popup_content.modal_popup_content_items %}
|
|
2
|
+
{% set contentId = item.modal_popup_content_id|lower %}
|
|
3
|
+
<div class="{{ contentId }}-popup" style="display: none;">
|
|
4
|
+
<div class="{{ contentId }}__content" data-modalpopupcontent="{{ contentId }}">
|
|
5
|
+
{% if item.acf_fc_layout == 'raw_html' %}
|
|
6
|
+
{{item.raw_html}}
|
|
7
|
+
{% endif %}
|
|
8
|
+
{% if item.acf_fc_layout == 'form_selection' %}
|
|
9
|
+
{{function('do_shortcode', '[cdbform id=' ~ item.form.ID ~ ']')}}
|
|
10
|
+
{% endif %}
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
{% endfor %}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"append": "",
|
|
88
88
|
"allow_null": 0,
|
|
89
89
|
"ui": 1,
|
|
90
|
-
"ajax":
|
|
90
|
+
"ajax": 0,
|
|
91
91
|
"placeholder": "",
|
|
92
92
|
"min": ""
|
|
93
93
|
},
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"append": "",
|
|
522
522
|
"allow_null": 1,
|
|
523
523
|
"ui": 1,
|
|
524
|
-
"ajax":
|
|
524
|
+
"ajax": 0,
|
|
525
525
|
"min": ""
|
|
526
526
|
},
|
|
527
527
|
{
|
|
@@ -610,9 +610,6 @@
|
|
|
610
610
|
"id": ""
|
|
611
611
|
},
|
|
612
612
|
"wpml_cf_preferences": 3,
|
|
613
|
-
"user_roles": [
|
|
614
|
-
"administrator"
|
|
615
|
-
],
|
|
616
613
|
"choices": {
|
|
617
614
|
"__uppercase": "Uppercase",
|
|
618
615
|
"__capitalize": "Capitalize"
|
|
@@ -628,7 +625,7 @@
|
|
|
628
625
|
"append": "",
|
|
629
626
|
"allow_null": 1,
|
|
630
627
|
"ui": 1,
|
|
631
|
-
"ajax":
|
|
628
|
+
"ajax": 0,
|
|
632
629
|
"min": ""
|
|
633
630
|
},
|
|
634
631
|
{
|
|
@@ -662,7 +659,7 @@
|
|
|
662
659
|
"append": "",
|
|
663
660
|
"allow_null": 1,
|
|
664
661
|
"ui": 1,
|
|
665
|
-
"ajax":
|
|
662
|
+
"ajax": 0,
|
|
666
663
|
"min": ""
|
|
667
664
|
},
|
|
668
665
|
{
|
|
@@ -695,7 +692,7 @@
|
|
|
695
692
|
"append": "",
|
|
696
693
|
"allow_null": 1,
|
|
697
694
|
"ui": 1,
|
|
698
|
-
"ajax":
|
|
695
|
+
"ajax": 0,
|
|
699
696
|
"min": ""
|
|
700
697
|
},
|
|
701
698
|
{
|
|
@@ -790,7 +787,7 @@
|
|
|
790
787
|
"append": "",
|
|
791
788
|
"allow_null": 1,
|
|
792
789
|
"ui": 1,
|
|
793
|
-
"ajax":
|
|
790
|
+
"ajax": 0,
|
|
794
791
|
"min": ""
|
|
795
792
|
},
|
|
796
793
|
{
|
|
@@ -950,16 +947,16 @@
|
|
|
950
947
|
"default_value": false,
|
|
951
948
|
"return_format": "value",
|
|
952
949
|
"multiple": 0,
|
|
953
|
-
"
|
|
954
|
-
"ui": 1,
|
|
955
|
-
"ajax": 1,
|
|
956
|
-
"placeholder": "",
|
|
950
|
+
"max": "",
|
|
957
951
|
"allow_custom": 0,
|
|
952
|
+
"placeholder": "",
|
|
958
953
|
"search_placeholder": "",
|
|
959
954
|
"prepend": "",
|
|
960
955
|
"append": "",
|
|
961
|
-
"
|
|
962
|
-
"
|
|
956
|
+
"allow_null": 1,
|
|
957
|
+
"ui": 1,
|
|
958
|
+
"ajax": 0,
|
|
959
|
+
"min": ""
|
|
963
960
|
},
|
|
964
961
|
{
|
|
965
962
|
"key": "field_687a4e2346d40",
|
|
@@ -1050,7 +1047,7 @@
|
|
|
1050
1047
|
"append": "",
|
|
1051
1048
|
"allow_null": 1,
|
|
1052
1049
|
"ui": 1,
|
|
1053
|
-
"ajax":
|
|
1050
|
+
"ajax": 0,
|
|
1054
1051
|
"min": ""
|
|
1055
1052
|
},
|
|
1056
1053
|
{
|
|
@@ -1224,7 +1221,7 @@
|
|
|
1224
1221
|
"append": "",
|
|
1225
1222
|
"allow_null": 1,
|
|
1226
1223
|
"ui": 1,
|
|
1227
|
-
"ajax":
|
|
1224
|
+
"ajax": 0,
|
|
1228
1225
|
"min": ""
|
|
1229
1226
|
},
|
|
1230
1227
|
{
|
|
@@ -1349,5 +1346,5 @@
|
|
|
1349
1346
|
"acfe_display_title": "",
|
|
1350
1347
|
"acfe_meta": "",
|
|
1351
1348
|
"acfe_note": "",
|
|
1352
|
-
"modified":
|
|
1349
|
+
"modified": 1754900778
|
|
1353
1350
|
}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
{
|
|
2
|
+
"key": "group_689876f1ee3fc",
|
|
3
|
+
"title": "Fields: Modal Popup Content",
|
|
4
|
+
"fields": [
|
|
5
|
+
{
|
|
6
|
+
"key": "field_6898a645e88fd",
|
|
7
|
+
"label": "Modal Popup Content",
|
|
8
|
+
"name": "modal_popup_content",
|
|
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
|
+
"layout": "block",
|
|
21
|
+
"acfe_seamless_style": 0,
|
|
22
|
+
"acfe_group_modal": 0,
|
|
23
|
+
"sub_fields": [
|
|
24
|
+
{
|
|
25
|
+
"key": "field_689876f3d30ee",
|
|
26
|
+
"label": "Modal Popup Content Items",
|
|
27
|
+
"name": "modal_popup_content_items",
|
|
28
|
+
"aria-label": "",
|
|
29
|
+
"type": "flexible_content",
|
|
30
|
+
"instructions": "",
|
|
31
|
+
"required": 0,
|
|
32
|
+
"conditional_logic": 0,
|
|
33
|
+
"wrapper": {
|
|
34
|
+
"width": "",
|
|
35
|
+
"class": "",
|
|
36
|
+
"id": ""
|
|
37
|
+
},
|
|
38
|
+
"wpml_cf_preferences": 3,
|
|
39
|
+
"acfe_flexible_advanced": 1,
|
|
40
|
+
"acfe_flexible_stylised_button": 1,
|
|
41
|
+
"acfe_flexible_layouts_templates": 0,
|
|
42
|
+
"acfe_flexible_layouts_placeholder": 0,
|
|
43
|
+
"acfe_flexible_layouts_thumbnails": 0,
|
|
44
|
+
"acfe_flexible_layouts_settings": 0,
|
|
45
|
+
"acfe_flexible_layouts_locations": 0,
|
|
46
|
+
"acfe_flexible_async": [
|
|
47
|
+
"title",
|
|
48
|
+
"layout"
|
|
49
|
+
],
|
|
50
|
+
"acfe_flexible_add_actions": [
|
|
51
|
+
"copy",
|
|
52
|
+
"lock",
|
|
53
|
+
"close"
|
|
54
|
+
],
|
|
55
|
+
"acfe_flexible_remove_button": [],
|
|
56
|
+
"acfe_flexible_layouts_state": "user",
|
|
57
|
+
"acfe_flexible_modal_edit": {
|
|
58
|
+
"acfe_flexible_modal_edit_enabled": "0",
|
|
59
|
+
"acfe_flexible_modal_edit_size": "large"
|
|
60
|
+
},
|
|
61
|
+
"acfe_flexible_modal": {
|
|
62
|
+
"acfe_flexible_modal_enabled": "0",
|
|
63
|
+
"acfe_flexible_modal_title": false,
|
|
64
|
+
"acfe_flexible_modal_size": "full",
|
|
65
|
+
"acfe_flexible_modal_col": "4",
|
|
66
|
+
"acfe_flexible_modal_categories": false
|
|
67
|
+
},
|
|
68
|
+
"acfe_flexible_grid": {
|
|
69
|
+
"acfe_flexible_grid_enabled": "0",
|
|
70
|
+
"acfe_flexible_grid_align": "center",
|
|
71
|
+
"acfe_flexible_grid_valign": "stretch",
|
|
72
|
+
"acfe_flexible_grid_wrap": false
|
|
73
|
+
},
|
|
74
|
+
"layouts": {
|
|
75
|
+
"layout_6898774bed496": {
|
|
76
|
+
"key": "layout_6898774bed496",
|
|
77
|
+
"name": "raw_html",
|
|
78
|
+
"label": "Raw Html",
|
|
79
|
+
"display": "block",
|
|
80
|
+
"sub_fields": [
|
|
81
|
+
{
|
|
82
|
+
"key": "field_6898a78431d84",
|
|
83
|
+
"label": "Modal Popup Content ID",
|
|
84
|
+
"name": "modal_popup_content_id",
|
|
85
|
+
"aria-label": "",
|
|
86
|
+
"type": "text",
|
|
87
|
+
"instructions": "",
|
|
88
|
+
"required": 0,
|
|
89
|
+
"conditional_logic": 0,
|
|
90
|
+
"wrapper": {
|
|
91
|
+
"width": "",
|
|
92
|
+
"class": "",
|
|
93
|
+
"id": ""
|
|
94
|
+
},
|
|
95
|
+
"wpml_cf_preferences": 2,
|
|
96
|
+
"default_value": "",
|
|
97
|
+
"maxlength": "",
|
|
98
|
+
"placeholder": "",
|
|
99
|
+
"prepend": "",
|
|
100
|
+
"append": ""
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"key": "field_6898776ad30f0",
|
|
104
|
+
"label": "Raw Html",
|
|
105
|
+
"name": "raw_html",
|
|
106
|
+
"aria-label": "",
|
|
107
|
+
"type": "acfe_code_editor",
|
|
108
|
+
"instructions": "",
|
|
109
|
+
"required": 0,
|
|
110
|
+
"conditional_logic": 0,
|
|
111
|
+
"wrapper": {
|
|
112
|
+
"width": "",
|
|
113
|
+
"class": "",
|
|
114
|
+
"id": ""
|
|
115
|
+
},
|
|
116
|
+
"wpml_cf_preferences": 2,
|
|
117
|
+
"default_value": "",
|
|
118
|
+
"placeholder": "",
|
|
119
|
+
"mode": "text\/html",
|
|
120
|
+
"lines": 1,
|
|
121
|
+
"indent_unit": 4,
|
|
122
|
+
"maxlength": "",
|
|
123
|
+
"rows": 4,
|
|
124
|
+
"max_rows": "",
|
|
125
|
+
"return_format": []
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"min": "",
|
|
129
|
+
"max": "",
|
|
130
|
+
"acfe_flexible_render_template": false,
|
|
131
|
+
"acfe_flexible_render_style": false,
|
|
132
|
+
"acfe_flexible_render_script": false,
|
|
133
|
+
"acfe_flexible_thumbnail": false,
|
|
134
|
+
"acfe_flexible_settings": false,
|
|
135
|
+
"acfe_flexible_settings_size": "medium",
|
|
136
|
+
"acfe_layout_locations": [],
|
|
137
|
+
"acfe_flexible_modal_edit_size": false,
|
|
138
|
+
"acfe_flexible_category": false,
|
|
139
|
+
"acfe_layout_col": "auto",
|
|
140
|
+
"acfe_layout_allowed_col": false
|
|
141
|
+
},
|
|
142
|
+
"layout_6898aed1ae16e": {
|
|
143
|
+
"key": "layout_6898aed1ae16e",
|
|
144
|
+
"name": "form_selection",
|
|
145
|
+
"label": "Form selection",
|
|
146
|
+
"display": "block",
|
|
147
|
+
"sub_fields": [
|
|
148
|
+
{
|
|
149
|
+
"key": "field_6898afb6ffcd5",
|
|
150
|
+
"label": "Modal Popup Content ID",
|
|
151
|
+
"name": "modal_popup_content_id",
|
|
152
|
+
"aria-label": "",
|
|
153
|
+
"type": "text",
|
|
154
|
+
"instructions": "",
|
|
155
|
+
"required": 0,
|
|
156
|
+
"conditional_logic": 0,
|
|
157
|
+
"wrapper": {
|
|
158
|
+
"width": "",
|
|
159
|
+
"class": "",
|
|
160
|
+
"id": ""
|
|
161
|
+
},
|
|
162
|
+
"wpml_cf_preferences": 2,
|
|
163
|
+
"default_value": "",
|
|
164
|
+
"maxlength": "",
|
|
165
|
+
"placeholder": "",
|
|
166
|
+
"prepend": "",
|
|
167
|
+
"append": ""
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"key": "field_6898aee0ae170",
|
|
171
|
+
"label": "Form",
|
|
172
|
+
"name": "form",
|
|
173
|
+
"aria-label": "",
|
|
174
|
+
"type": "post_object",
|
|
175
|
+
"instructions": "",
|
|
176
|
+
"required": 0,
|
|
177
|
+
"conditional_logic": 0,
|
|
178
|
+
"wrapper": {
|
|
179
|
+
"width": "",
|
|
180
|
+
"class": "",
|
|
181
|
+
"id": ""
|
|
182
|
+
},
|
|
183
|
+
"wpml_cf_preferences": 3,
|
|
184
|
+
"post_type": [
|
|
185
|
+
"cdbform"
|
|
186
|
+
],
|
|
187
|
+
"post_status": "",
|
|
188
|
+
"taxonomy": "",
|
|
189
|
+
"return_format": "object",
|
|
190
|
+
"multiple": 0,
|
|
191
|
+
"save_custom": 0,
|
|
192
|
+
"save_post_status": "publish",
|
|
193
|
+
"acfe_add_post": 0,
|
|
194
|
+
"acfe_edit_post": 0,
|
|
195
|
+
"acfe_bidirectional": {
|
|
196
|
+
"acfe_bidirectional_enabled": "0"
|
|
197
|
+
},
|
|
198
|
+
"max": "",
|
|
199
|
+
"allow_null": 0,
|
|
200
|
+
"bidirectional": 0,
|
|
201
|
+
"ui": 1,
|
|
202
|
+
"bidirectional_target": [],
|
|
203
|
+
"save_post_type": "",
|
|
204
|
+
"min": ""
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"min": "",
|
|
208
|
+
"max": "",
|
|
209
|
+
"acfe_flexible_render_template": false,
|
|
210
|
+
"acfe_flexible_render_style": false,
|
|
211
|
+
"acfe_flexible_render_script": false,
|
|
212
|
+
"acfe_flexible_thumbnail": false,
|
|
213
|
+
"acfe_flexible_settings": false,
|
|
214
|
+
"acfe_flexible_settings_size": "medium",
|
|
215
|
+
"acfe_layout_locations": [],
|
|
216
|
+
"acfe_flexible_modal_edit_size": false,
|
|
217
|
+
"acfe_flexible_category": false,
|
|
218
|
+
"acfe_layout_col": "auto",
|
|
219
|
+
"acfe_layout_allowed_col": false
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"min": "",
|
|
223
|
+
"max": "",
|
|
224
|
+
"button_label": "Add Row",
|
|
225
|
+
"acfe_flexible_hide_empty_message": false,
|
|
226
|
+
"acfe_flexible_empty_message": "",
|
|
227
|
+
"acfe_flexible_layouts_previews": false,
|
|
228
|
+
"acfe_flexible_grid_container": false
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"acfe_group_modal_close": 0,
|
|
232
|
+
"acfe_group_modal_button": "",
|
|
233
|
+
"acfe_group_modal_size": "large"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"location": [
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
|
+
"param": "options_page",
|
|
240
|
+
"operator": "==",
|
|
241
|
+
"value": "market-settings"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
],
|
|
245
|
+
"menu_order": 0,
|
|
246
|
+
"position": "normal",
|
|
247
|
+
"style": "default",
|
|
248
|
+
"label_placement": "left",
|
|
249
|
+
"instruction_placement": "label",
|
|
250
|
+
"hide_on_screen": "",
|
|
251
|
+
"active": true,
|
|
252
|
+
"description": "",
|
|
253
|
+
"show_in_rest": 0,
|
|
254
|
+
"acfe_autosync": [
|
|
255
|
+
"json"
|
|
256
|
+
],
|
|
257
|
+
"acfml_field_group_mode": "localization",
|
|
258
|
+
"acfe_form": 0,
|
|
259
|
+
"acfe_display_title": "",
|
|
260
|
+
"acfe_meta": "",
|
|
261
|
+
"acfe_note": "",
|
|
262
|
+
"modified": 1754836942
|
|
263
|
+
}
|