@total_onion/onion-library 2.0.66 → 2.0.70
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/.github/workflows/npm-publish.yml +2 -2
- package/components/block-accent-image-v3/accent-image-v3.twig +2 -2
- 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-form-selection-v3/form-selection-v3.twig +16 -1
- 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-market-selector-v3/market-selector-v3.twig +1 -1
- package/components/block-modal-form-v3/modal-form-v3.twig +12 -12
- 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-social-networks-v3/social-networks-v3.twig +5 -6
- 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-athena-body-close-v3/athena-body-close-v3.twig +2 -2
- package/components/component-athena-head-v3/athena-head-v3.twig +11 -11
- 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-core-body-close-v3/core-body-close-v3.twig +2 -0
- package/components/component-core-body-open-v3/core-body-open-v3.twig +32 -0
- package/components/component-core-head-v3/core-head-v3.twig +63 -0
- 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-text-editor-settings-variables-v3/text-editor-settings-variables-v3.twig +1 -1
- 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/entrypoint-entry-point-html-v3/entry-point-html-v3.twig +4 -7
- package/components/entrypoint-entry-point-style-v3/entry-point-style-v3.twig +2 -5
- 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-image-management-service-v3/group_677813165b633.json +149 -0
- package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
- package/components/{component-modal-popup-content-v3 → fields-modal-popup-content-v3}/modal-popup-content-v3.twig +1 -1
- package/package.json +3 -2
- package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
- package/components/component-modal-popup-content/modal-popup-content.twig +0 -18
- 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-modal-popup-content/group_689876f1ee3fc.json +0 -390
- package/components/fields-modal-popup-content/modal-popup-content.twig +0 -18
- package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
- package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
|
@@ -1698,8 +1698,8 @@
|
|
|
1698
1698
|
},
|
|
1699
1699
|
"layout_65ddac9f98296": {
|
|
1700
1700
|
"key": "layout_65ddac9f98296",
|
|
1701
|
-
"name": "
|
|
1702
|
-
"label": "Site Logo container",
|
|
1701
|
+
"name": "site_logo_container_v3",
|
|
1702
|
+
"label": "Site Logo container V3",
|
|
1703
1703
|
"display": "block",
|
|
1704
1704
|
"sub_fields": [
|
|
1705
1705
|
{
|
|
@@ -1792,6 +1792,200 @@
|
|
|
1792
1792
|
"acfe_flexible_category": false,
|
|
1793
1793
|
"acfe_layout_col": "auto",
|
|
1794
1794
|
"acfe_layout_allowed_col": false
|
|
1795
|
+
},
|
|
1796
|
+
"layout_68da6e7ad8135": {
|
|
1797
|
+
"key": "layout_68da6e7ad8135",
|
|
1798
|
+
"name": "site_copyright_notice_v3",
|
|
1799
|
+
"label": "Site Copyright Notice V3",
|
|
1800
|
+
"display": "block",
|
|
1801
|
+
"sub_fields": [
|
|
1802
|
+
{
|
|
1803
|
+
"key": "field_68da6e7ad8138",
|
|
1804
|
+
"label": "Grid Layout",
|
|
1805
|
+
"name": "",
|
|
1806
|
+
"aria-label": "",
|
|
1807
|
+
"type": "tab",
|
|
1808
|
+
"instructions": "",
|
|
1809
|
+
"required": 0,
|
|
1810
|
+
"conditional_logic": 0,
|
|
1811
|
+
"wrapper": {
|
|
1812
|
+
"width": "",
|
|
1813
|
+
"class": "",
|
|
1814
|
+
"id": ""
|
|
1815
|
+
},
|
|
1816
|
+
"wpml_cf_preferences": 3,
|
|
1817
|
+
"placement": "top",
|
|
1818
|
+
"endpoint": 0,
|
|
1819
|
+
"no_preference": 0,
|
|
1820
|
+
"selected": 0
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"key": "field_68da6e7ad8139",
|
|
1824
|
+
"label": "grid layout",
|
|
1825
|
+
"name": "grid_layout",
|
|
1826
|
+
"aria-label": "",
|
|
1827
|
+
"type": "clone",
|
|
1828
|
+
"instructions": "",
|
|
1829
|
+
"required": 0,
|
|
1830
|
+
"conditional_logic": 0,
|
|
1831
|
+
"wrapper": {
|
|
1832
|
+
"width": "",
|
|
1833
|
+
"class": "",
|
|
1834
|
+
"id": ""
|
|
1835
|
+
},
|
|
1836
|
+
"wpml_cf_preferences": 3,
|
|
1837
|
+
"clone": [
|
|
1838
|
+
"group_68822860bda9f"
|
|
1839
|
+
],
|
|
1840
|
+
"display": "seamless",
|
|
1841
|
+
"layout": "",
|
|
1842
|
+
"prefix_label": 0,
|
|
1843
|
+
"prefix_name": 0,
|
|
1844
|
+
"acfe_seamless_style": 0,
|
|
1845
|
+
"acfe_clone_modal": 0,
|
|
1846
|
+
"acfe_clone_modal_close": 0,
|
|
1847
|
+
"acfe_clone_modal_button": "",
|
|
1848
|
+
"acfe_clone_modal_size": "large"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"key": "field_68da6e7ad813a",
|
|
1852
|
+
"label": "Site Copyright notice v3 Fields",
|
|
1853
|
+
"name": "site_copyright_notice_v3_fields",
|
|
1854
|
+
"aria-label": "",
|
|
1855
|
+
"type": "clone",
|
|
1856
|
+
"instructions": "",
|
|
1857
|
+
"required": 0,
|
|
1858
|
+
"conditional_logic": 0,
|
|
1859
|
+
"wrapper": {
|
|
1860
|
+
"width": "",
|
|
1861
|
+
"class": "",
|
|
1862
|
+
"id": ""
|
|
1863
|
+
},
|
|
1864
|
+
"wpml_cf_preferences": 3,
|
|
1865
|
+
"clone": [
|
|
1866
|
+
"group_66296c3716b4f"
|
|
1867
|
+
],
|
|
1868
|
+
"display": "seamless",
|
|
1869
|
+
"layout": "block",
|
|
1870
|
+
"prefix_label": 0,
|
|
1871
|
+
"prefix_name": 0,
|
|
1872
|
+
"acfe_seamless_style": 0,
|
|
1873
|
+
"acfe_clone_modal": 0,
|
|
1874
|
+
"acfe_clone_modal_close": 0,
|
|
1875
|
+
"acfe_clone_modal_button": "",
|
|
1876
|
+
"acfe_clone_modal_size": "large"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"min": "",
|
|
1880
|
+
"max": "",
|
|
1881
|
+
"acfe_flexible_render_template": false,
|
|
1882
|
+
"acfe_flexible_render_style": false,
|
|
1883
|
+
"acfe_flexible_render_script": false,
|
|
1884
|
+
"acfe_flexible_thumbnail": false,
|
|
1885
|
+
"acfe_flexible_settings": false,
|
|
1886
|
+
"acfe_flexible_settings_size": "medium",
|
|
1887
|
+
"acfe_layout_locations": [],
|
|
1888
|
+
"acfe_flexible_modal_edit_size": false,
|
|
1889
|
+
"acfe_flexible_category": false,
|
|
1890
|
+
"acfe_layout_col": "auto",
|
|
1891
|
+
"acfe_layout_allowed_col": false
|
|
1892
|
+
},
|
|
1893
|
+
"layout_68da6eafd813b": {
|
|
1894
|
+
"key": "layout_68da6eafd813b",
|
|
1895
|
+
"name": "block_interactions_v3",
|
|
1896
|
+
"label": "Block Interactions V3",
|
|
1897
|
+
"display": "block",
|
|
1898
|
+
"sub_fields": [
|
|
1899
|
+
{
|
|
1900
|
+
"key": "field_68da6eafd813e",
|
|
1901
|
+
"label": "Grid Layout",
|
|
1902
|
+
"name": "",
|
|
1903
|
+
"aria-label": "",
|
|
1904
|
+
"type": "tab",
|
|
1905
|
+
"instructions": "",
|
|
1906
|
+
"required": 0,
|
|
1907
|
+
"conditional_logic": 0,
|
|
1908
|
+
"wrapper": {
|
|
1909
|
+
"width": "",
|
|
1910
|
+
"class": "",
|
|
1911
|
+
"id": ""
|
|
1912
|
+
},
|
|
1913
|
+
"wpml_cf_preferences": 3,
|
|
1914
|
+
"placement": "top",
|
|
1915
|
+
"endpoint": 0,
|
|
1916
|
+
"no_preference": 0,
|
|
1917
|
+
"selected": 0
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"key": "field_68da6eafd813f",
|
|
1921
|
+
"label": "grid layout",
|
|
1922
|
+
"name": "grid_layout",
|
|
1923
|
+
"aria-label": "",
|
|
1924
|
+
"type": "clone",
|
|
1925
|
+
"instructions": "",
|
|
1926
|
+
"required": 0,
|
|
1927
|
+
"conditional_logic": 0,
|
|
1928
|
+
"wrapper": {
|
|
1929
|
+
"width": "",
|
|
1930
|
+
"class": "",
|
|
1931
|
+
"id": ""
|
|
1932
|
+
},
|
|
1933
|
+
"wpml_cf_preferences": 3,
|
|
1934
|
+
"clone": [
|
|
1935
|
+
"group_68822860bda9f"
|
|
1936
|
+
],
|
|
1937
|
+
"display": "seamless",
|
|
1938
|
+
"layout": "",
|
|
1939
|
+
"prefix_label": 0,
|
|
1940
|
+
"prefix_name": 0,
|
|
1941
|
+
"acfe_seamless_style": 0,
|
|
1942
|
+
"acfe_clone_modal": 0,
|
|
1943
|
+
"acfe_clone_modal_close": 0,
|
|
1944
|
+
"acfe_clone_modal_button": "",
|
|
1945
|
+
"acfe_clone_modal_size": "large"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"key": "field_68da6eafd8140",
|
|
1949
|
+
"label": "Block Interactions V3 Fields",
|
|
1950
|
+
"name": "block_interactions_v3_fields",
|
|
1951
|
+
"aria-label": "",
|
|
1952
|
+
"type": "clone",
|
|
1953
|
+
"instructions": "",
|
|
1954
|
+
"required": 0,
|
|
1955
|
+
"conditional_logic": 0,
|
|
1956
|
+
"wrapper": {
|
|
1957
|
+
"width": "",
|
|
1958
|
+
"class": "",
|
|
1959
|
+
"id": ""
|
|
1960
|
+
},
|
|
1961
|
+
"wpml_cf_preferences": 3,
|
|
1962
|
+
"clone": [
|
|
1963
|
+
"group_687e1575ba23d"
|
|
1964
|
+
],
|
|
1965
|
+
"display": "seamless",
|
|
1966
|
+
"layout": "block",
|
|
1967
|
+
"prefix_label": 0,
|
|
1968
|
+
"prefix_name": 0,
|
|
1969
|
+
"acfe_seamless_style": 0,
|
|
1970
|
+
"acfe_clone_modal": 0,
|
|
1971
|
+
"acfe_clone_modal_close": 0,
|
|
1972
|
+
"acfe_clone_modal_button": "",
|
|
1973
|
+
"acfe_clone_modal_size": "large"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"min": "",
|
|
1977
|
+
"max": "",
|
|
1978
|
+
"acfe_flexible_render_template": false,
|
|
1979
|
+
"acfe_flexible_render_style": false,
|
|
1980
|
+
"acfe_flexible_render_script": false,
|
|
1981
|
+
"acfe_flexible_thumbnail": false,
|
|
1982
|
+
"acfe_flexible_settings": false,
|
|
1983
|
+
"acfe_flexible_settings_size": "medium",
|
|
1984
|
+
"acfe_layout_locations": [],
|
|
1985
|
+
"acfe_flexible_modal_edit_size": false,
|
|
1986
|
+
"acfe_flexible_category": false,
|
|
1987
|
+
"acfe_layout_col": "auto",
|
|
1988
|
+
"acfe_layout_allowed_col": false
|
|
1795
1989
|
}
|
|
1796
1990
|
},
|
|
1797
1991
|
"min": "",
|
|
@@ -1825,59 +2019,6 @@
|
|
|
1825
2019
|
"style": "",
|
|
1826
2020
|
"wpml_cf_preferences": 3
|
|
1827
2021
|
},
|
|
1828
|
-
{
|
|
1829
|
-
"key": "field_689e00b51905f",
|
|
1830
|
-
"label": "Render Dynamic",
|
|
1831
|
-
"name": "render_dynamic",
|
|
1832
|
-
"aria-label": "",
|
|
1833
|
-
"type": "true_false",
|
|
1834
|
-
"instructions": "",
|
|
1835
|
-
"required": 0,
|
|
1836
|
-
"conditional_logic": 0,
|
|
1837
|
-
"wrapper": {
|
|
1838
|
-
"width": "",
|
|
1839
|
-
"class": "",
|
|
1840
|
-
"id": ""
|
|
1841
|
-
},
|
|
1842
|
-
"message": "",
|
|
1843
|
-
"default_value": 0,
|
|
1844
|
-
"allow_in_bindings": 0,
|
|
1845
|
-
"ui_on_text": "",
|
|
1846
|
-
"ui_off_text": "",
|
|
1847
|
-
"ui": 1,
|
|
1848
|
-
"style": "",
|
|
1849
|
-
"wpml_cf_preferences": 3
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"key": "field_689e0dd38bc8d",
|
|
1853
|
-
"label": "Render Dynamic Suffix",
|
|
1854
|
-
"name": "render_dynamic_suffix",
|
|
1855
|
-
"aria-label": "",
|
|
1856
|
-
"type": "text",
|
|
1857
|
-
"instructions": "",
|
|
1858
|
-
"required": 0,
|
|
1859
|
-
"conditional_logic": [
|
|
1860
|
-
[
|
|
1861
|
-
{
|
|
1862
|
-
"field": "field_689e00b51905f",
|
|
1863
|
-
"operator": "==",
|
|
1864
|
-
"value": "1"
|
|
1865
|
-
}
|
|
1866
|
-
]
|
|
1867
|
-
],
|
|
1868
|
-
"wrapper": {
|
|
1869
|
-
"width": "",
|
|
1870
|
-
"class": "",
|
|
1871
|
-
"id": ""
|
|
1872
|
-
},
|
|
1873
|
-
"default_value": "",
|
|
1874
|
-
"maxlength": "",
|
|
1875
|
-
"allow_in_bindings": 0,
|
|
1876
|
-
"placeholder": "",
|
|
1877
|
-
"prepend": "",
|
|
1878
|
-
"append": "",
|
|
1879
|
-
"wpml_cf_preferences": 2
|
|
1880
|
-
},
|
|
1881
2022
|
{
|
|
1882
2023
|
"key": "field_689e0dd38bc8d",
|
|
1883
2024
|
"label": "Render Dynamic Suffix",
|
|
@@ -2169,5 +2310,5 @@
|
|
|
2169
2310
|
"acfe_display_title": "",
|
|
2170
2311
|
"acfe_meta": "",
|
|
2171
2312
|
"acfe_note": "",
|
|
2172
|
-
"modified":
|
|
2313
|
+
"modified": 1759146297
|
|
2173
2314
|
}
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
</style>
|
|
29
29
|
|
|
30
|
-
<{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{
|
|
31
|
-
|
|
30
|
+
<{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{loop ? block.className.index ~ '-' ~ loop.index : ''}} {{classNameEntryPoint}} {{block.id}} lazy-fade" {{dataAttributeEntryPoint}} data-jsload="false" data-assetkey="sub-group-container-v3" data-render-dynamic="{{renderDynamic}}" data-render-dynamic-suffix="{{renderDynamicSuffix}}">
|
|
32
31
|
{% if block %}
|
|
33
32
|
{% set block = block|merge({'videoIdPrefix' : block.id }) %}
|
|
34
33
|
{% endif %}
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
{{layoutStyles}}
|
|
38
37
|
}
|
|
39
38
|
</style>
|
|
40
|
-
<div class="{{blockClassName}}__grid-container {{layoutClass}} {{block.id}}">
|
|
39
|
+
<div class="{{blockClassName}}__grid-container cmpl-core-group-container-styles__grid-container {{layoutClass}} {{block.id}}">
|
|
41
40
|
{% for section in fields.sections %}
|
|
42
41
|
{% set gridLayoutElement = include('components/grid-layout-element-v3.twig', { fields: section, block: block }, with_context = false) %}
|
|
43
42
|
{% if block %}
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
{{gridLayoutElement}}
|
|
49
48
|
}
|
|
50
49
|
</style>
|
|
51
|
-
<div class="{{blockClassName}}__block-container {{block.id}}">
|
|
50
|
+
<div class="{{blockClassName}}__block-container cmpl-core-group-container-styles__block-container {{block.id}}">
|
|
52
51
|
{{ include('blocks/' ~ (section.acf_fc_layout|replace({ '_': '-' })) ~ '.twig', { fields: section, options, block, is_preview, current, nav_menus, site, cta_styles, global_settings, market_settings, languages, imageSizes, loop: loop.index }, with_context = false, ignore_missing = true) }}
|
|
53
52
|
</div>
|
|
54
53
|
{% endfor %}
|
|
@@ -1,169 +1,177 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
2
|
+
"key": "group_687190b8d26df",
|
|
3
|
+
"title": "Block: Video Content v3",
|
|
4
|
+
"fields": [
|
|
5
|
+
{
|
|
6
|
+
"key": "field_687190faf3f3c",
|
|
7
|
+
"label": "Video",
|
|
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": 3,
|
|
20
|
+
"placement": "top",
|
|
21
|
+
"endpoint": 0,
|
|
22
|
+
"no_preference": 0,
|
|
23
|
+
"selected": 0
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"key": "field_687190baf3f3b",
|
|
27
|
+
"label": "Video fields",
|
|
28
|
+
"name": "video_fields",
|
|
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": 3,
|
|
40
|
+
"clone": [
|
|
41
|
+
"group_6872282f44634"
|
|
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
|
+
{
|
|
54
|
+
"key": "field_68719139f3f3f",
|
|
55
|
+
"label": "Block Padding",
|
|
56
|
+
"name": "",
|
|
57
|
+
"aria-label": "",
|
|
58
|
+
"type": "tab",
|
|
59
|
+
"instructions": "",
|
|
60
|
+
"required": 0,
|
|
61
|
+
"conditional_logic": 0,
|
|
62
|
+
"wrapper": {
|
|
63
|
+
"width": "",
|
|
64
|
+
"class": "",
|
|
65
|
+
"id": ""
|
|
66
|
+
},
|
|
67
|
+
"wpml_cf_preferences": 3,
|
|
68
|
+
"placement": "top",
|
|
69
|
+
"endpoint": 0,
|
|
70
|
+
"no_preference": 0,
|
|
71
|
+
"selected": 0
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"key": "field_68719142f3f40",
|
|
75
|
+
"label": "block padding fields",
|
|
76
|
+
"name": "block_padding_fields",
|
|
77
|
+
"aria-label": "",
|
|
78
|
+
"type": "clone",
|
|
79
|
+
"instructions": "",
|
|
80
|
+
"required": 0,
|
|
81
|
+
"conditional_logic": 0,
|
|
82
|
+
"wrapper": {
|
|
83
|
+
"width": "",
|
|
84
|
+
"class": "",
|
|
85
|
+
"id": ""
|
|
86
|
+
},
|
|
87
|
+
"wpml_cf_preferences": 3,
|
|
88
|
+
"clone": [
|
|
89
|
+
"group_689f66f3e26df"
|
|
90
|
+
],
|
|
91
|
+
"display": "seamless",
|
|
92
|
+
"layout": "block",
|
|
93
|
+
"prefix_label": 0,
|
|
94
|
+
"prefix_name": 0,
|
|
95
|
+
"acfe_seamless_style": 0,
|
|
96
|
+
"acfe_clone_modal": 0,
|
|
97
|
+
"acfe_clone_modal_close": 0,
|
|
98
|
+
"acfe_clone_modal_button": "",
|
|
99
|
+
"acfe_clone_modal_size": "large"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"key": "field_6871910af3f3d",
|
|
103
|
+
"label": "Block Settings",
|
|
104
|
+
"name": "",
|
|
105
|
+
"aria-label": "",
|
|
106
|
+
"type": "tab",
|
|
107
|
+
"instructions": "",
|
|
108
|
+
"required": 0,
|
|
109
|
+
"conditional_logic": 0,
|
|
110
|
+
"wrapper": {
|
|
111
|
+
"width": "",
|
|
112
|
+
"class": "",
|
|
113
|
+
"id": ""
|
|
114
|
+
},
|
|
115
|
+
"wpml_cf_preferences": 3,
|
|
116
|
+
"placement": "top",
|
|
117
|
+
"endpoint": 0,
|
|
118
|
+
"no_preference": 0,
|
|
119
|
+
"selected": 0
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"key": "field_6871911af3f3e",
|
|
123
|
+
"label": "block settings fields",
|
|
124
|
+
"name": "block_settings_fields",
|
|
125
|
+
"aria-label": "",
|
|
126
|
+
"type": "clone",
|
|
127
|
+
"instructions": "",
|
|
128
|
+
"required": 0,
|
|
129
|
+
"conditional_logic": 0,
|
|
130
|
+
"wrapper": {
|
|
131
|
+
"width": "",
|
|
132
|
+
"class": "",
|
|
133
|
+
"id": ""
|
|
134
|
+
},
|
|
135
|
+
"wpml_cf_preferences": 3,
|
|
136
|
+
"clone": [
|
|
137
|
+
"group_689f649af2ac4"
|
|
138
|
+
],
|
|
139
|
+
"display": "seamless",
|
|
140
|
+
"layout": "block",
|
|
141
|
+
"prefix_label": 0,
|
|
142
|
+
"prefix_name": 0,
|
|
143
|
+
"acfe_seamless_style": 0,
|
|
144
|
+
"acfe_clone_modal": 0,
|
|
145
|
+
"acfe_clone_modal_close": 0,
|
|
146
|
+
"acfe_clone_modal_button": "",
|
|
147
|
+
"acfe_clone_modal_size": "large"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"location": [
|
|
151
|
+
[
|
|
152
|
+
{
|
|
153
|
+
"param": "block",
|
|
154
|
+
"operator": "==",
|
|
155
|
+
"value": "acf\/video-content-v3"
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
],
|
|
159
|
+
"menu_order": 0,
|
|
160
|
+
"position": "normal",
|
|
161
|
+
"style": "default",
|
|
162
|
+
"label_placement": "left",
|
|
163
|
+
"instruction_placement": "label",
|
|
164
|
+
"hide_on_screen": "",
|
|
165
|
+
"active": true,
|
|
166
|
+
"description": "",
|
|
167
|
+
"show_in_rest": 0,
|
|
168
|
+
"acfe_autosync": [
|
|
169
|
+
"json"
|
|
170
|
+
],
|
|
171
|
+
"acfml_field_group_mode": "localization",
|
|
172
|
+
"acfe_form": 0,
|
|
173
|
+
"acfe_display_title": "",
|
|
174
|
+
"acfe_meta": "",
|
|
175
|
+
"acfe_note": "",
|
|
176
|
+
"modified": 1757922289
|
|
169
177
|
}
|