@total_onion/onion-library 2.0.128 → 2.0.129
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.
|
@@ -598,6 +598,52 @@
|
|
|
598
598
|
"acfe_clone_modal_close": 0,
|
|
599
599
|
"acfe_clone_modal_button": "",
|
|
600
600
|
"acfe_clone_modal_size": "large"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"key": "field_691256f524189",
|
|
604
|
+
"label": "Style",
|
|
605
|
+
"name": "",
|
|
606
|
+
"aria-label": "",
|
|
607
|
+
"type": "tab",
|
|
608
|
+
"instructions": "",
|
|
609
|
+
"required": 0,
|
|
610
|
+
"conditional_logic": 0,
|
|
611
|
+
"wrapper": {
|
|
612
|
+
"width": "",
|
|
613
|
+
"class": "",
|
|
614
|
+
"id": ""
|
|
615
|
+
},
|
|
616
|
+
"placement": "top",
|
|
617
|
+
"endpoint": 0,
|
|
618
|
+
"no_preference": 0,
|
|
619
|
+
"selected": 0
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"key": "field_691256fc2418a",
|
|
623
|
+
"label": "Text Editor Settingsfields",
|
|
624
|
+
"name": "text_editor_settings_fields",
|
|
625
|
+
"aria-label": "",
|
|
626
|
+
"type": "clone",
|
|
627
|
+
"instructions": "",
|
|
628
|
+
"required": 0,
|
|
629
|
+
"conditional_logic": 0,
|
|
630
|
+
"wrapper": {
|
|
631
|
+
"width": "",
|
|
632
|
+
"class": "",
|
|
633
|
+
"id": ""
|
|
634
|
+
},
|
|
635
|
+
"clone": [
|
|
636
|
+
"group_687a4e2334e37"
|
|
637
|
+
],
|
|
638
|
+
"display": "seamless",
|
|
639
|
+
"layout": "block",
|
|
640
|
+
"prefix_label": 0,
|
|
641
|
+
"prefix_name": 0,
|
|
642
|
+
"acfe_seamless_style": 0,
|
|
643
|
+
"acfe_clone_modal": 0,
|
|
644
|
+
"acfe_clone_modal_close": 0,
|
|
645
|
+
"acfe_clone_modal_button": "",
|
|
646
|
+
"acfe_clone_modal_size": "large"
|
|
601
647
|
}
|
|
602
648
|
],
|
|
603
649
|
"min": "",
|
|
@@ -4168,5 +4214,5 @@
|
|
|
4168
4214
|
"acfe_display_title": "",
|
|
4169
4215
|
"acfe_meta": "",
|
|
4170
4216
|
"acfe_note": "",
|
|
4171
|
-
"modified":
|
|
4217
|
+
"modified": 1762809631
|
|
4172
4218
|
}
|
package/package.json
CHANGED
package/public/jsAssets.mjs
CHANGED
|
@@ -27,6 +27,7 @@ const dynamicAssets = [
|
|
|
27
27
|
{ assetKey: "betterreviews-display-v3" },
|
|
28
28
|
{ assetKey: "accordion-v3" },
|
|
29
29
|
{ assetKey: "accent-image-v3" },
|
|
30
|
+
{ assetKey: "scrolling-banner-v3" },
|
|
30
31
|
{ assetKey: "site-copyright-notice-v3" },
|
|
31
32
|
{ assetKey: "post-type-filter-grid-v3" },
|
|
32
33
|
];
|