@total_onion/onion-library 2.0.66 → 2.0.67
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-accordion-v3/accordion-v3.twig +23 -24
- package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
- package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
- package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
- package/components/block-divider-v3/divider-v3.twig +1 -1
- package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +2 -2
- package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
- package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
- package/components/block-group-container-v3/group-container-v3.twig +5 -4
- package/components/block-group-container-v3/group_6865578ada499.json +364 -38
- package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
- package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
- package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
- package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
- package/components/block-product-info-v3/product-info-v3.twig +2 -1
- package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
- package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
- package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
- package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
- package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
- package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
- package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
- package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
- package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
- package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
- package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
- package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
- package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
- package/components/block-video-content-v3/video-content-v3.twig +1 -1
- package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
- package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
- package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
- package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
- package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
- package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
- package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
- package/components/component-video-component-v3/video-component-v3.twig +1 -1
- package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
- package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
- package/components/{fields-core-athena-block-render-function-v3/core-athena-block-render-function-v3.php → fields-core-block-render-function-v3/core-block-render-function-v3.php} +1 -1
- package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
- package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
- package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
- package/components/fields-modal-popup-content-v3/modal-popup-content-v3.twig +18 -0
- package/package.json +3 -2
- package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
- package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
- package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
- package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
- package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
- package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
|
@@ -169,6 +169,103 @@
|
|
|
169
169
|
"acfe_layout_col": "auto",
|
|
170
170
|
"acfe_layout_allowed_col": false
|
|
171
171
|
},
|
|
172
|
+
"layout_68e8c174ebcbe": {
|
|
173
|
+
"key": "layout_68e8c174ebcbe",
|
|
174
|
+
"name": "responsive_table_v3",
|
|
175
|
+
"label": "Responsive Table v3",
|
|
176
|
+
"display": "block",
|
|
177
|
+
"sub_fields": [
|
|
178
|
+
{
|
|
179
|
+
"key": "field_68e8c174ebcc1",
|
|
180
|
+
"label": "Grid Layout",
|
|
181
|
+
"name": "",
|
|
182
|
+
"aria-label": "",
|
|
183
|
+
"type": "tab",
|
|
184
|
+
"instructions": "",
|
|
185
|
+
"required": 0,
|
|
186
|
+
"conditional_logic": 0,
|
|
187
|
+
"wrapper": {
|
|
188
|
+
"width": "",
|
|
189
|
+
"class": "",
|
|
190
|
+
"id": ""
|
|
191
|
+
},
|
|
192
|
+
"wpml_cf_preferences": 3,
|
|
193
|
+
"placement": "top",
|
|
194
|
+
"endpoint": 0,
|
|
195
|
+
"no_preference": 0,
|
|
196
|
+
"selected": 0
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"key": "field_68e8c174ebcc2",
|
|
200
|
+
"label": "grid layout",
|
|
201
|
+
"name": "grid_layout",
|
|
202
|
+
"aria-label": "",
|
|
203
|
+
"type": "clone",
|
|
204
|
+
"instructions": "",
|
|
205
|
+
"required": 0,
|
|
206
|
+
"conditional_logic": 0,
|
|
207
|
+
"wrapper": {
|
|
208
|
+
"width": "",
|
|
209
|
+
"class": "",
|
|
210
|
+
"id": ""
|
|
211
|
+
},
|
|
212
|
+
"wpml_cf_preferences": 3,
|
|
213
|
+
"clone": [
|
|
214
|
+
"group_68822860bda9f"
|
|
215
|
+
],
|
|
216
|
+
"display": "seamless",
|
|
217
|
+
"layout": "block",
|
|
218
|
+
"prefix_label": 0,
|
|
219
|
+
"prefix_name": 0,
|
|
220
|
+
"acfe_seamless_style": 0,
|
|
221
|
+
"acfe_clone_modal": 0,
|
|
222
|
+
"acfe_clone_modal_close": 0,
|
|
223
|
+
"acfe_clone_modal_button": "",
|
|
224
|
+
"acfe_clone_modal_size": "large"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"key": "field_68e8c174ebcc3",
|
|
228
|
+
"label": "Responsive Table fields",
|
|
229
|
+
"name": "responsive_table_fields",
|
|
230
|
+
"aria-label": "",
|
|
231
|
+
"type": "clone",
|
|
232
|
+
"instructions": "",
|
|
233
|
+
"required": 0,
|
|
234
|
+
"conditional_logic": 0,
|
|
235
|
+
"wrapper": {
|
|
236
|
+
"width": "",
|
|
237
|
+
"class": "",
|
|
238
|
+
"id": ""
|
|
239
|
+
},
|
|
240
|
+
"wpml_cf_preferences": 3,
|
|
241
|
+
"clone": [
|
|
242
|
+
"group_6617ecc987ddd"
|
|
243
|
+
],
|
|
244
|
+
"display": "seamless",
|
|
245
|
+
"layout": "block",
|
|
246
|
+
"prefix_label": 0,
|
|
247
|
+
"prefix_name": 0,
|
|
248
|
+
"acfe_seamless_style": 0,
|
|
249
|
+
"acfe_clone_modal": 0,
|
|
250
|
+
"acfe_clone_modal_close": 0,
|
|
251
|
+
"acfe_clone_modal_button": "",
|
|
252
|
+
"acfe_clone_modal_size": "large"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"min": "",
|
|
256
|
+
"max": "",
|
|
257
|
+
"acfe_flexible_render_template": false,
|
|
258
|
+
"acfe_flexible_render_style": false,
|
|
259
|
+
"acfe_flexible_render_script": false,
|
|
260
|
+
"acfe_flexible_thumbnail": false,
|
|
261
|
+
"acfe_flexible_settings": false,
|
|
262
|
+
"acfe_flexible_settings_size": "medium",
|
|
263
|
+
"acfe_layout_locations": [],
|
|
264
|
+
"acfe_flexible_modal_edit_size": false,
|
|
265
|
+
"acfe_flexible_category": false,
|
|
266
|
+
"acfe_layout_col": "auto",
|
|
267
|
+
"acfe_layout_allowed_col": false
|
|
268
|
+
},
|
|
172
269
|
"layout_686b809fcea57": {
|
|
173
270
|
"key": "layout_686b809fcea57",
|
|
174
271
|
"name": "standard_content_v3",
|
|
@@ -674,6 +771,123 @@
|
|
|
674
771
|
"acfe_layout_col": "auto",
|
|
675
772
|
"acfe_layout_allowed_col": false
|
|
676
773
|
},
|
|
774
|
+
"layout_68ef964357ce9": {
|
|
775
|
+
"key": "layout_68ef964357ce9",
|
|
776
|
+
"name": "featured_image_gallery_v3",
|
|
777
|
+
"label": "Featured Image Gallery v3",
|
|
778
|
+
"display": "block",
|
|
779
|
+
"sub_fields": [
|
|
780
|
+
{
|
|
781
|
+
"key": "field_68ef964357cec",
|
|
782
|
+
"label": "Grid Layout",
|
|
783
|
+
"name": "",
|
|
784
|
+
"aria-label": "",
|
|
785
|
+
"type": "tab",
|
|
786
|
+
"instructions": "",
|
|
787
|
+
"required": 0,
|
|
788
|
+
"conditional_logic": 0,
|
|
789
|
+
"wrapper": {
|
|
790
|
+
"width": "",
|
|
791
|
+
"class": "",
|
|
792
|
+
"id": ""
|
|
793
|
+
},
|
|
794
|
+
"wpml_cf_preferences": 3,
|
|
795
|
+
"placement": "top",
|
|
796
|
+
"endpoint": 0,
|
|
797
|
+
"no_preference": 0,
|
|
798
|
+
"selected": 0
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"key": "field_68ef964357ced",
|
|
802
|
+
"label": "grid layout",
|
|
803
|
+
"name": "grid_layout",
|
|
804
|
+
"aria-label": "",
|
|
805
|
+
"type": "clone",
|
|
806
|
+
"instructions": "",
|
|
807
|
+
"required": 0,
|
|
808
|
+
"conditional_logic": 0,
|
|
809
|
+
"wrapper": {
|
|
810
|
+
"width": "",
|
|
811
|
+
"class": "",
|
|
812
|
+
"id": ""
|
|
813
|
+
},
|
|
814
|
+
"wpml_cf_preferences": 3,
|
|
815
|
+
"clone": [
|
|
816
|
+
"group_68822860bda9f"
|
|
817
|
+
],
|
|
818
|
+
"display": "seamless",
|
|
819
|
+
"layout": "block",
|
|
820
|
+
"prefix_label": 0,
|
|
821
|
+
"prefix_name": 0,
|
|
822
|
+
"acfe_seamless_style": 0,
|
|
823
|
+
"acfe_clone_modal": 0,
|
|
824
|
+
"acfe_clone_modal_close": 0,
|
|
825
|
+
"acfe_clone_modal_button": "",
|
|
826
|
+
"acfe_clone_modal_size": "large"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"key": "field_68ef964357cee",
|
|
830
|
+
"label": "Content",
|
|
831
|
+
"name": "",
|
|
832
|
+
"aria-label": "",
|
|
833
|
+
"type": "tab",
|
|
834
|
+
"instructions": "",
|
|
835
|
+
"required": 0,
|
|
836
|
+
"conditional_logic": 0,
|
|
837
|
+
"wrapper": {
|
|
838
|
+
"width": "",
|
|
839
|
+
"class": "",
|
|
840
|
+
"id": ""
|
|
841
|
+
},
|
|
842
|
+
"wpml_cf_preferences": 3,
|
|
843
|
+
"placement": "top",
|
|
844
|
+
"endpoint": 0,
|
|
845
|
+
"no_preference": 0,
|
|
846
|
+
"selected": 0
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"key": "field_68ef964357cef",
|
|
850
|
+
"label": "Feature image gallery fields",
|
|
851
|
+
"name": "feature_image_gallery_fields",
|
|
852
|
+
"aria-label": "",
|
|
853
|
+
"type": "clone",
|
|
854
|
+
"instructions": "",
|
|
855
|
+
"required": 0,
|
|
856
|
+
"conditional_logic": 0,
|
|
857
|
+
"wrapper": {
|
|
858
|
+
"width": "",
|
|
859
|
+
"class": "",
|
|
860
|
+
"id": ""
|
|
861
|
+
},
|
|
862
|
+
"wpml_cf_preferences": 3,
|
|
863
|
+
"clone": [
|
|
864
|
+
"group_5f91897095b42"
|
|
865
|
+
],
|
|
866
|
+
"display": "seamless",
|
|
867
|
+
"layout": "block",
|
|
868
|
+
"prefix_label": 0,
|
|
869
|
+
"prefix_name": 0,
|
|
870
|
+
"acfe_seamless_style": 0,
|
|
871
|
+
"acfe_clone_modal": 0,
|
|
872
|
+
"acfe_clone_modal_close": 0,
|
|
873
|
+
"acfe_clone_modal_button": "",
|
|
874
|
+
"acfe_clone_modal_size": "large"
|
|
875
|
+
}
|
|
876
|
+
],
|
|
877
|
+
"min": "",
|
|
878
|
+
"max": "",
|
|
879
|
+
"acfe_flexible_render_template": false,
|
|
880
|
+
"acfe_flexible_render_style": false,
|
|
881
|
+
"acfe_flexible_render_script": false,
|
|
882
|
+
"acfe_flexible_thumbnail": false,
|
|
883
|
+
"acfe_flexible_settings": false,
|
|
884
|
+
"acfe_flexible_settings_size": "medium",
|
|
885
|
+
"acfe_layout_locations": [],
|
|
886
|
+
"acfe_flexible_modal_edit_size": false,
|
|
887
|
+
"acfe_flexible_category": false,
|
|
888
|
+
"acfe_layout_col": "auto",
|
|
889
|
+
"acfe_layout_allowed_col": false
|
|
890
|
+
},
|
|
677
891
|
"layout_6579dd1462e95": {
|
|
678
892
|
"key": "layout_6579dd1462e95",
|
|
679
893
|
"name": "carousel_multi_layout_v3",
|
|
@@ -773,7 +987,7 @@
|
|
|
773
987
|
},
|
|
774
988
|
"layout_689076649608d": {
|
|
775
989
|
"key": "layout_689076649608d",
|
|
776
|
-
"name": "
|
|
990
|
+
"name": "smash_balloon_social_media",
|
|
777
991
|
"label": "Smash Balloon Social Media",
|
|
778
992
|
"display": "block",
|
|
779
993
|
"sub_fields": [
|
|
@@ -2149,6 +2363,103 @@
|
|
|
2149
2363
|
"acfe_layout_col": "auto",
|
|
2150
2364
|
"acfe_layout_allowed_col": false
|
|
2151
2365
|
},
|
|
2366
|
+
"layout_68e69862aedec": {
|
|
2367
|
+
"key": "layout_68e69862aedec",
|
|
2368
|
+
"name": "scrolling_banner_v3",
|
|
2369
|
+
"label": "Scrolling Banner v3",
|
|
2370
|
+
"display": "block",
|
|
2371
|
+
"sub_fields": [
|
|
2372
|
+
{
|
|
2373
|
+
"key": "field_68e69862aedef",
|
|
2374
|
+
"label": "Grid Layout",
|
|
2375
|
+
"name": "",
|
|
2376
|
+
"aria-label": "",
|
|
2377
|
+
"type": "tab",
|
|
2378
|
+
"instructions": "",
|
|
2379
|
+
"required": 0,
|
|
2380
|
+
"conditional_logic": 0,
|
|
2381
|
+
"wrapper": {
|
|
2382
|
+
"width": "",
|
|
2383
|
+
"class": "",
|
|
2384
|
+
"id": ""
|
|
2385
|
+
},
|
|
2386
|
+
"wpml_cf_preferences": 3,
|
|
2387
|
+
"placement": "top",
|
|
2388
|
+
"endpoint": 0,
|
|
2389
|
+
"no_preference": 0,
|
|
2390
|
+
"selected": 0
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"key": "field_68e69862aedf0",
|
|
2394
|
+
"label": "grid layout",
|
|
2395
|
+
"name": "grid_layout",
|
|
2396
|
+
"aria-label": "",
|
|
2397
|
+
"type": "clone",
|
|
2398
|
+
"instructions": "",
|
|
2399
|
+
"required": 0,
|
|
2400
|
+
"conditional_logic": 0,
|
|
2401
|
+
"wrapper": {
|
|
2402
|
+
"width": "",
|
|
2403
|
+
"class": "",
|
|
2404
|
+
"id": ""
|
|
2405
|
+
},
|
|
2406
|
+
"wpml_cf_preferences": 3,
|
|
2407
|
+
"clone": [
|
|
2408
|
+
"group_68822860bda9f"
|
|
2409
|
+
],
|
|
2410
|
+
"display": "seamless",
|
|
2411
|
+
"layout": "block",
|
|
2412
|
+
"prefix_label": 0,
|
|
2413
|
+
"prefix_name": 0,
|
|
2414
|
+
"acfe_seamless_style": 0,
|
|
2415
|
+
"acfe_clone_modal": 0,
|
|
2416
|
+
"acfe_clone_modal_close": 0,
|
|
2417
|
+
"acfe_clone_modal_button": "",
|
|
2418
|
+
"acfe_clone_modal_size": "large"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"key": "field_68e69862aedf1",
|
|
2422
|
+
"label": "Scrolling Banner Fields V3",
|
|
2423
|
+
"name": "scrolling_banner_fields_v3",
|
|
2424
|
+
"aria-label": "",
|
|
2425
|
+
"type": "clone",
|
|
2426
|
+
"instructions": "",
|
|
2427
|
+
"required": 0,
|
|
2428
|
+
"conditional_logic": 0,
|
|
2429
|
+
"wrapper": {
|
|
2430
|
+
"width": "",
|
|
2431
|
+
"class": "",
|
|
2432
|
+
"id": ""
|
|
2433
|
+
},
|
|
2434
|
+
"wpml_cf_preferences": 3,
|
|
2435
|
+
"clone": [
|
|
2436
|
+
"group_68e67fca1ec80"
|
|
2437
|
+
],
|
|
2438
|
+
"display": "seamless",
|
|
2439
|
+
"layout": "block",
|
|
2440
|
+
"prefix_label": 0,
|
|
2441
|
+
"prefix_name": 0,
|
|
2442
|
+
"acfe_seamless_style": 0,
|
|
2443
|
+
"acfe_clone_modal": 0,
|
|
2444
|
+
"acfe_clone_modal_close": 0,
|
|
2445
|
+
"acfe_clone_modal_button": "",
|
|
2446
|
+
"acfe_clone_modal_size": "large"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"min": "",
|
|
2450
|
+
"max": "",
|
|
2451
|
+
"acfe_flexible_render_template": false,
|
|
2452
|
+
"acfe_flexible_render_style": false,
|
|
2453
|
+
"acfe_flexible_render_script": false,
|
|
2454
|
+
"acfe_flexible_thumbnail": false,
|
|
2455
|
+
"acfe_flexible_settings": false,
|
|
2456
|
+
"acfe_flexible_settings_size": "medium",
|
|
2457
|
+
"acfe_layout_locations": [],
|
|
2458
|
+
"acfe_flexible_modal_edit_size": false,
|
|
2459
|
+
"acfe_flexible_category": false,
|
|
2460
|
+
"acfe_layout_col": "auto",
|
|
2461
|
+
"acfe_layout_allowed_col": false
|
|
2462
|
+
},
|
|
2152
2463
|
"layout_65eb0b972b031": {
|
|
2153
2464
|
"key": "layout_65eb0b972b031",
|
|
2154
2465
|
"name": "iframe_container_v3",
|
|
@@ -2541,7 +2852,7 @@
|
|
|
2541
2852
|
"__grid": "Grid",
|
|
2542
2853
|
"__flex": "Flex"
|
|
2543
2854
|
},
|
|
2544
|
-
"default_value": "
|
|
2855
|
+
"default_value": "",
|
|
2545
2856
|
"return_format": "value",
|
|
2546
2857
|
"allow_null": 0,
|
|
2547
2858
|
"other_choice": 0,
|
|
@@ -2703,11 +3014,8 @@
|
|
|
2703
3014
|
"id": ""
|
|
2704
3015
|
},
|
|
2705
3016
|
"wpml_cf_preferences": 3,
|
|
2706
|
-
"user_roles": [
|
|
2707
|
-
"administrator"
|
|
2708
|
-
],
|
|
2709
3017
|
"clone": [
|
|
2710
|
-
"
|
|
3018
|
+
"group_689f39c37980a"
|
|
2711
3019
|
],
|
|
2712
3020
|
"display": "seamless",
|
|
2713
3021
|
"layout": "block",
|
|
@@ -2767,6 +3075,54 @@
|
|
|
2767
3075
|
"acfe_clone_modal_button": "",
|
|
2768
3076
|
"acfe_clone_modal_size": "large"
|
|
2769
3077
|
},
|
|
3078
|
+
{
|
|
3079
|
+
"key": "field_68ea31504ae53",
|
|
3080
|
+
"label": "Theme",
|
|
3081
|
+
"name": "",
|
|
3082
|
+
"aria-label": "",
|
|
3083
|
+
"type": "tab",
|
|
3084
|
+
"instructions": "",
|
|
3085
|
+
"required": 0,
|
|
3086
|
+
"conditional_logic": 0,
|
|
3087
|
+
"wrapper": {
|
|
3088
|
+
"width": "",
|
|
3089
|
+
"class": "",
|
|
3090
|
+
"id": ""
|
|
3091
|
+
},
|
|
3092
|
+
"wpml_cf_preferences": 3,
|
|
3093
|
+
"placement": "top",
|
|
3094
|
+
"endpoint": 0,
|
|
3095
|
+
"no_preference": 0,
|
|
3096
|
+
"selected": 0
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"key": "field_68ea315b4ae54",
|
|
3100
|
+
"label": "Theme switcher fields",
|
|
3101
|
+
"name": "theme_switcher_fields",
|
|
3102
|
+
"aria-label": "",
|
|
3103
|
+
"type": "clone",
|
|
3104
|
+
"instructions": "",
|
|
3105
|
+
"required": 0,
|
|
3106
|
+
"conditional_logic": 0,
|
|
3107
|
+
"wrapper": {
|
|
3108
|
+
"width": "",
|
|
3109
|
+
"class": "",
|
|
3110
|
+
"id": ""
|
|
3111
|
+
},
|
|
3112
|
+
"wpml_cf_preferences": 3,
|
|
3113
|
+
"clone": [
|
|
3114
|
+
"group_68ea30cc5a207"
|
|
3115
|
+
],
|
|
3116
|
+
"display": "seamless",
|
|
3117
|
+
"layout": "block",
|
|
3118
|
+
"prefix_label": 0,
|
|
3119
|
+
"prefix_name": 0,
|
|
3120
|
+
"acfe_seamless_style": 0,
|
|
3121
|
+
"acfe_clone_modal": 0,
|
|
3122
|
+
"acfe_clone_modal_close": 0,
|
|
3123
|
+
"acfe_clone_modal_button": "",
|
|
3124
|
+
"acfe_clone_modal_size": "large"
|
|
3125
|
+
},
|
|
2770
3126
|
{
|
|
2771
3127
|
"key": "field_6865578ae9d2e",
|
|
2772
3128
|
"label": "Block settings",
|
|
@@ -2859,36 +3215,6 @@
|
|
|
2859
3215
|
"acfe_clone_modal_button": "",
|
|
2860
3216
|
"acfe_clone_modal_size": "large"
|
|
2861
3217
|
},
|
|
2862
|
-
{
|
|
2863
|
-
"key": "field_6865578aeacc6",
|
|
2864
|
-
"label": "Background colour",
|
|
2865
|
-
"name": "background_colour",
|
|
2866
|
-
"aria-label": "",
|
|
2867
|
-
"type": "color_picker",
|
|
2868
|
-
"instructions": "WARNING! This field is being dicontinued please use block background colour instead",
|
|
2869
|
-
"required": 0,
|
|
2870
|
-
"conditional_logic": 0,
|
|
2871
|
-
"wrapper": {
|
|
2872
|
-
"width": "",
|
|
2873
|
-
"class": "",
|
|
2874
|
-
"id": ""
|
|
2875
|
-
},
|
|
2876
|
-
"wpml_cf_preferences": 3,
|
|
2877
|
-
"user_roles": [
|
|
2878
|
-
"all"
|
|
2879
|
-
],
|
|
2880
|
-
"default_value": "",
|
|
2881
|
-
"enable_opacity": 1,
|
|
2882
|
-
"return_format": "string",
|
|
2883
|
-
"display": "default",
|
|
2884
|
-
"button_label": "Select Color",
|
|
2885
|
-
"color_picker": 1,
|
|
2886
|
-
"absolute": 0,
|
|
2887
|
-
"input": 1,
|
|
2888
|
-
"allow_null": 1,
|
|
2889
|
-
"theme_colors": 0,
|
|
2890
|
-
"colors": []
|
|
2891
|
-
},
|
|
2892
3218
|
{
|
|
2893
3219
|
"key": "field_6865578aeb0ae",
|
|
2894
3220
|
"label": "Block Element type",
|
|
@@ -2978,5 +3304,5 @@
|
|
|
2978
3304
|
"acfe_display_title": "",
|
|
2979
3305
|
"acfe_meta": "",
|
|
2980
3306
|
"acfe_note": "",
|
|
2981
|
-
"modified":
|
|
2982
|
-
}
|
|
3307
|
+
"modified": 1760532096
|
|
3308
|
+
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
|
|
2
1
|
{% set blockClassName = "lottie-content-v3" %}
|
|
3
2
|
{% set classNameEntryPoint = include('entry-points/entry-point-classes.twig', { fields: fields, block: block }, with_context = false) %}
|
|
4
|
-
{% set htmlEntryPoint = include('entry-points/entry-point-html.twig-v3', { fields: fields, block: block, blockClassName, blockClassName }, with_context = false) %}
|
|
3
|
+
{% set htmlEntryPoint = include('entry-points/entry-point-html-v3.twig-v3', { 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
|
-
{% set styleEntryPoint = include('entry-points/entry-point-style.twig', { fields: fields, block: block, is_preview }, with_context = false) %}
|
|
5
|
+
{% set styleEntryPoint = include('entry-points/entry-point-style-v3.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
7
|
|
|
9
8
|
{% set sectionStyles = styleEntryPoint %}
|
|
10
9
|
|
|
11
10
|
{{previewEntryPoint}}
|
|
12
11
|
<section {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{block.className}} {{classNameEntryPoint}} lazy-fade" {{dataAttributeEntryPoint}} data-blockid="{{block.id}}" style="{{sectionStyles}}" data-assetkey="{{blockClassName}}">
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
|
|
13
|
+
|
|
16
14
|
{{htmlEntryPoint}}
|
|
17
|
-
</section>
|
|
15
|
+
</section>
|