@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
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"key": "group_658432636bde2",
|
|
3
|
-
"title": "Fields: Buy Now Button",
|
|
4
|
-
"fields": [
|
|
5
|
-
{
|
|
6
|
-
"key": "field_65cf83f73fe4c",
|
|
7
|
-
"label": "Buy now option select",
|
|
8
|
-
"name": "buy_now_option_select",
|
|
9
|
-
"aria-label": "",
|
|
10
|
-
"type": "select",
|
|
11
|
-
"instructions": "",
|
|
12
|
-
"required": 0,
|
|
13
|
-
"conditional_logic": 0,
|
|
14
|
-
"wrapper": {
|
|
15
|
-
"width": "",
|
|
16
|
-
"class": "",
|
|
17
|
-
"id": ""
|
|
18
|
-
},
|
|
19
|
-
"wpml_cf_preferences": 3,
|
|
20
|
-
"choices": {
|
|
21
|
-
"__none": "-- None --",
|
|
22
|
-
"__ctb": "Click To Buy",
|
|
23
|
-
"__ctb-pricespider": "PriceSpider",
|
|
24
|
-
"__wtb": "Where To Buy",
|
|
25
|
-
"__wtb-v2": "Where To Buy (v2)",
|
|
26
|
-
"__mikmak": "MikMak",
|
|
27
|
-
"__link": "Direct Link",
|
|
28
|
-
"__reservebar": "Reserve Bar"
|
|
29
|
-
},
|
|
30
|
-
"default_value": "__none",
|
|
31
|
-
"return_format": "value",
|
|
32
|
-
"multiple": 0,
|
|
33
|
-
"max": "",
|
|
34
|
-
"prepend": "",
|
|
35
|
-
"append": "",
|
|
36
|
-
"allow_null": 0,
|
|
37
|
-
"ui": 0,
|
|
38
|
-
"ajax": 0,
|
|
39
|
-
"placeholder": "",
|
|
40
|
-
"allow_custom": 0,
|
|
41
|
-
"search_placeholder": "",
|
|
42
|
-
"min": "",
|
|
43
|
-
"create_options": 0,
|
|
44
|
-
"save_options": 0
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"key": "field_658432643d8b1",
|
|
48
|
-
"label": "Click To Buy PIM ID",
|
|
49
|
-
"name": "click_to_buy_pim_id",
|
|
50
|
-
"aria-label": "",
|
|
51
|
-
"type": "text",
|
|
52
|
-
"instructions": "",
|
|
53
|
-
"required": 0,
|
|
54
|
-
"conditional_logic": 0,
|
|
55
|
-
"wrapper": {
|
|
56
|
-
"width": "",
|
|
57
|
-
"class": "",
|
|
58
|
-
"id": ""
|
|
59
|
-
},
|
|
60
|
-
"wpml_cf_preferences": 2,
|
|
61
|
-
"user_roles": [
|
|
62
|
-
"all"
|
|
63
|
-
],
|
|
64
|
-
"default_value": "",
|
|
65
|
-
"maxlength": "",
|
|
66
|
-
"placeholder": "",
|
|
67
|
-
"prepend": "",
|
|
68
|
-
"append": ""
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"key": "field_68b08f0327a00",
|
|
72
|
-
"label": "Click To Buy Country",
|
|
73
|
-
"name": "click_to_buy_country",
|
|
74
|
-
"aria-label": "",
|
|
75
|
-
"type": "text",
|
|
76
|
-
"instructions": "",
|
|
77
|
-
"required": 0,
|
|
78
|
-
"conditional_logic": 0,
|
|
79
|
-
"wrapper": {
|
|
80
|
-
"width": "",
|
|
81
|
-
"class": "",
|
|
82
|
-
"id": ""
|
|
83
|
-
},
|
|
84
|
-
"default_value": "",
|
|
85
|
-
"maxlength": "",
|
|
86
|
-
"allow_in_bindings": 1,
|
|
87
|
-
"placeholder": "",
|
|
88
|
-
"prepend": "",
|
|
89
|
-
"append": ""
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"key": "field_68b08f38fe3e0",
|
|
93
|
-
"label": "Click To Buy Language",
|
|
94
|
-
"name": "click_to_buy_language",
|
|
95
|
-
"aria-label": "",
|
|
96
|
-
"type": "select",
|
|
97
|
-
"instructions": "",
|
|
98
|
-
"required": 0,
|
|
99
|
-
"conditional_logic": 0,
|
|
100
|
-
"wrapper": {
|
|
101
|
-
"width": "",
|
|
102
|
-
"class": "",
|
|
103
|
-
"id": ""
|
|
104
|
-
},
|
|
105
|
-
"choices": {
|
|
106
|
-
"__ar": "Arabic",
|
|
107
|
-
"__hy-AM": "Armenian",
|
|
108
|
-
"__bg-BG": "Bulgarian",
|
|
109
|
-
"__zh-CN": "Chinese \/ Mandarin",
|
|
110
|
-
"__hr-HR": "Croatian",
|
|
111
|
-
"__cs-CZ": "Czech",
|
|
112
|
-
"__da-DK": "Danish",
|
|
113
|
-
"__nl-NL": "Dutch",
|
|
114
|
-
"__de-DE": "German",
|
|
115
|
-
"__el-GR": "Greek",
|
|
116
|
-
"__en-US": "English",
|
|
117
|
-
"__et-EE": "Estonian",
|
|
118
|
-
"__fi-FI": "Finnish",
|
|
119
|
-
"__fr-CA": "French - Canada",
|
|
120
|
-
"__fr-FR": "French - France",
|
|
121
|
-
"__he-IL": "Hebrew",
|
|
122
|
-
"__hu-HU": "Hungarian",
|
|
123
|
-
"__id-ID": "Indonesian",
|
|
124
|
-
"__it-IT": "Italian",
|
|
125
|
-
"__ja-JP": "Japanese",
|
|
126
|
-
"__ko-KR": "Korean",
|
|
127
|
-
"__lt-LT": "Lithuanian",
|
|
128
|
-
"__lv-LV": "Latvian",
|
|
129
|
-
"__nb-NO": "Norwegian",
|
|
130
|
-
"__pl-PL": "Polish",
|
|
131
|
-
"__pt-PT": "Portuguese",
|
|
132
|
-
"__ro-RO": "Romanian",
|
|
133
|
-
"__ru-RU": "Russian",
|
|
134
|
-
"__sk-SK": "Slovakian",
|
|
135
|
-
"__sl-SI": "Slovenian",
|
|
136
|
-
"__sr-RS": "Serbian",
|
|
137
|
-
"__es-ES": "Spanish",
|
|
138
|
-
"__sv-SE": "Swedish",
|
|
139
|
-
"__th-TH": "Thai",
|
|
140
|
-
"__tr-TR": "Turkish",
|
|
141
|
-
"__uk-UA": "Ukranian",
|
|
142
|
-
"__vi-VN": "Vietnamese"
|
|
143
|
-
},
|
|
144
|
-
"default_value": false,
|
|
145
|
-
"return_format": "value",
|
|
146
|
-
"multiple": 0,
|
|
147
|
-
"max": "",
|
|
148
|
-
"prepend": "",
|
|
149
|
-
"append": "",
|
|
150
|
-
"allow_null": 1,
|
|
151
|
-
"allow_in_bindings": 0,
|
|
152
|
-
"ui": 0,
|
|
153
|
-
"ajax": 0,
|
|
154
|
-
"placeholder": "",
|
|
155
|
-
"create_options": 0,
|
|
156
|
-
"save_options": 0,
|
|
157
|
-
"allow_custom": 0,
|
|
158
|
-
"search_placeholder": "",
|
|
159
|
-
"min": ""
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"key": "field_68b08f6bfe3e1",
|
|
163
|
-
"label": "Click To Buy Custom Query String",
|
|
164
|
-
"name": "click_to_buy_custom_query_string",
|
|
165
|
-
"aria-label": "",
|
|
166
|
-
"type": "text",
|
|
167
|
-
"instructions": "",
|
|
168
|
-
"required": 0,
|
|
169
|
-
"conditional_logic": 0,
|
|
170
|
-
"wrapper": {
|
|
171
|
-
"width": "",
|
|
172
|
-
"class": "",
|
|
173
|
-
"id": ""
|
|
174
|
-
},
|
|
175
|
-
"default_value": "",
|
|
176
|
-
"maxlength": "",
|
|
177
|
-
"allow_in_bindings": 1,
|
|
178
|
-
"placeholder": "",
|
|
179
|
-
"prepend": "",
|
|
180
|
-
"append": ""
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"key": "field_658432c9f2582",
|
|
184
|
-
"label": "Debrain PIM ID(Where to Buy)",
|
|
185
|
-
"name": "debrain_pim_id",
|
|
186
|
-
"aria-label": "",
|
|
187
|
-
"type": "text",
|
|
188
|
-
"instructions": "",
|
|
189
|
-
"required": 0,
|
|
190
|
-
"conditional_logic": 0,
|
|
191
|
-
"wrapper": {
|
|
192
|
-
"width": "",
|
|
193
|
-
"class": "",
|
|
194
|
-
"id": ""
|
|
195
|
-
},
|
|
196
|
-
"wpml_cf_preferences": 2,
|
|
197
|
-
"user_roles": [
|
|
198
|
-
"all"
|
|
199
|
-
],
|
|
200
|
-
"default_value": "",
|
|
201
|
-
"maxlength": "",
|
|
202
|
-
"placeholder": "",
|
|
203
|
-
"prepend": "",
|
|
204
|
-
"append": ""
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"key": "field_6659f0960e78a",
|
|
208
|
-
"label": "Debrain SKU ID(Where to Buy)",
|
|
209
|
-
"name": "debrain_sku_id",
|
|
210
|
-
"aria-label": "",
|
|
211
|
-
"type": "text",
|
|
212
|
-
"instructions": "",
|
|
213
|
-
"required": 0,
|
|
214
|
-
"conditional_logic": 0,
|
|
215
|
-
"wrapper": {
|
|
216
|
-
"width": "",
|
|
217
|
-
"class": "",
|
|
218
|
-
"id": ""
|
|
219
|
-
},
|
|
220
|
-
"wpml_cf_preferences": 2,
|
|
221
|
-
"default_value": "",
|
|
222
|
-
"maxlength": "",
|
|
223
|
-
"placeholder": "",
|
|
224
|
-
"prepend": "",
|
|
225
|
-
"append": ""
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"key": "field_6584354ff498c",
|
|
229
|
-
"label": "Direct Link",
|
|
230
|
-
"name": "direct_link",
|
|
231
|
-
"aria-label": "",
|
|
232
|
-
"type": "link",
|
|
233
|
-
"instructions": "",
|
|
234
|
-
"required": 0,
|
|
235
|
-
"conditional_logic": 0,
|
|
236
|
-
"wrapper": {
|
|
237
|
-
"width": "",
|
|
238
|
-
"class": "",
|
|
239
|
-
"id": ""
|
|
240
|
-
},
|
|
241
|
-
"wpml_cf_preferences": 3,
|
|
242
|
-
"user_roles": [
|
|
243
|
-
"all"
|
|
244
|
-
],
|
|
245
|
-
"return_format": "array"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"key": "field_6603dfc837fc7",
|
|
249
|
-
"label": "Reserve Bar Liquid Grouping ID",
|
|
250
|
-
"name": "reserve_bar_liquid_grouping_id",
|
|
251
|
-
"aria-label": "",
|
|
252
|
-
"type": "text",
|
|
253
|
-
"instructions": "",
|
|
254
|
-
"required": 0,
|
|
255
|
-
"conditional_logic": 0,
|
|
256
|
-
"wrapper": {
|
|
257
|
-
"width": "",
|
|
258
|
-
"class": "",
|
|
259
|
-
"id": ""
|
|
260
|
-
},
|
|
261
|
-
"wpml_cf_preferences": 2,
|
|
262
|
-
"user_roles": [
|
|
263
|
-
"all"
|
|
264
|
-
],
|
|
265
|
-
"default_value": "",
|
|
266
|
-
"maxlength": "",
|
|
267
|
-
"placeholder": "",
|
|
268
|
-
"prepend": "",
|
|
269
|
-
"append": ""
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"key": "field_6646a4784d41b",
|
|
273
|
-
"label": "Mikmak EAN IDs",
|
|
274
|
-
"name": "mikmak_ean_ids",
|
|
275
|
-
"aria-label": "",
|
|
276
|
-
"type": "text",
|
|
277
|
-
"instructions": "Comma separated text if there are more EAN for product. <u>Note:<\/u> Default will be the first EAN value.",
|
|
278
|
-
"required": 0,
|
|
279
|
-
"conditional_logic": 0,
|
|
280
|
-
"wrapper": {
|
|
281
|
-
"width": "",
|
|
282
|
-
"class": "",
|
|
283
|
-
"id": ""
|
|
284
|
-
},
|
|
285
|
-
"wpml_cf_preferences": 2,
|
|
286
|
-
"default_value": "",
|
|
287
|
-
"maxlength": "",
|
|
288
|
-
"placeholder": "",
|
|
289
|
-
"prepend": "",
|
|
290
|
-
"append": ""
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"key": "field_668c1296e6092",
|
|
294
|
-
"label": "PriceSpider SKU ID",
|
|
295
|
-
"name": "pricespider_sku_id",
|
|
296
|
-
"aria-label": "",
|
|
297
|
-
"type": "text",
|
|
298
|
-
"instructions": "",
|
|
299
|
-
"required": 0,
|
|
300
|
-
"conditional_logic": 0,
|
|
301
|
-
"wrapper": {
|
|
302
|
-
"width": "",
|
|
303
|
-
"class": "",
|
|
304
|
-
"id": ""
|
|
305
|
-
},
|
|
306
|
-
"wpml_cf_preferences": 2,
|
|
307
|
-
"default_value": "",
|
|
308
|
-
"maxlength": "",
|
|
309
|
-
"placeholder": "",
|
|
310
|
-
"prepend": "",
|
|
311
|
-
"append": ""
|
|
312
|
-
}
|
|
313
|
-
],
|
|
314
|
-
"location": [
|
|
315
|
-
[
|
|
316
|
-
{
|
|
317
|
-
"param": "post_type",
|
|
318
|
-
"operator": "==",
|
|
319
|
-
"value": "product"
|
|
320
|
-
}
|
|
321
|
-
]
|
|
322
|
-
],
|
|
323
|
-
"menu_order": 0,
|
|
324
|
-
"position": "normal",
|
|
325
|
-
"style": "default",
|
|
326
|
-
"label_placement": "left",
|
|
327
|
-
"instruction_placement": "label",
|
|
328
|
-
"hide_on_screen": "",
|
|
329
|
-
"active": true,
|
|
330
|
-
"description": "",
|
|
331
|
-
"show_in_rest": 0,
|
|
332
|
-
"acfe_autosync": [
|
|
333
|
-
"json"
|
|
334
|
-
],
|
|
335
|
-
"acfe_form": 0,
|
|
336
|
-
"acfe_display_title": "",
|
|
337
|
-
"acfe_meta": "",
|
|
338
|
-
"acfe_note": "",
|
|
339
|
-
"modified": 1756401527
|
|
340
|
-
}
|