@total_onion/onion-library 1.0.123 → 1.0.125
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-product-info-v3/product-info-v3-extra.js +1 -0
- package/components/block-product-info-v3/product-info-v3.js +1 -1
- package/components/block-sub-group-container-v3/group_686ceba7d6066.json +21 -21
- package/components/component-grid-layout-container-v3/grid-layout-container-v3.twig +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (block) {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// LIBRARY FILE - Do not modify/override here as your changes will be lost when the package is updated.
|
|
2
|
-
import extraJs from 'Assets/js/blocks/product-info-v3/
|
|
2
|
+
import extraJs from 'Assets/js/blocks/product-info-v3/product-info-v3-extra';
|
|
3
3
|
export default function productinfov3Js(options = {}) {
|
|
4
4
|
const {block} = options;
|
|
5
5
|
try {
|
|
@@ -866,26 +866,6 @@
|
|
|
866
866
|
"no_preference": 0,
|
|
867
867
|
"selected": 0
|
|
868
868
|
},
|
|
869
|
-
{
|
|
870
|
-
"key": "field_6890ca9ae367a",
|
|
871
|
-
"label": "Content",
|
|
872
|
-
"name": "",
|
|
873
|
-
"aria-label": "",
|
|
874
|
-
"type": "tab",
|
|
875
|
-
"instructions": "",
|
|
876
|
-
"required": 0,
|
|
877
|
-
"conditional_logic": 0,
|
|
878
|
-
"wrapper": {
|
|
879
|
-
"width": "",
|
|
880
|
-
"class": "",
|
|
881
|
-
"id": ""
|
|
882
|
-
},
|
|
883
|
-
"wpml_cf_preferences": 3,
|
|
884
|
-
"placement": "top",
|
|
885
|
-
"endpoint": 0,
|
|
886
|
-
"no_preference": 0,
|
|
887
|
-
"selected": 0
|
|
888
|
-
},
|
|
889
869
|
{
|
|
890
870
|
"key": "field_6890ca8ce3678",
|
|
891
871
|
"label": "grid layout",
|
|
@@ -914,6 +894,26 @@
|
|
|
914
894
|
"acfe_clone_modal_button": "",
|
|
915
895
|
"acfe_clone_modal_size": "large"
|
|
916
896
|
},
|
|
897
|
+
{
|
|
898
|
+
"key": "field_6890ca9ae367a",
|
|
899
|
+
"label": "Content",
|
|
900
|
+
"name": "",
|
|
901
|
+
"aria-label": "",
|
|
902
|
+
"type": "tab",
|
|
903
|
+
"instructions": "",
|
|
904
|
+
"required": 0,
|
|
905
|
+
"conditional_logic": 0,
|
|
906
|
+
"wrapper": {
|
|
907
|
+
"width": "",
|
|
908
|
+
"class": "",
|
|
909
|
+
"id": ""
|
|
910
|
+
},
|
|
911
|
+
"wpml_cf_preferences": 3,
|
|
912
|
+
"placement": "top",
|
|
913
|
+
"endpoint": 0,
|
|
914
|
+
"no_preference": 0,
|
|
915
|
+
"selected": 0
|
|
916
|
+
},
|
|
917
917
|
{
|
|
918
918
|
"key": "field_6890ca8ce3679",
|
|
919
919
|
"label": "Product info fields",
|
|
@@ -1616,5 +1616,5 @@
|
|
|
1616
1616
|
"acfe_display_title": "",
|
|
1617
1617
|
"acfe_meta": "",
|
|
1618
1618
|
"acfe_note": "",
|
|
1619
|
-
"modified":
|
|
1619
|
+
"modified": 1754324188
|
|
1620
1620
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
{% set gridAutoFlowMobile = '--grid-auto-flow-mobile: ' ~ fields.grid_layout.grid_auto_flow_mobile|ru ~ ';' %}
|
|
6
6
|
{% set containerOverflowType = '--container-overflow-type: ' ~ fields.grid_layout.container_overflow_type|ru ~ ';' %}
|
|
7
7
|
{% set gridAutoColumns = '--grid-auto-columns: ' ~ fields.grid_layout.grid_auto_columns|ru ~ ';' %}
|
|
8
|
+
{% set gridAutoRows = '--grid-auto-rows: ' ~ fields.grid_layout.grid_auto_rows|ru ~ ';' %}
|
|
8
9
|
|
|
9
10
|
{% if fields.grid_layout.grid_auto_columns|ru == 'custom' %}
|
|
10
11
|
{% set gridAutoColumns = '--grid-auto-columns-custom: ' ~ fields.grid_layout.grid_auto_columns_custom_width ~ ';' %}
|