@total_onion/onion-library 1.0.16 → 1.0.18
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.
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
|
|
2
1
|
{% set blockClassName = "gradient-layer-v3" %}
|
|
3
2
|
{% set classNameEntryPoint = include('entry-points/entry-point-classes.twig', { fields: fields, block: block }, with_context = false) %}
|
|
4
3
|
{% set htmlEntryPoint = include('entry-points/entry-point-html.twig', { fields: fields, block: block, blockClassName, blockClassName }, with_context = false) %}
|
|
5
4
|
{% set dataAttributeEntryPoint = include('entry-points/entry-point-data-attribute.twig', { fields: fields, block: block }, with_context = false) %}
|
|
6
5
|
{% set styleEntryPoint = include('entry-points/entry-point-style.twig', { fields: fields, block: block, is_preview }, with_context = false) %}
|
|
7
6
|
{% set previewEntryPoint = include('entry-points/entry-point-preview-info.twig', { fields, block, displaytype, is_preview }, with_context = false) %}
|
|
8
|
-
|
|
9
7
|
{% set sectionStyles = styleEntryPoint %}
|
|
10
|
-
|
|
11
8
|
{% set renderDynamic = fields.render_dynamic|default(0) %}
|
|
12
9
|
|
|
13
10
|
{{previewEntryPoint}}
|
|
14
|
-
<
|
|
15
|
-
|
|
11
|
+
<style>
|
|
12
|
+
.{{blockClassName}}.{{block.id}}{
|
|
13
|
+
{{sectionStyles}}
|
|
14
|
+
}
|
|
15
|
+
</style>
|
|
16
|
+
<section {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{block.className}} {{classNameEntryPoint}} lazy-fade" {{dataAttributeEntryPoint}} data-jsload="false" data-renderdynamic="{{renderDynamic}}" data-pattern-gradient-overlay data-blockid="{{block.id}}" data-assetkey="{{blockClassName}}">
|
|
16
17
|
{{htmlEntryPoint}}
|
|
17
|
-
</section>
|
|
18
|
+
</section>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"class": "",
|
|
47
47
|
"id": ""
|
|
48
48
|
},
|
|
49
|
-
"wpml_cf_preferences":
|
|
49
|
+
"wpml_cf_preferences": 2,
|
|
50
50
|
"default_value": "",
|
|
51
51
|
"maxlength": "",
|
|
52
52
|
"placeholder": "",
|
|
@@ -1062,10 +1062,14 @@
|
|
|
1062
1062
|
"acfe_autosync": [
|
|
1063
1063
|
"json"
|
|
1064
1064
|
],
|
|
1065
|
-
"acfml_field_group_mode": "localization",
|
|
1066
1065
|
"acfe_form": 0,
|
|
1067
1066
|
"acfe_display_title": "",
|
|
1068
|
-
"acfe_meta":
|
|
1067
|
+
"acfe_meta": {
|
|
1068
|
+
"acfcloneindex": {
|
|
1069
|
+
"acfe_meta_key": "",
|
|
1070
|
+
"acfe_meta_value": ""
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1069
1073
|
"acfe_note": "",
|
|
1070
|
-
"modified":
|
|
1074
|
+
"modified": 1752614539
|
|
1071
1075
|
}
|