@appdirect/sfb-theme-plaza 0.0.73 → 0.0.74

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/settings.json +1876 -1676
package/settings.json CHANGED
@@ -1,1545 +1,1894 @@
1
1
  {
2
- "pages" : {
3
- "global" : {
4
- "components" : {
5
- "Header" : {
6
- "components" : {
7
- "HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685" : {
8
- "announcementBarLink" : {
9
- "value" : "uieditor.global.Header.HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.announcementBarLink",
10
- "isLocalized" : true,
11
- "type" : "INPUT"
12
- },
13
- "announcementBarBackgroundColor" : {
14
- "value" : "#04296a",
15
- "type" : "COLORPICKER"
16
- },
17
- "announcementBarOpenInNewTab" : {
18
- "value" : false,
19
- "type" : "TOGGLE_CHECK"
20
- },
21
- "announcementBarTextColor" : {
22
- "value" : "#ffffff",
23
- "type" : "COLORPICKER"
24
- },
25
- "announcementBarLinkTextColor" : {
26
- "value" : "#f3ff06",
27
- "type" : "COLORPICKER"
28
- },
29
- "announcementBarTextAlignment" : {
30
- "value" : "center",
31
- "type" : "DROPDOWN"
32
- },
33
- "announcementBarHeight" : {
34
- "value" : 30,
35
- "type" : "SLIDER"
36
- },
37
- "announcementBarMessage" : {
38
- "value" : "uieditor.global.Header.HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.announcementBarMessage",
39
- "isLocalized" : true,
40
- "type" : "TEXTAREA"
41
- },
42
- "announcementBarBorderColor" : {
43
- "value" : "rgba(255, 255, 255, 0)",
44
- "type" : "COLORPICKER"
45
- },
46
- "announcementBarTextSize" : {
47
- "value" : "medium",
48
- "type" : "DROPDOWN"
49
- }
2
+ "pages" : {
3
+ "profile" : {
4
+ "components" : {
5
+ "ProductDescription:orderable:59db9f73-9caa-48b2-9df9-da98413e7de8" : {
6
+ "isAddonsVisible" : {
7
+ "value" : true,
8
+ "type" : "TOGGLE"
9
+ },
10
+ "isPricesVisible" : {
11
+ "value" : true,
12
+ "type" : "TOGGLE"
13
+ },
14
+ "layout" : {
15
+ "value" : "horizontal-thumbnails",
16
+ "type" : "DROPDOWN"
17
+ }
18
+ },
19
+ "ProductBanner" : {
20
+ "bannerBackgroundColor" : {
21
+ "value" : "#ffffff",
22
+ "type" : "COLORPICKER"
23
+ },
24
+ "descTextSize" : {
25
+ "value" : "medium",
26
+ "type" : "DROPDOWN"
27
+ },
28
+ "backgroundImg" : {
29
+ "value" : { },
30
+ "type" : "IMAGE_UPLOADER"
31
+ },
32
+ "textColor" : {
33
+ "value" : "dark",
34
+ "type" : "DROPDOWN"
35
+ },
36
+ "settingsHeight" : {
37
+ "value" : "medium",
38
+ "type" : "DROPDOWN"
39
+ },
40
+ "showRatings" : {
41
+ "value" : true,
42
+ "type" : "TOGGLE"
43
+ },
44
+ "backgroundType" : {
45
+ "value" : "color",
46
+ "type" : "RADIO"
47
+ },
48
+ "productNameSize" : {
49
+ "value" : "medium",
50
+ "type" : "DROPDOWN"
51
+ }
52
+ },
53
+ "ProductResources:orderable:7c059217-1dbc-4b75-a6ee-a7ca740facd6" : {
54
+ "spacing" : {
55
+ "value" : 0,
56
+ "type" : "SLIDER"
57
+ },
58
+ "columns" : {
59
+ "value" : "3",
60
+ "type" : "DROPDOWN"
61
+ }
62
+ },
63
+ "ProductReviews:orderable:7d021438-3800-4fb9-9577-e809dcf15df7" : {
64
+ "isAvatarVisible" : {
65
+ "value" : true,
66
+ "type" : "TOGGLE"
67
+ },
68
+ "position" : {
69
+ "value" : "right",
70
+ "type" : "DROPDOWN"
71
+ }
72
+ },
73
+ "StickyButtonPageScroll" : {
74
+ "visibleDesktop" : {
75
+ "value" : false,
76
+ "type" : "TOGGLE"
77
+ }
78
+ },
79
+ "ProductTopFeatures:orderable:d7254b33-ac88-4945-a248-edf6a87a2b16" : {
80
+ "numberOfColumns" : {
81
+ "value" : "two",
82
+ "type" : "DROPDOWN"
83
+ },
84
+ "withImages" : {
85
+ "value" : false,
86
+ "type" : "TOGGLE"
87
+ }
88
+ },
89
+ "ProductAdditionalInfo:orderable:83a7e00c-b3d5-4d64-8919-a9cb3fa2d5b3" : {
90
+ "headerBackground" : {
91
+ "value" : "#F5F5F5",
92
+ "type" : "COLORPICKER"
93
+ },
94
+ "infoPosition" : {
95
+ "value" : "left",
96
+ "type" : "DROPDOWN"
97
+ },
98
+ "sideBarBackground" : {
99
+ "value" : "#FFFF",
100
+ "type" : "COLORPICKER"
101
+ },
102
+ "columnCount" : {
103
+ "value" : "1",
104
+ "type" : "DROPDOWN"
105
+ },
106
+ "sideBarBorder" : {
107
+ "value" : "#CBCBCB",
108
+ "type" : "COLORPICKER"
109
+ }
110
+ }
111
+ },
112
+ "orderableComponents" : [ {
113
+ "name" : "ProductDescription",
114
+ "id" : "ProductDescription:orderable:59db9f73-9caa-48b2-9df9-da98413e7de8",
115
+ "isVisible" : true
116
+ }, {
117
+ "name" : "ProductTopFeatures",
118
+ "id" : "ProductTopFeatures:orderable:d7254b33-ac88-4945-a248-edf6a87a2b16",
119
+ "isVisible" : true
120
+ }, {
121
+ "name" : "FeaturedCustomers",
122
+ "id" : "FeaturedCustomers:orderable:6b6fac12-233f-43ab-b2d1-4bb988b49992",
123
+ "isVisible" : true
124
+ }, {
125
+ "name" : "ProductReviews",
126
+ "id" : "ProductReviews:orderable:7d021438-3800-4fb9-9577-e809dcf15df7",
127
+ "isVisible" : true
128
+ }, {
129
+ "name" : "ProductAdditionalInfo",
130
+ "id" : "ProductAdditionalInfo:orderable:83a7e00c-b3d5-4d64-8919-a9cb3fa2d5b3",
131
+ "isVisible" : true
132
+ }, {
133
+ "name" : "ProductQuestions",
134
+ "id" : "ProductQuestions:orderable:80e6ff9a-500f-489c-a2cd-e7dadc3bc38c",
135
+ "isVisible" : true
136
+ }, {
137
+ "name" : "ProductResources",
138
+ "id" : "ProductResources:orderable:7c059217-1dbc-4b75-a6ee-a7ca740facd6",
139
+ "isVisible" : true
140
+ } ]
141
+ },
142
+ "global" : {
143
+ "components" : {
144
+ "Header" : {
145
+ "components" : {
146
+ "HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685" : {
147
+ "announcementBarLink" : {
148
+ "value" : "uieditor.global.Header.HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.announcementBarLink",
149
+ "isLocalized" : true,
150
+ "type" : "INPUT"
50
151
  },
51
- "HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686" : {
52
- "auxBarBackgroundColor" : {
53
- "value" : "#0076ce",
54
- "type" : "COLORPICKER"
55
- },
56
- "auxBarTextColorHover" : {
57
- "value" : "#fcfdfd",
58
- "type" : "COLORPICKER"
59
- },
60
- "displayLanguageSwitcher" : {
61
- "value" : true,
62
- "type" : "TOGGLE"
63
- },
64
- "auxBarTextColor" : {
65
- "value" : "#ffffff",
66
- "type" : "COLORPICKER"
67
- },
68
- "auxBarTextSize" : {
69
- "value" : "medium",
70
- "type" : "DROPDOWN"
71
- },
72
- "auxBarBorderColor" : {
73
- "value" : "#0076ce",
74
- "type" : "COLORPICKER"
75
- },
76
- "auxBarLinkSpacing" : {
77
- "value" : 15,
78
- "type" : "SLIDER"
79
- },
80
- "auxBarTextAlignment" : {
81
- "value" : "right",
82
- "type" : "DROPDOWN"
83
- },
84
- "auxBarHeight" : {
85
- "value" : 40,
86
- "type" : "SLIDER"
87
- }
152
+ "announcementBarBackgroundColor" : {
153
+ "value" : "#04296a",
154
+ "type" : "COLORPICKER"
88
155
  },
89
- "HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687" : {
90
- "logoHeight" : {
91
- "value" : 82,
92
- "type" : "SLIDER"
93
- },
94
- "homeBarBackgroundColor" : {
95
- "value" : "#0076ce",
96
- "type" : "COLORPICKER"
97
- },
98
- "logoTargetType" : {
99
- "value" : "home_page",
100
- "type" : "RADIO"
101
- },
102
- "logoTheme" : {
103
- "value" : "logoImage",
104
- "type" : "LOGO"
105
- },
106
- "displayRegistrationLink" : {
107
- "value" : true,
108
- "type" : "TOGGLE"
109
- },
110
- "displayCart" : {
111
- "value" : true,
112
- "type" : "TOGGLE"
113
- },
114
- "homeBarBorderColor" : {
115
- "value" : "#0076ce",
116
- "type" : "COLORPICKER"
117
- },
118
- "homeBarTextHoverColor" : {
119
- "value" : "#fcfdfd",
120
- "type" : "COLORPICKER"
121
- },
122
- "homeBarTextActiveColor" : {
123
- "value" : "#fcfdfd",
124
- "type" : "COLORPICKER"
125
- },
126
- "homeBarPadding" : {
127
- "value" : 15,
128
- "type" : "SLIDER"
129
- },
130
- "displayLoginLink" : {
131
- "value" : true,
132
- "type" : "TOGGLE"
133
- },
134
- "homeBarTextColor" : {
135
- "value" : "#ffffff",
136
- "type" : "COLORPICKER"
137
- },
138
- "homeBarTextSize" : {
139
- "value" : "large",
140
- "type" : "DROPDOWN"
141
- }
156
+ "announcementBarOpenInNewTab" : {
157
+ "value" : false,
158
+ "type" : "TOGGLE_CHECK"
142
159
  },
143
- "HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688" : {
144
- "navBarTextSize" : {
145
- "value" : "medium",
146
- "type" : "DROPDOWN"
147
- },
148
- "navBarPadding" : {
149
- "value" : 10,
150
- "type" : "SLIDER"
151
- },
152
- "navBarBorderColor" : {
153
- "value" : "#cbcbcb",
154
- "type" : "COLORPICKER"
155
- },
156
- "navBarBackgroundColor" : {
157
- "value" : "#ffffff",
158
- "type" : "COLORPICKER"
159
- },
160
- "navBarTextColor" : {
161
- "value" : "#474747",
162
- "type" : "COLORPICKER"
163
- },
164
- "navBarTextAlignment" : {
165
- "value" : "left",
166
- "type" : "DROPDOWN"
167
- },
168
- "navBarLinkSpacing" : {
169
- "value" : 20,
170
- "type" : "SLIDER"
171
- },
172
- "navBarTextHoverColor" : {
173
- "value" : "#0076ce",
174
- "type" : "COLORPICKER"
175
- }
160
+ "announcementBarTextColor" : {
161
+ "value" : "#ffffff",
162
+ "type" : "COLORPICKER"
176
163
  },
177
- "HeaderSearchBar" : {
178
- "searchPlaceholder" : {
179
- "value" : "uieditor.global.Header.HeaderSearchBar.searchPlaceholder",
180
- "isLocalized" : true,
181
- "type" : "INPUT"
182
- },
183
- "searchBarHeight" : {
184
- "value" : "medium",
185
- "type" : "DROPDOWN"
186
- },
187
- "searchIcon" : {
188
- "value" : {
189
- "alt" : ""
190
- },
191
- "type" : "IMAGE_UPLOADER"
192
- },
193
- "searchCornerRadius" : {
194
- "value" : 24,
195
- "type" : "SLIDER"
196
- },
197
- "visibilityHeader" : {
198
- "value" : "",
199
- "type" : "GROUP_HEADER"
200
- },
201
- "searchBarLocation" : {
202
- "value" : "navigation_bar",
203
- "type" : "RADIO"
204
- },
205
- "searchBorderColor" : {
206
- "value" : "#cbcbcb",
207
- "type" : "COLORPICKER"
208
- },
209
- "settingsHeader" : {
210
- "value" : "",
211
- "type" : "GROUP_HEADER"
212
- },
213
- "searchBarMaxWidth" : {
214
- "value" : 500,
215
- "type" : "SLIDER"
216
- },
217
- "searchBorderVisible" : {
218
- "value" : true,
219
- "type" : "TOGGLE"
220
- },
221
- "searchIconColor" : {
222
- "value" : "#ffffff",
223
- "type" : "COLORPICKER"
224
- },
225
- "searchButtonColor" : {
226
- "value" : "#0076ce",
227
- "type" : "COLORPICKER"
228
- },
229
- "searchBackgroundColor" : {
230
- "value" : "#ffffff",
231
- "type" : "COLORPICKER"
232
- }
164
+ "announcementBarLinkTextColor" : {
165
+ "value" : "#f3ff06",
166
+ "type" : "COLORPICKER"
167
+ },
168
+ "announcementBarTextAlignment" : {
169
+ "value" : "center",
170
+ "type" : "DROPDOWN"
171
+ },
172
+ "announcementBarHeight" : {
173
+ "value" : 30,
174
+ "type" : "SLIDER"
175
+ },
176
+ "announcementBarMessage" : {
177
+ "value" : "uieditor.global.Header.HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.announcementBarMessage",
178
+ "isLocalized" : true,
179
+ "type" : "TEXTAREA"
180
+ },
181
+ "announcementBarBorderColor" : {
182
+ "value" : "rgba(255, 255, 255, 0)",
183
+ "type" : "COLORPICKER"
184
+ },
185
+ "announcementBarTextSize" : {
186
+ "value" : "medium",
187
+ "type" : "DROPDOWN"
233
188
  }
234
189
  },
235
- "orderableComponents" : [ {
236
- "name" : "HeaderAnnouncementBar",
237
- "id" : "HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685",
238
- "isVisible" : true
239
- }, {
240
- "name" : "HeaderAuxiliaryBar",
241
- "id" : "HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686",
242
- "isVisible" : true
243
- }, {
244
- "name" : "HeaderHomeBar",
245
- "id" : "HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687",
246
- "isVisible" : true
247
- }, {
248
- "name" : "HeaderNavigationBar",
249
- "id" : "HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688",
250
- "isVisible" : true
251
- } ]
252
- },
253
- "Footer" : {
254
- "bottomBarBackground" : {
255
- "value" : "#202122",
256
- "type" : "COLORPICKER"
257
- },
258
- "newsletterLogoPosition" : {
259
- "value" : "left",
260
- "type" : "DROPDOWN"
261
- },
262
- "copyright" : {
263
- "value" : "uieditor.global.Footer.copyright",
264
- "isLocalized" : true,
265
- "type" : "INPUT"
266
- },
267
- "footerText" : {
268
- "value" : "#ffffff",
269
- "type" : "COLORPICKER"
270
- },
271
- "newsletterButtonStyle" : {
272
- "value" : "primary",
273
- "type" : "RADIO"
274
- },
275
- "bottomBarText" : {
276
- "value" : "#ffffff",
277
- "type" : "COLORPICKER"
278
- },
279
- "newsletterSocialPosition" : {
280
- "value" : "left",
281
- "type" : "DROPDOWN"
282
- },
283
- "settingsHeader" : {
284
- "value" : "",
285
- "type" : "GROUP_HEADER"
286
- },
287
- "displaySocialMedia" : {
288
- "value" : true,
289
- "type" : "TOGGLE"
290
- },
291
- "navSeparatorColor" : {
292
- "value" : "",
293
- "type" : "COLORPICKER"
294
- },
295
- "footerBackground" : {
296
- "value" : "#7e7e86",
297
- "type" : "COLORPICKER"
298
- },
299
- "displayNavSeparator" : {
300
- "value" : false,
301
- "type" : "TOGGLE"
302
- },
303
- "selectedLogo" : {
304
- "value" : "logoImage",
305
- "type" : "LOGO"
306
- },
307
- "newsletterButtonLink" : {
308
- "value" : "uieditor.sfbComponent.footer.newsletterButtonLink.defaultValue",
309
- "isLocalized" : true,
310
- "type" : "INPUT"
311
- },
312
- "footerStyleHeader" : {
313
- "value" : "",
314
- "type" : "GROUP_HEADER"
315
- },
316
- "logoSize" : {
317
- "value" : 82,
318
- "type" : "SLIDER"
319
- },
320
- "socialIconColor" : {
321
- "value" : "",
322
- "type" : "COLORPICKER"
323
- },
324
- "socials" : {
325
- "value" : {
326
- "items" : [ {
327
- "label" : "Facebook",
328
- "icon" : "facebook",
329
- "values" : {
330
- "accountLink" : {
331
- "value" : "https://www.facebook.com"
332
- },
333
- "uploadIcon" : {
334
- "value" : { },
335
- "type" : "IMAGE_UPLOADER",
336
- "isLocalized" : false
337
- }
338
- },
339
- "isVisible" : true,
340
- "deletable" : false,
341
- "editable" : false
342
- }, {
343
- "label" : "Twitter",
344
- "icon" : "twitter",
345
- "values" : {
346
- "accountLink" : {
347
- "value" : "https://www.twitter.com"
348
- },
349
- "uploadIcon" : {
350
- "value" : { },
351
- "type" : "IMAGE_UPLOADER",
352
- "isLocalized" : false
353
- }
354
- },
355
- "isVisible" : true,
356
- "deletable" : false,
357
- "editable" : false
358
- }, {
359
- "label" : "Instagram",
360
- "icon" : "instagram",
361
- "values" : {
362
- "accountLink" : {
363
- "value" : "https://www.instagram.com"
364
- },
365
- "uploadIcon" : {
366
- "value" : { },
367
- "type" : "IMAGE_UPLOADER",
368
- "isLocalized" : false
369
- }
370
- },
371
- "isVisible" : true,
372
- "deletable" : false,
373
- "editable" : false
374
- }, {
375
- "label" : "LinkedIn",
376
- "icon" : "linkedin",
377
- "values" : {
378
- "accountLink" : {
379
- "value" : "https://www.linkedin.com"
380
- },
381
- "uploadIcon" : {
382
- "value" : { },
383
- "type" : "IMAGE_UPLOADER",
384
- "isLocalized" : false
385
- }
386
- },
387
- "isVisible" : true,
388
- "deletable" : false,
389
- "editable" : false
390
- }, {
391
- "label" : "YouTube",
392
- "icon" : "youtube",
393
- "values" : {
394
- "accountLink" : {
395
- "value" : "https://www.youtube.com"
396
- },
397
- "uploadIcon" : {
398
- "value" : { },
399
- "type" : "IMAGE_UPLOADER",
400
- "isLocalized" : false
401
- }
402
- },
403
- "isVisible" : true,
404
- "deletable" : false,
405
- "editable" : false
406
- } ]
190
+ "HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686" : {
191
+ "auxBarBackgroundColor" : {
192
+ "value" : "#0076ce",
193
+ "type" : "COLORPICKER"
407
194
  },
408
- "type" : "DRAWER_LIST"
409
- },
410
- "newsletterButtonLabel" : {
411
- "value" : "uieditor.sfbComponent.footer.newsletterButtonLabel.defaultValue",
412
- "isLocalized" : true,
413
- "type" : "INPUT"
414
- },
415
- "socialIconPosition" : {
416
- "value" : "right",
417
- "type" : "DROPDOWN"
418
- },
419
- "displayLogo" : {
420
- "value" : false,
421
- "type" : "TOGGLE_CHECK"
422
- },
423
- "newsletterText" : {
424
- "value" : "uieditor.sfbComponent.footer.newsletterText.defaultValue",
425
- "isLocalized" : true,
426
- "type" : "INPUT"
427
- },
428
- "navigationHeader" : {
429
- "value" : "",
430
- "type" : "GROUP_HEADER"
431
- },
432
- "displayDefaultSocialIcons" : {
433
- "value" : true,
434
- "type" : "TOGGLE"
435
- },
436
- "layout" : {
437
- "value" : "newsletter_social",
438
- "type" : "RADIO"
439
- },
440
- "newsletterTitle" : {
441
- "value" : "uieditor.sfbComponent.footer.newsletterTitle.defaultValue",
442
- "isLocalized" : true,
443
- "type" : "INPUT"
444
- },
445
- "logoPosition" : {
446
- "value" : "bottomRight",
447
- "type" : "DROPDOWN"
448
- },
449
- "size" : {
450
- "value" : "medium",
451
- "type" : "DROPDOWN"
452
- },
453
- "displayLanguageSwitcher" : {
454
- "value" : true,
455
- "type" : "TOGGLE"
456
- },
457
- "newsletterHeader" : {
458
- "value" : "",
459
- "type" : "GROUP_HEADER"
460
- }
461
- }
462
- },
463
- "orderableComponents" : [ ]
464
- },
465
- "home" : {
466
- "components" : {
467
- "Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c" : {
468
- "backgroundColor" : {
469
- "value" : "#b6b6b6",
470
- "type" : "COLORPICKER"
471
- },
472
- "slides" : {
473
- "value" : [ {
474
- "contentType" : "IMAGE_ONLY",
475
- "slideData" : {
476
- "slideName" : "Product Promotion",
477
- "title" : "Image banner title",
478
- "text" : "Give customers details about the banner content. You can also add a link to redirect the user to a product or page that you want to promote. ",
479
- "image" : {
480
- "type" : "IMAGE_UPLOADER",
481
- "filename" : "AppWise_image.jpg",
482
- "url" : "https://d33na3ni6eqf5j.cloudfront.net/5dd60cb8-8d15-4cec-b6bd-1a85ae666f76/05da8a68-5d65-40d3-a68e-a043e800989e.jpg"
483
- },
484
- "textSize" : "medium",
485
- "titleSize" : "medium",
486
- "textAlignment" : "left",
487
- "slideLink" : "https://www.appdirect.com/products/appwise/features/integrations",
488
- "textColor" : "#ffffff",
489
- "titleColor" : "#ffffff",
490
- "imageSizing" : "fill",
491
- "overlayColor" : "#b6b6b6",
492
- "backgroundColor" : "#b6b6b6"
493
- }
494
- } ],
495
- "type" : "SLIDES"
496
- },
497
- "delay" : {
498
- "value" : 5,
499
- "type" : "DROPDOWN"
500
- },
501
- "backgroundImg" : {
502
- "value" : {
503
- "alt" : ""
195
+ "auxBarTextColorHover" : {
196
+ "value" : "#fcfdfd",
197
+ "type" : "COLORPICKER"
504
198
  },
505
- "type" : "IMAGE_UPLOADER"
506
- },
507
- "isDisplayCarets" : {
508
- "value" : true,
509
- "type" : "TOGGLE_CHECK"
510
- },
511
- "isAutorotate" : {
512
- "value" : true,
513
- "type" : "TOGGLE_CHECK"
514
- },
515
- "headingSpacer" : {
516
- "value" : "",
517
- "type" : "GROUP_HEADER"
518
- },
519
- "caretsColorTheme" : {
520
- "value" : "uieditor.sfbComponent.carousel.caretsColorTheme.dark",
521
- "type" : "DROPDOWN"
522
- },
523
- "backgroundType" : {
524
- "value" : "color",
525
- "type" : "RADIO"
526
- },
527
- "isDisplayDots" : {
528
- "value" : true,
529
- "type" : "TOGGLE_CHECK"
530
- },
531
- "isDisplayCaretsOnHover" : {
532
- "value" : true,
533
- "type" : "TOGGLE_CHECK"
534
- },
535
- "height" : {
536
- "value" : 400,
537
- "type" : "DROPDOWN"
538
- }
539
- },
540
- "FeaturedProduct:orderable:b0774fbb-6868-4428-a338-ce0c4e599a4e" : {
541
- "imageMask" : {
542
- "value" : "noMask",
543
- "type" : "RADIO"
544
- },
545
- "cardBorderColor" : {
546
- "value" : "#FFFFFF",
547
- "type" : "COLORPICKER"
548
- },
549
- "tabBorderRadius" : {
550
- "value" : 8,
551
- "type" : "SLIDER"
552
- },
553
- "tabPosition" : {
554
- "value" : "left",
555
- "type" : "DROPDOWN"
556
- },
557
- "buttonType" : {
558
- "value" : "primary",
559
- "type" : "RADIO"
560
- },
561
- "tabTitle" : {
562
- "value" : "Just added",
563
- "type" : "INPUT"
564
- },
565
- "isPriceVisible" : {
566
- "value" : true,
567
- "type" : "TOGGLE_CHECK"
568
- },
569
- "imageBackgroundColor" : {
570
- "value" : "#fffafa",
571
- "type" : "COLORPICKER"
572
- },
573
- "tabBackgroundColor" : {
574
- "value" : "#474747",
575
- "type" : "COLORPICKER"
576
- },
577
- "imageSize" : {
578
- "value" : "scaleToFit",
579
- "type" : "RADIO"
580
- },
581
- "containerBackgroundColor" : {
582
- "value" : "#ffffff",
583
- "type" : "COLORPICKER"
584
- },
585
- "product" : {
586
- "value" : {
587
- "id" : 399461,
588
- "name" : "Dropbox Business integration [Sample]",
589
- "description" : "Give teams more reasons to use ACME by syncing commercial documents stored on Dropbox. Make it easier for sales to collaborate with prospects, customers, and other internal users.",
590
- "overviewImageUrl" : "https://d3bql97l1ytoxn.cloudfront.net/app_resources/399461/overview/image5277682306114343707.png"
199
+ "displayLanguageSwitcher" : {
200
+ "value" : true,
201
+ "type" : "TOGGLE"
591
202
  },
592
- "type" : "PRODUCT"
593
- },
594
- "customProductTitle" : {
595
- "value" : "",
596
- "type" : "TEXTAREA"
597
- },
598
- "tabHeading" : {
599
- "value" : "",
600
- "type" : "GROUP_HEADER"
601
- },
602
- "imagePosition" : {
603
- "value" : "right",
604
- "type" : "RADIO"
605
- },
606
- "isShadowVisible" : {
607
- "value" : true,
608
- "type" : "TOGGLE_CHECK"
609
- },
610
- "productDescriptionColor" : {
611
- "value" : "#474747",
612
- "type" : "COLORPICKER"
613
- },
614
- "productTitleColor" : {
615
- "value" : "#474747",
616
- "type" : "COLORPICKER"
617
- },
618
- "productTextAlignment" : {
619
- "value" : "topLeft",
620
- "type" : "DROPDOWN"
621
- },
622
- "customProductDescription" : {
623
- "value" : "",
624
- "type" : "TEXTAREA"
625
- },
626
- "isButtonVisible" : {
627
- "value" : true,
628
- "type" : "TOGGLE_CHECK"
629
- },
630
- "buttonLabel" : {
631
- "value" : "Shop now",
632
- "type" : "INPUT"
633
- },
634
- "tabTextColor" : {
635
- "value" : "#FFFFFF",
636
- "type" : "COLORPICKER"
637
- },
638
- "size" : {
639
- "value" : "large",
640
- "type" : "RADIO"
641
- },
642
- "imageHeading" : {
643
- "value" : "",
644
- "type" : "GROUP_HEADER"
645
- },
646
- "customImage" : {
647
- "value" : {
648
- "type" : "IMAGE_UPLOADER",
649
- "filename" : "Dropbox-Logo.png",
650
- "url" : "https://d3bql97l1ytoxn.cloudfront.net/c54ad30b-eafa-4ffc-8a72-c07aa9ade4b0/1c141942-1f7e-4a2d-b469-5a32df6f2e50.png",
651
- "alt" : ""
203
+ "auxBarTextColor" : {
204
+ "value" : "#ffffff",
205
+ "type" : "COLORPICKER"
652
206
  },
653
- "type" : "IMAGE_UPLOADER"
654
- },
655
- "cardBorderRadius" : {
656
- "value" : 8,
657
- "type" : "SLIDER"
658
- },
659
- "cardShadowColor" : {
660
- "value" : "rgba(0,1,0,0.2)",
661
- "type" : "COLORPICKER"
662
- },
663
- "productPricingColor" : {
664
- "value" : "#474747",
665
- "type" : "COLORPICKER"
666
- },
667
- "productHeading" : {
668
- "value" : "",
669
- "type" : "GROUP_HEADER"
670
- },
671
- "productBackgroundColor" : {
672
- "value" : "#f5f5f5",
673
- "type" : "COLORPICKER"
674
- }
675
- },
676
- "Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685" : {
677
- "hasQuickview" : {
678
- "value" : true,
679
- "type" : "TOGGLE"
680
- },
681
- "productsList" : {
682
- "value" : {
683
- "contentType" : "dynamic",
684
- "queries" : {
685
- "sort" : "POPULARITY"
686
- }
207
+ "auxBarTextSize" : {
208
+ "value" : "medium",
209
+ "type" : "DROPDOWN"
687
210
  },
688
- "type" : "PRODUCTS_LIST"
689
- },
690
- "isShadowVisible" : {
691
- "value" : true,
692
- "type" : "TOGGLE_CHECK"
693
- },
694
- "textBackgroundColor" : {
695
- "value" : "#FFFFFF",
696
- "type" : "COLORPICKER"
697
- },
698
- "sliderOptions" : {
699
- "value" : true,
700
- "type" : "TOGGLE"
701
- },
702
- "tileBackgroundColor" : {
703
- "value" : "#EAEAEA",
704
- "type" : "COLORPICKER"
705
- },
706
- "quickviewOptions" : {
707
- "value" : [ "isQuickviewVisible" ],
708
- "type" : "CHECKBOX"
709
- },
710
- "sliderSettings" : {
711
- "value" : "",
712
- "type" : "GROUP_HEADER"
713
- },
714
- "displayOptions" : {
715
- "value" : [ "isDescriptionVisible", "isRatingsVisible" ],
716
- "type" : "CHECKBOX"
717
- },
718
- "buttonLabel" : {
719
- "value" : "uieditor.home.Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.buttonLabel",
720
- "isLocalized" : true,
721
- "type" : "INPUT"
722
- },
723
- "layout" : {
724
- "value" : "classic",
725
- "type" : "RADIO"
726
- },
727
- "maxRows" : {
728
- "value" : 2,
729
- "type" : "RADIO"
730
- },
731
- "size" : {
732
- "value" : "small",
733
- "type" : "RADIO"
734
- },
735
- "borderRadius" : {
736
- "value" : 8,
737
- "type" : "SLIDER"
738
- },
739
- "quickviewDisplayOptions" : {
740
- "value" : [ "isScreenshotVisible" ],
741
- "type" : "CHECKBOX"
742
- },
743
- "tileCtaLabel" : {
744
- "value" : "Buy Now",
745
- "type" : "INPUT"
746
- },
747
- "quickviewViewMode" : {
748
- "value" : "default",
749
- "type" : "DROPDOWN"
750
- },
751
- "sliderTitle" : {
752
- "value" : "uieditor.home.Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.sliderTitle",
753
- "isLocalized" : true,
754
- "type" : "INPUT"
755
- },
756
- "cardBorderRadius" : {
757
- "value" : 8,
758
- "type" : "SLIDER"
759
- }
760
- },
761
- "Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69" : {
762
- "hasQuickview" : {
763
- "value" : true,
764
- "type" : "TOGGLE"
765
- },
766
- "productsList" : {
767
- "value" : {
768
- "contentType" : "dynamic",
769
- "queries" : {
770
- "sort" : "ALPHABETICAL"
771
- }
211
+ "auxBarBorderColor" : {
212
+ "value" : "#0076ce",
213
+ "type" : "COLORPICKER"
772
214
  },
773
- "type" : "PRODUCTS_LIST"
774
- },
775
- "isShadowVisible" : {
776
- "value" : true,
777
- "type" : "TOGGLE_CHECK"
778
- },
779
- "textBackgroundColor" : {
780
- "value" : "#FFFFFF",
781
- "type" : "COLORPICKER"
782
- },
783
- "sliderOptions" : {
784
- "value" : true,
785
- "type" : "TOGGLE"
786
- },
787
- "tileBackgroundColor" : {
788
- "value" : "#EAEAEA",
789
- "type" : "COLORPICKER"
790
- },
791
- "quickviewOptions" : {
792
- "value" : [ "isQuickviewVisible" ],
793
- "type" : "CHECKBOX"
794
- },
795
- "sliderSettings" : {
796
- "value" : "",
797
- "type" : "GROUP_HEADER"
798
- },
799
- "displayOptions" : {
800
- "value" : [ "isDescriptionVisible", "isRatingsVisible" ],
801
- "type" : "CHECKBOX"
802
- },
803
- "buttonLabel" : {
804
- "value" : "uieditor.home.Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69.buttonLabel",
805
- "isLocalized" : true,
806
- "type" : "INPUT"
807
- },
808
- "layout" : {
809
- "value" : "square",
810
- "type" : "RADIO"
811
- },
812
- "maxRows" : {
813
- "value" : 2,
814
- "type" : "RADIO"
815
- },
816
- "size" : {
817
- "value" : "small",
818
- "type" : "RADIO"
819
- },
820
- "borderRadius" : {
821
- "value" : 8,
822
- "type" : "SLIDER"
823
- },
824
- "quickviewDisplayOptions" : {
825
- "value" : [ "isScreenshotVisible" ],
826
- "type" : "CHECKBOX"
827
- },
828
- "tileCtaLabel" : {
829
- "value" : "Buy Now",
830
- "type" : "INPUT"
215
+ "auxBarLinkSpacing" : {
216
+ "value" : 15,
217
+ "type" : "SLIDER"
218
+ },
219
+ "auxBarTextAlignment" : {
220
+ "value" : "right",
221
+ "type" : "DROPDOWN"
222
+ },
223
+ "auxBarHeight" : {
224
+ "value" : 40,
225
+ "type" : "SLIDER"
226
+ }
831
227
  },
832
- "quickviewViewMode" : {
833
- "value" : "default",
834
- "type" : "DROPDOWN"
228
+ "HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687" : {
229
+ "logoHeight" : {
230
+ "value" : 82,
231
+ "type" : "SLIDER"
232
+ },
233
+ "homeBarBackgroundColor" : {
234
+ "value" : "#0076ce",
235
+ "type" : "COLORPICKER"
236
+ },
237
+ "logoTargetType" : {
238
+ "value" : "home_page",
239
+ "type" : "RADIO"
240
+ },
241
+ "logoTheme" : {
242
+ "value" : "logoImage",
243
+ "type" : "LOGO"
244
+ },
245
+ "displayRegistrationLink" : {
246
+ "value" : true,
247
+ "type" : "TOGGLE"
248
+ },
249
+ "displayCart" : {
250
+ "value" : true,
251
+ "type" : "TOGGLE"
252
+ },
253
+ "homeBarBorderColor" : {
254
+ "value" : "#0076ce",
255
+ "type" : "COLORPICKER"
256
+ },
257
+ "homeBarTextHoverColor" : {
258
+ "value" : "#fcfdfd",
259
+ "type" : "COLORPICKER"
260
+ },
261
+ "homeBarTextActiveColor" : {
262
+ "value" : "#fcfdfd",
263
+ "type" : "COLORPICKER"
264
+ },
265
+ "homeBarPadding" : {
266
+ "value" : 15,
267
+ "type" : "SLIDER"
268
+ },
269
+ "displayLoginLink" : {
270
+ "value" : true,
271
+ "type" : "TOGGLE"
272
+ },
273
+ "homeBarTextColor" : {
274
+ "value" : "#ffffff",
275
+ "type" : "COLORPICKER"
276
+ },
277
+ "homeBarTextSize" : {
278
+ "value" : "large",
279
+ "type" : "DROPDOWN"
280
+ }
835
281
  },
836
- "sliderTitle" : {
837
- "value" : "uieditor.home.Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69.sliderTitle",
838
- "isLocalized" : true,
839
- "type" : "INPUT"
282
+ "HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688" : {
283
+ "navBarTextSize" : {
284
+ "value" : "medium",
285
+ "type" : "DROPDOWN"
286
+ },
287
+ "navBarPadding" : {
288
+ "value" : 10,
289
+ "type" : "SLIDER"
290
+ },
291
+ "navBarBorderColor" : {
292
+ "value" : "#cbcbcb",
293
+ "type" : "COLORPICKER"
294
+ },
295
+ "navBarBackgroundColor" : {
296
+ "value" : "#ffffff",
297
+ "type" : "COLORPICKER"
298
+ },
299
+ "navBarTextColor" : {
300
+ "value" : "#474747",
301
+ "type" : "COLORPICKER"
302
+ },
303
+ "navBarTextAlignment" : {
304
+ "value" : "left",
305
+ "type" : "DROPDOWN"
306
+ },
307
+ "navBarLinkSpacing" : {
308
+ "value" : 20,
309
+ "type" : "SLIDER"
310
+ },
311
+ "navBarTextHoverColor" : {
312
+ "value" : "#0076ce",
313
+ "type" : "COLORPICKER"
314
+ }
840
315
  },
841
- "cardBorderRadius" : {
842
- "value" : 8,
843
- "type" : "SLIDER"
316
+ "HeaderSearchBar" : {
317
+ "searchPlaceholder" : {
318
+ "value" : "uieditor.global.Header.HeaderSearchBar.searchPlaceholder",
319
+ "isLocalized" : true,
320
+ "type" : "INPUT"
321
+ },
322
+ "searchBarHeight" : {
323
+ "value" : "medium",
324
+ "type" : "DROPDOWN"
325
+ },
326
+ "searchIcon" : {
327
+ "value" : {
328
+ "alt" : ""
329
+ },
330
+ "type" : "IMAGE_UPLOADER"
331
+ },
332
+ "searchCornerRadius" : {
333
+ "value" : 24,
334
+ "type" : "SLIDER"
335
+ },
336
+ "visibilityHeader" : {
337
+ "value" : "",
338
+ "type" : "GROUP_HEADER"
339
+ },
340
+ "searchBarLocation" : {
341
+ "value" : "navigation_bar",
342
+ "type" : "RADIO"
343
+ },
344
+ "searchBorderColor" : {
345
+ "value" : "#cbcbcb",
346
+ "type" : "COLORPICKER"
347
+ },
348
+ "settingsHeader" : {
349
+ "value" : "",
350
+ "type" : "GROUP_HEADER"
351
+ },
352
+ "searchBarMaxWidth" : {
353
+ "value" : 500,
354
+ "type" : "SLIDER"
355
+ },
356
+ "searchBorderVisible" : {
357
+ "value" : true,
358
+ "type" : "TOGGLE"
359
+ },
360
+ "searchIconColor" : {
361
+ "value" : "#ffffff",
362
+ "type" : "COLORPICKER"
363
+ },
364
+ "searchButtonColor" : {
365
+ "value" : "#0076ce",
366
+ "type" : "COLORPICKER"
367
+ },
368
+ "searchBackgroundColor" : {
369
+ "value" : "#ffffff",
370
+ "type" : "COLORPICKER"
371
+ }
844
372
  }
845
373
  },
846
- "ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7" : {
847
- "contentAlignment" : {
848
- "value" : "space-evenly",
849
- "type" : "DROPDOWN"
850
- },
851
- "displaySettings" : {
852
- "value" : "",
853
- "type" : "GROUP_HEADER"
854
- },
855
- "contentSettings" : {
856
- "value" : "",
857
- "type" : "GROUP_HEADER"
858
- },
859
- "displayUpperTitle" : {
860
- "value" : false,
861
- "type" : "TOGGLE_CHECK"
862
- },
863
- "productGroupsTabTitle" : {
864
- "value" : "Product Groups",
865
- "type" : "INPUT"
866
- },
867
- "cardBorderColor" : {
868
- "value" : "#ffffff",
869
- "type" : "COLORPICKER"
870
- },
871
- "rowGap" : {
872
- "value" : 28,
873
- "type" : "SLIDER"
874
- },
875
- "displayHeaderDescription" : {
876
- "value" : true,
877
- "type" : "TOGGLE_CHECK"
878
- },
879
- "upperTitleColor" : {
880
- "value" : "#474747",
881
- "type" : "COLORPICKER"
882
- },
883
- "displayHeaderTitle" : {
884
- "value" : true,
885
- "type" : "TOGGLE_CHECK"
886
- },
887
- "displayTitle" : {
888
- "value" : true,
889
- "type" : "TOGGLE_CHECK"
890
- },
891
- "buttonAlignment" : {
892
- "value" : "center",
893
- "type" : "DROPDOWN"
894
- },
895
- "displayBorder" : {
896
- "value" : true,
897
- "type" : "TOGGLE_CHECK"
898
- },
899
- "buttonType" : {
900
- "value" : "primary",
901
- "type" : "RADIO"
902
- },
903
- "titleColor" : {
904
- "value" : "#474747",
905
- "type" : "COLORPICKER"
906
- },
907
- "imageBackgroundColor" : {
908
- "value" : "#ffffff",
909
- "type" : "COLORPICKER"
910
- },
911
- "containerBackgroundColor" : {
912
- "value" : "#eeeeee",
913
- "type" : "COLORPICKER"
914
- },
915
- "shadowColor" : {
916
- "value" : "rgba(0,1,0,0.2)",
917
- "type" : "COLORPICKER"
918
- },
919
- "displayDescription" : {
920
- "value" : true,
921
- "type" : "TOGGLE_CHECK"
922
- },
923
- "upperTitleAlignment" : {
924
- "value" : "left",
925
- "type" : "DROPDOWN"
926
- },
927
- "cardCornerRadius" : {
928
- "value" : "15",
929
- "type" : "SLIDER"
930
- },
931
- "displayButton" : {
932
- "value" : true,
933
- "type" : "TOGGLE_CHECK"
934
- },
935
- "onHoverBorderOnly" : {
936
- "value" : false,
937
- "type" : "TOGGLE_CHECK"
938
- },
939
- "descriptionColor" : {
940
- "value" : "#474747",
941
- "type" : "COLORPICKER"
942
- },
943
- "onHoverShadowOnly" : {
944
- "value" : true,
945
- "type" : "TOGGLE_CHECK"
946
- },
947
- "productGroupsList" : {
948
- "value" : {
949
- "data" : [ {
950
- "uuid" : "1f3a0a81-ac43-4cfe-8f43-30ef5a72ba92",
951
- "panelTitle" : {
952
- "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
953
- "isLocalized" : true,
954
- "type" : "INPUT"
955
- },
956
- "upperTitle" : {
957
- "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
958
- "isLocalized" : true,
959
- "type" : "INPUT"
960
- },
961
- "title" : {
962
- "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
963
- "isLocalized" : true,
964
- "type" : "INPUT"
965
- },
966
- "description" : {
967
- "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
968
- "isLocalized" : true,
969
- "type" : "INPUT"
374
+ "orderableComponents" : [ {
375
+ "name" : "HeaderAnnouncementBar",
376
+ "id" : "HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685",
377
+ "isVisible" : true
378
+ }, {
379
+ "name" : "HeaderAuxiliaryBar",
380
+ "id" : "HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686",
381
+ "isVisible" : true
382
+ }, {
383
+ "name" : "HeaderHomeBar",
384
+ "id" : "HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687",
385
+ "isVisible" : true
386
+ }, {
387
+ "name" : "HeaderNavigationBar",
388
+ "id" : "HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688",
389
+ "isVisible" : true
390
+ } ]
391
+ },
392
+ "Footer" : {
393
+ "bottomBarBackground" : {
394
+ "value" : "#202122",
395
+ "type" : "COLORPICKER"
396
+ },
397
+ "newsletterLogoPosition" : {
398
+ "value" : "left",
399
+ "type" : "DROPDOWN"
400
+ },
401
+ "copyright" : {
402
+ "value" : "uieditor.global.Footer.copyright",
403
+ "isLocalized" : true,
404
+ "type" : "INPUT"
405
+ },
406
+ "footerText" : {
407
+ "value" : "#ffffff",
408
+ "type" : "COLORPICKER"
409
+ },
410
+ "newsletterButtonStyle" : {
411
+ "value" : "primary",
412
+ "type" : "RADIO"
413
+ },
414
+ "bottomBarText" : {
415
+ "value" : "#ffffff",
416
+ "type" : "COLORPICKER"
417
+ },
418
+ "newsletterSocialPosition" : {
419
+ "value" : "left",
420
+ "type" : "DROPDOWN"
421
+ },
422
+ "settingsHeader" : {
423
+ "value" : "",
424
+ "type" : "GROUP_HEADER"
425
+ },
426
+ "displaySocialMedia" : {
427
+ "value" : true,
428
+ "type" : "TOGGLE"
429
+ },
430
+ "navSeparatorColor" : {
431
+ "value" : "",
432
+ "type" : "COLORPICKER"
433
+ },
434
+ "footerBackground" : {
435
+ "value" : "#7e7e86",
436
+ "type" : "COLORPICKER"
437
+ },
438
+ "displayNavSeparator" : {
439
+ "value" : false,
440
+ "type" : "TOGGLE"
441
+ },
442
+ "selectedLogo" : {
443
+ "value" : "logoImage",
444
+ "type" : "LOGO"
445
+ },
446
+ "newsletterButtonLink" : {
447
+ "value" : "uieditor.sfbComponent.footer.newsletterButtonLink.defaultValue",
448
+ "isLocalized" : true,
449
+ "type" : "INPUT"
450
+ },
451
+ "footerStyleHeader" : {
452
+ "value" : "",
453
+ "type" : "GROUP_HEADER"
454
+ },
455
+ "logoSize" : {
456
+ "value" : 82,
457
+ "type" : "SLIDER"
458
+ },
459
+ "socialIconColor" : {
460
+ "value" : "",
461
+ "type" : "COLORPICKER"
462
+ },
463
+ "socials" : {
464
+ "value" : {
465
+ "items" : [ {
466
+ "label" : "Facebook",
467
+ "icon" : "facebook",
468
+ "values" : {
469
+ "accountLink" : {
470
+ "value" : "https://www.facebook.com"
970
471
  },
971
- "buttonLabel" : {
972
- "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
973
- "isLocalized" : true,
974
- "type" : "INPUT"
472
+ "uploadIcon" : {
473
+ "value" : { },
474
+ "type" : "IMAGE_UPLOADER",
475
+ "isLocalized" : false
476
+ }
477
+ },
478
+ "isVisible" : true,
479
+ "deletable" : false,
480
+ "editable" : false
481
+ }, {
482
+ "label" : "Twitter",
483
+ "icon" : "twitter",
484
+ "values" : {
485
+ "accountLink" : {
486
+ "value" : "https://www.twitter.com"
975
487
  },
976
- "customLink" : {
977
- "value" : "",
978
- "type" : "INPUT"
488
+ "uploadIcon" : {
489
+ "value" : { },
490
+ "type" : "IMAGE_UPLOADER",
491
+ "isLocalized" : false
492
+ }
493
+ },
494
+ "isVisible" : true,
495
+ "deletable" : false,
496
+ "editable" : false
497
+ }, {
498
+ "label" : "Instagram",
499
+ "icon" : "instagram",
500
+ "values" : {
501
+ "accountLink" : {
502
+ "value" : "https://www.instagram.com"
979
503
  },
980
- "link" : {
981
- "value" : "/en-US/listing?filter=FEATURED&filter=FREE&filter=FREE_TRIAL&order=POPULARITY",
982
- "type" : "INPUT"
504
+ "uploadIcon" : {
505
+ "value" : { },
506
+ "type" : "IMAGE_UPLOADER",
507
+ "isLocalized" : false
508
+ }
509
+ },
510
+ "isVisible" : true,
511
+ "deletable" : false,
512
+ "editable" : false
513
+ }, {
514
+ "label" : "LinkedIn",
515
+ "icon" : "linkedin",
516
+ "values" : {
517
+ "accountLink" : {
518
+ "value" : "https://www.linkedin.com"
983
519
  },
984
- "imageSize" : {
985
- "value" : "scaleToFit",
986
- "type" : "RADIO"
520
+ "uploadIcon" : {
521
+ "value" : { },
522
+ "type" : "IMAGE_UPLOADER",
523
+ "isLocalized" : false
524
+ }
525
+ },
526
+ "isVisible" : true,
527
+ "deletable" : false,
528
+ "editable" : false
529
+ }, {
530
+ "label" : "YouTube",
531
+ "icon" : "youtube",
532
+ "values" : {
533
+ "accountLink" : {
534
+ "value" : "https://www.youtube.com"
987
535
  },
988
- "customImage" : {
536
+ "uploadIcon" : {
537
+ "value" : { },
538
+ "type" : "IMAGE_UPLOADER",
539
+ "isLocalized" : false
540
+ }
541
+ },
542
+ "isVisible" : true,
543
+ "deletable" : false,
544
+ "editable" : false
545
+ } ]
546
+ },
547
+ "type" : "DRAWER_LIST"
548
+ },
549
+ "newsletterButtonLabel" : {
550
+ "value" : "uieditor.sfbComponent.footer.newsletterButtonLabel.defaultValue",
551
+ "isLocalized" : true,
552
+ "type" : "INPUT"
553
+ },
554
+ "socialIconPosition" : {
555
+ "value" : "right",
556
+ "type" : "DROPDOWN"
557
+ },
558
+ "displayLogo" : {
559
+ "value" : false,
560
+ "type" : "TOGGLE_CHECK"
561
+ },
562
+ "newsletterText" : {
563
+ "value" : "uieditor.sfbComponent.footer.newsletterText.defaultValue",
564
+ "isLocalized" : true,
565
+ "type" : "INPUT"
566
+ },
567
+ "navigationHeader" : {
568
+ "value" : "",
569
+ "type" : "GROUP_HEADER"
570
+ },
571
+ "displayDefaultSocialIcons" : {
572
+ "value" : true,
573
+ "type" : "TOGGLE"
574
+ },
575
+ "layout" : {
576
+ "value" : "newsletter_social",
577
+ "type" : "RADIO"
578
+ },
579
+ "newsletterTitle" : {
580
+ "value" : "uieditor.sfbComponent.footer.newsletterTitle.defaultValue",
581
+ "isLocalized" : true,
582
+ "type" : "INPUT"
583
+ },
584
+ "logoPosition" : {
585
+ "value" : "bottomRight",
586
+ "type" : "DROPDOWN"
587
+ },
588
+ "size" : {
589
+ "value" : "medium",
590
+ "type" : "DROPDOWN"
591
+ },
592
+ "displayLanguageSwitcher" : {
593
+ "value" : true,
594
+ "type" : "TOGGLE"
595
+ },
596
+ "newsletterHeader" : {
597
+ "value" : "",
598
+ "type" : "GROUP_HEADER"
599
+ }
600
+ }
601
+ },
602
+ "orderableComponents" : [ ]
603
+ },
604
+ "home" : {
605
+ "components" : {
606
+ "ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7" : {
607
+ "contentAlignment" : {
608
+ "value" : "space-evenly",
609
+ "type" : "DROPDOWN"
610
+ },
611
+ "displaySettings" : {
612
+ "value" : "",
613
+ "type" : "GROUP_HEADER"
614
+ },
615
+ "contentSettings" : {
616
+ "value" : "",
617
+ "type" : "GROUP_HEADER"
618
+ },
619
+ "displayUpperTitle" : {
620
+ "value" : false,
621
+ "type" : "TOGGLE_CHECK"
622
+ },
623
+ "productGroupsTabTitle" : {
624
+ "value" : "Product Groups",
625
+ "type" : "INPUT"
626
+ },
627
+ "cardBorderColor" : {
628
+ "value" : "#ffffff",
629
+ "type" : "COLORPICKER"
630
+ },
631
+ "rowGap" : {
632
+ "value" : 28,
633
+ "type" : "SLIDER"
634
+ },
635
+ "displayHeaderDescription" : {
636
+ "value" : true,
637
+ "type" : "TOGGLE_CHECK"
638
+ },
639
+ "upperTitleColor" : {
640
+ "value" : "#474747",
641
+ "type" : "COLORPICKER"
642
+ },
643
+ "displayHeaderTitle" : {
644
+ "value" : true,
645
+ "type" : "TOGGLE_CHECK"
646
+ },
647
+ "displayTitle" : {
648
+ "value" : true,
649
+ "type" : "TOGGLE_CHECK"
650
+ },
651
+ "buttonAlignment" : {
652
+ "value" : "center",
653
+ "type" : "DROPDOWN"
654
+ },
655
+ "displayBorder" : {
656
+ "value" : true,
657
+ "type" : "TOGGLE_CHECK"
658
+ },
659
+ "buttonType" : {
660
+ "value" : "primary",
661
+ "type" : "RADIO"
662
+ },
663
+ "titleColor" : {
664
+ "value" : "#474747",
665
+ "type" : "COLORPICKER"
666
+ },
667
+ "imageBackgroundColor" : {
668
+ "value" : "#ffffff",
669
+ "type" : "COLORPICKER"
670
+ },
671
+ "containerBackgroundColor" : {
672
+ "value" : "#eeeeee",
673
+ "type" : "COLORPICKER"
674
+ },
675
+ "shadowColor" : {
676
+ "value" : "rgba(0,1,0,0.2)",
677
+ "type" : "COLORPICKER"
678
+ },
679
+ "displayDescription" : {
680
+ "value" : true,
681
+ "type" : "TOGGLE_CHECK"
682
+ },
683
+ "upperTitleAlignment" : {
684
+ "value" : "left",
685
+ "type" : "DROPDOWN"
686
+ },
687
+ "cardCornerRadius" : {
688
+ "value" : "15",
689
+ "type" : "SLIDER"
690
+ },
691
+ "displayButton" : {
692
+ "value" : true,
693
+ "type" : "TOGGLE_CHECK"
694
+ },
695
+ "onHoverBorderOnly" : {
696
+ "value" : false,
697
+ "type" : "TOGGLE_CHECK"
698
+ },
699
+ "descriptionColor" : {
700
+ "value" : "#474747",
701
+ "type" : "COLORPICKER"
702
+ },
703
+ "onHoverShadowOnly" : {
704
+ "value" : true,
705
+ "type" : "TOGGLE_CHECK"
706
+ },
707
+ "productGroupsList" : {
708
+ "value" : {
709
+ "data" : [ {
710
+ "uuid" : "1f3a0a81-ac43-4cfe-8f43-30ef5a72ba92",
711
+ "panelTitle" : {
712
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
713
+ "isLocalized" : true,
714
+ "type" : "INPUT"
715
+ },
716
+ "upperTitle" : {
717
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
718
+ "isLocalized" : true,
719
+ "type" : "INPUT"
720
+ },
721
+ "title" : {
722
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
723
+ "isLocalized" : true,
724
+ "type" : "INPUT"
725
+ },
726
+ "description" : {
727
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
728
+ "isLocalized" : true,
729
+ "type" : "INPUT"
730
+ },
731
+ "buttonLabel" : {
732
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.1",
733
+ "isLocalized" : true,
734
+ "type" : "INPUT"
735
+ },
736
+ "customLink" : {
737
+ "value" : "",
738
+ "type" : "INPUT"
739
+ },
740
+ "link" : {
741
+ "value" : "/en-US/listing?filter=FEATURED&filter=FREE&filter=FREE_TRIAL&order=POPULARITY",
742
+ "type" : "INPUT"
743
+ },
744
+ "imageSize" : {
745
+ "value" : "scaleToFit",
746
+ "type" : "RADIO"
747
+ },
748
+ "customImage" : {
749
+ "type" : "IMAGE_UPLOADER",
750
+ "defaultValue" : {
751
+ "filename" : "People New-10.jpg",
989
752
  "type" : "IMAGE_UPLOADER",
990
- "defaultValue" : {
991
- "filename" : "People New-10.jpg",
992
- "type" : "IMAGE_UPLOADER",
993
- "url" : "https://d3bql97l1ytoxn.cloudfront.net/f3b6ded5-720a-44b9-b229-dfb19282d9c1/36a6ece6-d03e-4ea8-a9c6-bd2614f178e7.jpg",
994
- "alt" : ""
995
- },
996
- "isAltVisible" : true
997
- },
998
- "useCustomLink" : false,
999
- "isVisible" : true,
1000
- "editorData" : {
1001
- "localGroups" : {
1002
- "group-attr-0" : true
1003
- },
1004
- "localSubGroups" : {
1005
- "subgroup-attr--FEATURED" : true,
1006
- "subgroup-attr--FREE" : true,
1007
- "subgroup-attr--FREE_TRIAL" : true
1008
- },
1009
- "order" : "POPULARITY"
1010
- }
1011
- }, {
1012
- "uuid" : "34284f4f-80a8-4e5d-ba70-7435b3aa7bf5",
1013
- "panelTitle" : {
1014
- "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
1015
- "isLocalized" : true,
1016
- "type" : "INPUT"
1017
- },
1018
- "upperTitle" : {
1019
- "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
1020
- "isLocalized" : true,
1021
- "type" : "INPUT"
1022
- },
1023
- "title" : {
1024
- "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
1025
- "isLocalized" : true,
1026
- "type" : "INPUT"
1027
- },
1028
- "description" : {
1029
- "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
1030
- "isLocalized" : true,
1031
- "type" : "INPUT"
1032
- },
1033
- "buttonLabel" : {
1034
- "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
1035
- "isLocalized" : true,
1036
- "type" : "INPUT"
1037
- },
1038
- "customLink" : {
1039
- "value" : "",
1040
- "type" : "INPUT"
753
+ "url" : "https://d3bql97l1ytoxn.cloudfront.net/f3b6ded5-720a-44b9-b229-dfb19282d9c1/36a6ece6-d03e-4ea8-a9c6-bd2614f178e7.jpg",
754
+ "alt" : ""
1041
755
  },
1042
- "link" : {
1043
- "value" : "/en-US/listing?filter=FEATURED&filter=FREE&filter=FREE_TRIAL&order=POPULARITY",
1044
- "type" : "INPUT"
756
+ "isAltVisible" : true
757
+ },
758
+ "useCustomLink" : false,
759
+ "isVisible" : true,
760
+ "editorData" : {
761
+ "localGroups" : {
762
+ "group-attr-0" : true
1045
763
  },
1046
- "imageSize" : {
1047
- "value" : "scaleToFit",
1048
- "type" : "RADIO"
764
+ "localSubGroups" : {
765
+ "subgroup-attr--FEATURED" : true,
766
+ "subgroup-attr--FREE" : true,
767
+ "subgroup-attr--FREE_TRIAL" : true
1049
768
  },
1050
- "customImage" : {
769
+ "order" : "POPULARITY"
770
+ }
771
+ }, {
772
+ "uuid" : "34284f4f-80a8-4e5d-ba70-7435b3aa7bf5",
773
+ "panelTitle" : {
774
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
775
+ "isLocalized" : true,
776
+ "type" : "INPUT"
777
+ },
778
+ "upperTitle" : {
779
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
780
+ "isLocalized" : true,
781
+ "type" : "INPUT"
782
+ },
783
+ "title" : {
784
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
785
+ "isLocalized" : true,
786
+ "type" : "INPUT"
787
+ },
788
+ "description" : {
789
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
790
+ "isLocalized" : true,
791
+ "type" : "INPUT"
792
+ },
793
+ "buttonLabel" : {
794
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.2",
795
+ "isLocalized" : true,
796
+ "type" : "INPUT"
797
+ },
798
+ "customLink" : {
799
+ "value" : "",
800
+ "type" : "INPUT"
801
+ },
802
+ "link" : {
803
+ "value" : "/en-US/listing?filter=FEATURED&filter=FREE&filter=FREE_TRIAL&order=POPULARITY",
804
+ "type" : "INPUT"
805
+ },
806
+ "imageSize" : {
807
+ "value" : "scaleToFit",
808
+ "type" : "RADIO"
809
+ },
810
+ "customImage" : {
811
+ "type" : "IMAGE_UPLOADER",
812
+ "defaultValue" : {
813
+ "filename" : "People New-10.jpg",
1051
814
  "type" : "IMAGE_UPLOADER",
1052
- "defaultValue" : {
1053
- "filename" : "People New-10.jpg",
1054
- "type" : "IMAGE_UPLOADER",
1055
- "url" : "https://d3bql97l1ytoxn.cloudfront.net/8d6acf1f-65de-4ed4-9c9c-cf5b96d395d4/d38938cb-fdf2-4825-9622-d88b9e0b05f5.jpg",
1056
- "alt" : ""
1057
- },
1058
- "isAltVisible" : true
1059
- },
1060
- "useCustomLink" : false,
1061
- "isVisible" : true,
1062
- "editorData" : {
1063
- "localGroups" : {
1064
- "group-attr-0" : true
1065
- },
1066
- "localSubGroups" : {
1067
- "subgroup-attr--FEATURED" : true,
1068
- "subgroup-attr--FREE" : true,
1069
- "subgroup-attr--FREE_TRIAL" : true
1070
- },
1071
- "order" : "POPULARITY"
1072
- }
1073
- }, {
1074
- "uuid" : "77087322-407b-4734-bd62-d72c2a0b56a4",
1075
- "panelTitle" : {
1076
- "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
1077
- "isLocalized" : true,
1078
- "type" : "INPUT"
1079
- },
1080
- "upperTitle" : {
1081
- "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
1082
- "isLocalized" : true,
1083
- "type" : "INPUT"
1084
- },
1085
- "title" : {
1086
- "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
1087
- "isLocalized" : true,
1088
- "type" : "INPUT"
1089
- },
1090
- "description" : {
1091
- "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
1092
- "isLocalized" : true,
1093
- "type" : "INPUT"
1094
- },
1095
- "buttonLabel" : {
1096
- "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
1097
- "isLocalized" : true,
1098
- "type" : "INPUT"
1099
- },
1100
- "customLink" : {
1101
- "value" : "",
1102
- "type" : "INPUT"
815
+ "url" : "https://d3bql97l1ytoxn.cloudfront.net/8d6acf1f-65de-4ed4-9c9c-cf5b96d395d4/d38938cb-fdf2-4825-9622-d88b9e0b05f5.jpg",
816
+ "alt" : ""
1103
817
  },
1104
- "link" : {
1105
- "value" : "/en-US/listing?order=POPULARITY",
1106
- "type" : "INPUT"
818
+ "isAltVisible" : true
819
+ },
820
+ "useCustomLink" : false,
821
+ "isVisible" : true,
822
+ "editorData" : {
823
+ "localGroups" : {
824
+ "group-attr-0" : true
1107
825
  },
1108
- "imageSize" : {
1109
- "value" : "scaleToFit",
1110
- "type" : "RADIO"
826
+ "localSubGroups" : {
827
+ "subgroup-attr--FEATURED" : true,
828
+ "subgroup-attr--FREE" : true,
829
+ "subgroup-attr--FREE_TRIAL" : true
1111
830
  },
1112
- "customImage" : {
831
+ "order" : "POPULARITY"
832
+ }
833
+ }, {
834
+ "uuid" : "77087322-407b-4734-bd62-d72c2a0b56a4",
835
+ "panelTitle" : {
836
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.panelTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
837
+ "isLocalized" : true,
838
+ "type" : "INPUT"
839
+ },
840
+ "upperTitle" : {
841
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.upperTitle.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
842
+ "isLocalized" : true,
843
+ "type" : "INPUT"
844
+ },
845
+ "title" : {
846
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.title.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
847
+ "isLocalized" : true,
848
+ "type" : "INPUT"
849
+ },
850
+ "description" : {
851
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.description.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
852
+ "isLocalized" : true,
853
+ "type" : "INPUT"
854
+ },
855
+ "buttonLabel" : {
856
+ "value" : "prefix.uieditor.home.ProductGroups:orderable.buttonLabel.5cd5fc27-823f-4497-9b7d-b75034e835f7.3",
857
+ "isLocalized" : true,
858
+ "type" : "INPUT"
859
+ },
860
+ "customLink" : {
861
+ "value" : "",
862
+ "type" : "INPUT"
863
+ },
864
+ "link" : {
865
+ "value" : "/en-US/listing?order=POPULARITY",
866
+ "type" : "INPUT"
867
+ },
868
+ "imageSize" : {
869
+ "value" : "scaleToFit",
870
+ "type" : "RADIO"
871
+ },
872
+ "customImage" : {
873
+ "type" : "IMAGE_UPLOADER",
874
+ "defaultValue" : {
875
+ "filename" : "People New-10.jpg",
1113
876
  "type" : "IMAGE_UPLOADER",
1114
- "defaultValue" : {
1115
- "filename" : "People New-10.jpg",
1116
- "type" : "IMAGE_UPLOADER",
1117
- "url" : "https://d3bql97l1ytoxn.cloudfront.net/c499b1ff-0e8e-4f39-948e-37baa666a0e1/7eecbc38-f35c-4b20-a37b-f41f539260c8.jpg",
1118
- "alt" : ""
1119
- },
1120
- "isAltVisible" : true
877
+ "url" : "https://d3bql97l1ytoxn.cloudfront.net/c499b1ff-0e8e-4f39-948e-37baa666a0e1/7eecbc38-f35c-4b20-a37b-f41f539260c8.jpg",
878
+ "alt" : ""
1121
879
  },
1122
- "useCustomLink" : false,
1123
- "isVisible" : true,
1124
- "editorData" : {
1125
- "localGroups" : { },
1126
- "localSubGroups" : { },
1127
- "order" : "POPULARITY"
1128
- }
1129
- } ],
1130
- "name" : "PRODUCT_GROUPS_LIST"
1131
- },
1132
- "type" : "MENU_LINK"
1133
- },
1134
- "imageCornerRadius" : {
1135
- "value" : 0,
1136
- "type" : "SLIDER"
1137
- },
1138
- "headerDescription" : {
1139
- "value" : "uieditor.home.ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7.headerDescription",
1140
- "isLocalized" : true,
1141
- "type" : "TEXTAREA"
1142
- },
1143
- "cardBackgroundColor" : {
1144
- "value" : "#ffffff",
1145
- "type" : "COLORPICKER"
1146
- },
1147
- "componentSettings" : {
1148
- "value" : "",
1149
- "type" : "GROUP_HEADER"
1150
- },
1151
- "columnGap" : {
1152
- "value" : "9",
1153
- "type" : "SLIDER"
1154
- },
1155
- "size" : {
1156
- "value" : "medium",
1157
- "type" : "RADIO"
1158
- },
1159
- "displayShadow" : {
1160
- "value" : true,
1161
- "type" : "TOGGLE_CHECK"
1162
- },
1163
- "textAlignment" : {
1164
- "value" : "center",
1165
- "type" : "DROPDOWN"
1166
- },
1167
- "headerTextAlignment" : {
1168
- "value" : "left",
1169
- "type" : "DROPDOWN"
1170
- },
1171
- "style" : {
1172
- "value" : "card",
1173
- "type" : "RADIO"
880
+ "isAltVisible" : true
881
+ },
882
+ "useCustomLink" : false,
883
+ "isVisible" : true,
884
+ "editorData" : {
885
+ "localGroups" : { },
886
+ "localSubGroups" : { },
887
+ "order" : "POPULARITY"
888
+ }
889
+ } ],
890
+ "name" : "PRODUCT_GROUPS_LIST"
1174
891
  },
1175
- "headerTitle" : {
1176
- "value" : "uieditor.home.ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7.headerTitle",
1177
- "isLocalized" : true,
1178
- "type" : "INPUT"
1179
- }
892
+ "type" : "MENU_LINK"
1180
893
  },
1181
- "StickyButtonPageScroll" : {
1182
- "visibleDesktop" : {
1183
- "value" : false,
1184
- "type" : "TOGGLE"
1185
- }
894
+ "imageCornerRadius" : {
895
+ "value" : 0,
896
+ "type" : "SLIDER"
897
+ },
898
+ "headerDescription" : {
899
+ "value" : "uieditor.home.ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7.headerDescription",
900
+ "isLocalized" : true,
901
+ "type" : "TEXTAREA"
902
+ },
903
+ "cardBackgroundColor" : {
904
+ "value" : "#ffffff",
905
+ "type" : "COLORPICKER"
906
+ },
907
+ "componentSettings" : {
908
+ "value" : "",
909
+ "type" : "GROUP_HEADER"
910
+ },
911
+ "columnGap" : {
912
+ "value" : "9",
913
+ "type" : "SLIDER"
914
+ },
915
+ "size" : {
916
+ "value" : "medium",
917
+ "type" : "RADIO"
918
+ },
919
+ "displayShadow" : {
920
+ "value" : true,
921
+ "type" : "TOGGLE_CHECK"
922
+ },
923
+ "textAlignment" : {
924
+ "value" : "center",
925
+ "type" : "DROPDOWN"
926
+ },
927
+ "headerTextAlignment" : {
928
+ "value" : "left",
929
+ "type" : "DROPDOWN"
930
+ },
931
+ "style" : {
932
+ "value" : "card",
933
+ "type" : "RADIO"
934
+ },
935
+ "headerTitle" : {
936
+ "value" : "uieditor.home.ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7.headerTitle",
937
+ "isLocalized" : true,
938
+ "type" : "INPUT"
1186
939
  }
1187
940
  },
1188
- "orderableComponents" : [ {
1189
- "name" : "Carousel",
1190
- "id" : "Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c",
1191
- "isVisible" : true
1192
- }, {
1193
- "name" : "FeaturedProduct",
1194
- "id" : "FeaturedProduct:orderable:b0774fbb-6868-4428-a338-ce0c4e599a4e",
1195
- "isVisible" : true
1196
- }, {
1197
- "name" : "Slider",
1198
- "id" : "Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69",
1199
- "isVisible" : true
1200
- }, {
1201
- "name" : "Slider",
1202
- "id" : "Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685",
1203
- "isVisible" : true
1204
- }, {
1205
- "name" : "ProductGroups",
1206
- "id" : "ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7",
1207
- "isVisible" : true
1208
- } ]
1209
- },
1210
- "profile" : {
1211
- "components" : {
1212
- "ProductDescription:orderable:59db9f73-9caa-48b2-9df9-da98413e7de8" : {
1213
- "isAddonsVisible" : {
1214
- "value" : true,
1215
- "type" : "TOGGLE"
1216
- },
1217
- "isPricesVisible" : {
1218
- "value" : true,
1219
- "type" : "TOGGLE"
1220
- },
1221
- "layout" : {
1222
- "value" : "horizontal-thumbnails",
1223
- "type" : "DROPDOWN"
1224
- }
941
+ "Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c" : {
942
+ "backgroundColor" : {
943
+ "value" : "#b6b6b6",
944
+ "type" : "COLORPICKER"
1225
945
  },
1226
- "ProductReviews:orderable:7d021438-3800-4fb9-9577-e809dcf15df7" : {
1227
- "isAvatarVisible" : {
1228
- "value" : true,
1229
- "type" : "TOGGLE"
1230
- },
1231
- "position" : {
1232
- "value" : "right",
1233
- "type" : "DROPDOWN"
1234
- }
946
+ "slides" : {
947
+ "value" : [ {
948
+ "contentType" : "IMAGE_ONLY",
949
+ "slideData" : {
950
+ "slideName" : "Product Promotion",
951
+ "title" : "Image banner title",
952
+ "text" : "Give customers details about the banner content. You can also add a link to redirect the user to a product or page that you want to promote. ",
953
+ "image" : {
954
+ "type" : "IMAGE_UPLOADER",
955
+ "filename" : "AppWise_image.jpg",
956
+ "url" : "https://d33na3ni6eqf5j.cloudfront.net/5dd60cb8-8d15-4cec-b6bd-1a85ae666f76/05da8a68-5d65-40d3-a68e-a043e800989e.jpg"
957
+ },
958
+ "textSize" : "medium",
959
+ "titleSize" : "medium",
960
+ "textAlignment" : "left",
961
+ "slideLink" : "https://www.appdirect.com/products/appwise/features/integrations",
962
+ "textColor" : "#ffffff",
963
+ "titleColor" : "#ffffff",
964
+ "imageSizing" : "fill",
965
+ "overlayColor" : "#b6b6b6",
966
+ "backgroundColor" : "#b6b6b6"
967
+ }
968
+ } ],
969
+ "type" : "SLIDES"
1235
970
  },
1236
- "ProductTopFeatures:orderable:d7254b33-ac88-4945-a248-edf6a87a2b16" : {
1237
- "numberOfColumns" : {
1238
- "value" : "two",
1239
- "type" : "DROPDOWN"
1240
- },
1241
- "withImages" : {
1242
- "value" : false,
1243
- "type" : "TOGGLE"
1244
- }
971
+ "delay" : {
972
+ "value" : 5,
973
+ "type" : "DROPDOWN"
1245
974
  },
1246
- "ProductAdditionalInfo:orderable:83a7e00c-b3d5-4d64-8919-a9cb3fa2d5b3" : {
1247
- "headerBackground" : {
1248
- "value" : "#F5F5F5",
1249
- "type" : "COLORPICKER"
1250
- },
1251
- "infoPosition" : {
1252
- "value" : "left",
1253
- "type" : "DROPDOWN"
1254
- },
1255
- "sideBarBackground" : {
1256
- "value" : "#FFFF",
1257
- "type" : "COLORPICKER"
1258
- },
1259
- "columnCount" : {
1260
- "value" : "1",
1261
- "type" : "DROPDOWN"
975
+ "backgroundImg" : {
976
+ "value" : {
977
+ "alt" : ""
1262
978
  },
1263
- "sideBarBorder" : {
1264
- "value" : "#CBCBCB",
1265
- "type" : "COLORPICKER"
1266
- }
979
+ "type" : "IMAGE_UPLOADER"
1267
980
  },
1268
- "ProductResources:orderable:7c059217-1dbc-4b75-a6ee-a7ca740facd6" : {
1269
- "spacing" : {
1270
- "value" : 0,
1271
- "type" : "SLIDER"
1272
- },
1273
- "columns" : {
1274
- "value" : "3",
1275
- "type" : "DROPDOWN"
1276
- }
981
+ "isDisplayCarets" : {
982
+ "value" : true,
983
+ "type" : "TOGGLE_CHECK"
1277
984
  },
1278
- "ProductBanner" : {
1279
- "bannerBackgroundColor" : {
1280
- "value" : "#ffffff",
1281
- "type" : "COLORPICKER"
1282
- },
1283
- "descTextSize" : {
1284
- "value" : "medium",
1285
- "type" : "DROPDOWN"
1286
- },
1287
- "backgroundImg" : {
1288
- "value" : {},
1289
- "type" : "IMAGE_UPLOADER"
1290
- },
1291
- "textColor" : {
1292
- "value" : "dark",
1293
- "type" : "DROPDOWN"
1294
- },
1295
- "settingsHeight" : {
1296
- "value" : "medium",
1297
- "type" : "DROPDOWN"
985
+ "isAutorotate" : {
986
+ "value" : true,
987
+ "type" : "TOGGLE_CHECK"
988
+ },
989
+ "headingSpacer" : {
990
+ "value" : "",
991
+ "type" : "GROUP_HEADER"
992
+ },
993
+ "caretsColorTheme" : {
994
+ "value" : "uieditor.sfbComponent.carousel.caretsColorTheme.dark",
995
+ "type" : "DROPDOWN"
996
+ },
997
+ "backgroundType" : {
998
+ "value" : "color",
999
+ "type" : "RADIO"
1000
+ },
1001
+ "isDisplayDots" : {
1002
+ "value" : true,
1003
+ "type" : "TOGGLE_CHECK"
1004
+ },
1005
+ "isDisplayCaretsOnHover" : {
1006
+ "value" : true,
1007
+ "type" : "TOGGLE_CHECK"
1008
+ },
1009
+ "height" : {
1010
+ "value" : 400,
1011
+ "type" : "DROPDOWN"
1012
+ }
1013
+ },
1014
+ "Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685" : {
1015
+ "hasQuickview" : {
1016
+ "value" : true,
1017
+ "type" : "TOGGLE"
1018
+ },
1019
+ "productsList" : {
1020
+ "value" : {
1021
+ "contentType" : "dynamic",
1022
+ "queries" : {
1023
+ "sort" : "POPULARITY"
1024
+ }
1298
1025
  },
1299
- "showRatings" : {
1300
- "value" : true,
1301
- "type" : "TOGGLE"
1026
+ "type" : "PRODUCTS_LIST"
1027
+ },
1028
+ "isShadowVisible" : {
1029
+ "value" : true,
1030
+ "type" : "TOGGLE_CHECK"
1031
+ },
1032
+ "textBackgroundColor" : {
1033
+ "value" : "#FFFFFF",
1034
+ "type" : "COLORPICKER"
1035
+ },
1036
+ "sliderOptions" : {
1037
+ "value" : true,
1038
+ "type" : "TOGGLE"
1039
+ },
1040
+ "tileBackgroundColor" : {
1041
+ "value" : "#EAEAEA",
1042
+ "type" : "COLORPICKER"
1043
+ },
1044
+ "quickviewOptions" : {
1045
+ "value" : [ "isQuickviewVisible" ],
1046
+ "type" : "CHECKBOX"
1047
+ },
1048
+ "sliderSettings" : {
1049
+ "value" : "",
1050
+ "type" : "GROUP_HEADER"
1051
+ },
1052
+ "displayOptions" : {
1053
+ "value" : [ "isDescriptionVisible", "isRatingsVisible" ],
1054
+ "type" : "CHECKBOX"
1055
+ },
1056
+ "buttonLabel" : {
1057
+ "value" : "uieditor.home.Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.buttonLabel",
1058
+ "isLocalized" : true,
1059
+ "type" : "INPUT"
1060
+ },
1061
+ "layout" : {
1062
+ "value" : "classic",
1063
+ "type" : "RADIO"
1064
+ },
1065
+ "maxRows" : {
1066
+ "value" : 2,
1067
+ "type" : "RADIO"
1068
+ },
1069
+ "size" : {
1070
+ "value" : "small",
1071
+ "type" : "RADIO"
1072
+ },
1073
+ "borderRadius" : {
1074
+ "value" : 8,
1075
+ "type" : "SLIDER"
1076
+ },
1077
+ "quickviewDisplayOptions" : {
1078
+ "value" : [ "isScreenshotVisible" ],
1079
+ "type" : "CHECKBOX"
1080
+ },
1081
+ "tileCtaLabel" : {
1082
+ "value" : "Buy Now",
1083
+ "type" : "INPUT"
1084
+ },
1085
+ "quickviewViewMode" : {
1086
+ "value" : "default",
1087
+ "type" : "DROPDOWN"
1088
+ },
1089
+ "sliderTitle" : {
1090
+ "value" : "uieditor.home.Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.sliderTitle",
1091
+ "isLocalized" : true,
1092
+ "type" : "INPUT"
1093
+ },
1094
+ "cardBorderRadius" : {
1095
+ "value" : 8,
1096
+ "type" : "SLIDER"
1097
+ }
1098
+ },
1099
+ "FeaturedProduct:orderable:b0774fbb-6868-4428-a338-ce0c4e599a4e" : {
1100
+ "imageMask" : {
1101
+ "value" : "noMask",
1102
+ "type" : "RADIO"
1103
+ },
1104
+ "cardBorderColor" : {
1105
+ "value" : "#FFFFFF",
1106
+ "type" : "COLORPICKER"
1107
+ },
1108
+ "tabBorderRadius" : {
1109
+ "value" : 8,
1110
+ "type" : "SLIDER"
1111
+ },
1112
+ "tabPosition" : {
1113
+ "value" : "left",
1114
+ "type" : "DROPDOWN"
1115
+ },
1116
+ "buttonType" : {
1117
+ "value" : "primary",
1118
+ "type" : "RADIO"
1119
+ },
1120
+ "tabTitle" : {
1121
+ "value" : "Just added",
1122
+ "type" : "INPUT"
1123
+ },
1124
+ "isPriceVisible" : {
1125
+ "value" : true,
1126
+ "type" : "TOGGLE_CHECK"
1127
+ },
1128
+ "imageBackgroundColor" : {
1129
+ "value" : "#fffafa",
1130
+ "type" : "COLORPICKER"
1131
+ },
1132
+ "tabBackgroundColor" : {
1133
+ "value" : "#474747",
1134
+ "type" : "COLORPICKER"
1135
+ },
1136
+ "imageSize" : {
1137
+ "value" : "scaleToFit",
1138
+ "type" : "RADIO"
1139
+ },
1140
+ "containerBackgroundColor" : {
1141
+ "value" : "#ffffff",
1142
+ "type" : "COLORPICKER"
1143
+ },
1144
+ "product" : {
1145
+ "value" : {
1146
+ "id" : 399461,
1147
+ "name" : "Dropbox Business integration [Sample]",
1148
+ "description" : "Give teams more reasons to use ACME by syncing commercial documents stored on Dropbox. Make it easier for sales to collaborate with prospects, customers, and other internal users.",
1149
+ "overviewImageUrl" : "https://d3bql97l1ytoxn.cloudfront.net/app_resources/399461/overview/image5277682306114343707.png"
1302
1150
  },
1303
- "backgroundType" : {
1304
- "value" : "color",
1305
- "type" : "RADIO"
1151
+ "type" : "PRODUCT"
1152
+ },
1153
+ "customProductTitle" : {
1154
+ "value" : "",
1155
+ "type" : "TEXTAREA"
1156
+ },
1157
+ "tabHeading" : {
1158
+ "value" : "",
1159
+ "type" : "GROUP_HEADER"
1160
+ },
1161
+ "imagePosition" : {
1162
+ "value" : "right",
1163
+ "type" : "RADIO"
1164
+ },
1165
+ "isShadowVisible" : {
1166
+ "value" : true,
1167
+ "type" : "TOGGLE_CHECK"
1168
+ },
1169
+ "productDescriptionColor" : {
1170
+ "value" : "#474747",
1171
+ "type" : "COLORPICKER"
1172
+ },
1173
+ "productTitleColor" : {
1174
+ "value" : "#474747",
1175
+ "type" : "COLORPICKER"
1176
+ },
1177
+ "productTextAlignment" : {
1178
+ "value" : "topLeft",
1179
+ "type" : "DROPDOWN"
1180
+ },
1181
+ "customProductDescription" : {
1182
+ "value" : "",
1183
+ "type" : "TEXTAREA"
1184
+ },
1185
+ "isButtonVisible" : {
1186
+ "value" : true,
1187
+ "type" : "TOGGLE_CHECK"
1188
+ },
1189
+ "buttonLabel" : {
1190
+ "value" : "Shop now",
1191
+ "type" : "INPUT"
1192
+ },
1193
+ "tabTextColor" : {
1194
+ "value" : "#FFFFFF",
1195
+ "type" : "COLORPICKER"
1196
+ },
1197
+ "size" : {
1198
+ "value" : "large",
1199
+ "type" : "RADIO"
1200
+ },
1201
+ "imageHeading" : {
1202
+ "value" : "",
1203
+ "type" : "GROUP_HEADER"
1204
+ },
1205
+ "customImage" : {
1206
+ "value" : {
1207
+ "type" : "IMAGE_UPLOADER",
1208
+ "filename" : "Dropbox-Logo.png",
1209
+ "url" : "https://d3bql97l1ytoxn.cloudfront.net/c54ad30b-eafa-4ffc-8a72-c07aa9ade4b0/1c141942-1f7e-4a2d-b469-5a32df6f2e50.png",
1210
+ "alt" : ""
1306
1211
  },
1307
- "productNameSize" : {
1308
- "value" : "medium",
1309
- "type" : "DROPDOWN"
1310
- }
1212
+ "type" : "IMAGE_UPLOADER"
1311
1213
  },
1312
- "StickyButtonPageScroll" : {
1313
- "visibleDesktop" : {
1314
- "value" : false,
1315
- "type" : "TOGGLE"
1316
- }
1214
+ "cardBorderRadius" : {
1215
+ "value" : 8,
1216
+ "type" : "SLIDER"
1217
+ },
1218
+ "cardShadowColor" : {
1219
+ "value" : "rgba(0,1,0,0.2)",
1220
+ "type" : "COLORPICKER"
1221
+ },
1222
+ "productPricingColor" : {
1223
+ "value" : "#474747",
1224
+ "type" : "COLORPICKER"
1225
+ },
1226
+ "productHeading" : {
1227
+ "value" : "",
1228
+ "type" : "GROUP_HEADER"
1229
+ },
1230
+ "productBackgroundColor" : {
1231
+ "value" : "#f5f5f5",
1232
+ "type" : "COLORPICKER"
1317
1233
  }
1318
1234
  },
1319
- "orderableComponents" : [ {
1320
- "name" : "ProductDescription",
1321
- "id" : "ProductDescription:orderable:59db9f73-9caa-48b2-9df9-da98413e7de8"
1322
- }, {
1323
- "name" : "ProductTopFeatures",
1324
- "id" : "ProductTopFeatures:orderable:d7254b33-ac88-4945-a248-edf6a87a2b16"
1325
- }, {
1326
- "name" : "FeaturedCustomers",
1327
- "id" : "FeaturedCustomers:orderable:6b6fac12-233f-43ab-b2d1-4bb988b49992"
1328
- }, {
1329
- "name" : "ProductReviews",
1330
- "id" : "ProductReviews:orderable:7d021438-3800-4fb9-9577-e809dcf15df7"
1331
- }, {
1332
- "name" : "ProductAdditionalInfo",
1333
- "id" : "ProductAdditionalInfo:orderable:83a7e00c-b3d5-4d64-8919-a9cb3fa2d5b3"
1334
- }, {
1335
- "name" : "ProductQuestions",
1336
- "id" : "ProductQuestions:orderable:80e6ff9a-500f-489c-a2cd-e7dadc3bc38c"
1337
- }, {
1338
- "name" : "ProductResources",
1339
- "id" : "ProductResources:orderable:7c059217-1dbc-4b75-a6ee-a7ca740facd6"
1340
- }]
1341
- }
1342
- },
1343
- "menus" : {
1344
- "HOME_BAR_MENU" : {
1345
- "menuType" : "MENU_LINK",
1346
- "menu" : [ {
1347
- "uuid" : "2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1348
- "title" : {
1349
- "value" : "uieditor.menuItem.title.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1235
+ "Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69" : {
1236
+ "hasQuickview" : {
1237
+ "value" : true,
1238
+ "type" : "TOGGLE"
1239
+ },
1240
+ "productsList" : {
1241
+ "value" : {
1242
+ "contentType" : "dynamic",
1243
+ "queries" : {
1244
+ "sort" : "ALPHABETICAL"
1245
+ }
1246
+ },
1247
+ "type" : "PRODUCTS_LIST"
1248
+ },
1249
+ "isShadowVisible" : {
1250
+ "value" : true,
1251
+ "type" : "TOGGLE_CHECK"
1252
+ },
1253
+ "textBackgroundColor" : {
1254
+ "value" : "#FFFFFF",
1255
+ "type" : "COLORPICKER"
1256
+ },
1257
+ "sliderOptions" : {
1258
+ "value" : true,
1259
+ "type" : "TOGGLE"
1260
+ },
1261
+ "tileBackgroundColor" : {
1262
+ "value" : "#EAEAEA",
1263
+ "type" : "COLORPICKER"
1264
+ },
1265
+ "quickviewOptions" : {
1266
+ "value" : [ "isQuickviewVisible" ],
1267
+ "type" : "CHECKBOX"
1268
+ },
1269
+ "sliderSettings" : {
1270
+ "value" : "",
1271
+ "type" : "GROUP_HEADER"
1272
+ },
1273
+ "displayOptions" : {
1274
+ "value" : [ "isDescriptionVisible", "isRatingsVisible" ],
1275
+ "type" : "CHECKBOX"
1276
+ },
1277
+ "buttonLabel" : {
1278
+ "value" : "uieditor.home.Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69.buttonLabel",
1279
+ "isLocalized" : true,
1280
+ "type" : "INPUT"
1281
+ },
1282
+ "layout" : {
1283
+ "value" : "square",
1284
+ "type" : "RADIO"
1285
+ },
1286
+ "maxRows" : {
1287
+ "value" : 2,
1288
+ "type" : "RADIO"
1289
+ },
1290
+ "size" : {
1291
+ "value" : "small",
1292
+ "type" : "RADIO"
1293
+ },
1294
+ "borderRadius" : {
1295
+ "value" : 8,
1296
+ "type" : "SLIDER"
1297
+ },
1298
+ "quickviewDisplayOptions" : {
1299
+ "value" : [ "isScreenshotVisible" ],
1300
+ "type" : "CHECKBOX"
1301
+ },
1302
+ "tileCtaLabel" : {
1303
+ "value" : "Buy Now",
1304
+ "type" : "INPUT"
1305
+ },
1306
+ "quickviewViewMode" : {
1307
+ "value" : "default",
1308
+ "type" : "DROPDOWN"
1309
+ },
1310
+ "sliderTitle" : {
1311
+ "value" : "uieditor.home.Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69.sliderTitle",
1350
1312
  "isLocalized" : true,
1351
1313
  "type" : "INPUT"
1352
1314
  },
1353
- "link" : {
1354
- "value" : "uieditor.menuItem.link.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1355
- "isLocalized" : true,
1315
+ "cardBorderRadius" : {
1316
+ "value" : 8,
1317
+ "type" : "SLIDER"
1318
+ }
1319
+ },
1320
+ "HeroBanner:orderable:f69cc843-9b19-4dce-b7b3-c84b48cde22c" : {
1321
+ "searchPlaceholder" : {
1322
+ "value" : "",
1356
1323
  "type" : "INPUT"
1357
1324
  },
1358
- "type" : "CUSTOM_LINK",
1359
- "openInNewTab" : false,
1360
- "isVisible" : true,
1361
- "isDisabled" : false,
1362
- "children" : [ {
1363
- "uuid" : "2af435e4-3f06-416c-9fc2-a53a18fab456",
1364
- "title" : {
1365
- "value" : "uieditor.menuItem.title.2af435e4-3f06-416c-9fc2-a53a18fab456",
1366
- "isLocalized" : true,
1367
- "type" : "INPUT"
1325
+ "searchBarWidth" : {
1326
+ "value" : 521,
1327
+ "type" : "SLIDER"
1328
+ },
1329
+ "displaySettingsHeading" : {
1330
+ "value" : "",
1331
+ "type" : "GROUP_HEADER"
1332
+ },
1333
+ "foregroundImage" : {
1334
+ "value" : {
1335
+ "filename" : "",
1336
+ "type" : "IMAGE_UPLOADER",
1337
+ "url" : "",
1338
+ "alt" : ""
1368
1339
  },
1369
- "link" : {
1370
- "value" : "uieditor.menuItem.link.2af435e4-3f06-416c-9fc2-a53a18fab456",
1371
- "isLocalized" : true,
1372
- "type" : "INPUT"
1340
+ "type" : "IMAGE_UPLOADER"
1341
+ },
1342
+ "backgroundImage" : {
1343
+ "value" : {
1344
+ "filename" : "",
1345
+ "type" : "IMAGE_UPLOADER",
1346
+ "url" : "",
1347
+ "alt" : ""
1373
1348
  },
1374
- "type" : "CUSTOM_LINK",
1375
- "openInNewTab" : false,
1376
- "isVisible" : true,
1377
- "isDisabled" : false
1378
- } ]
1379
- }, {
1380
- "uuid" : "0bd21919-a513-4518-b4c0-728c5a167287",
1349
+ "type" : "IMAGE_UPLOADER"
1350
+ },
1351
+ "foregroundImageSize" : {
1352
+ "value" : "scaleToFill",
1353
+ "type" : "RADIO"
1354
+ },
1381
1355
  "title" : {
1382
- "value" : "uieditor.menuItem.title.0bd21919-a513-4518-b4c0-728c5a167287",
1383
- "isLocalized" : true,
1356
+ "value" : "Capture attention with big headlines",
1384
1357
  "type" : "INPUT"
1385
1358
  },
1386
- "link" : {
1387
- "value" : "uieditor.menuItem.link.0bd21919-a513-4518-b4c0-728c5a167287",
1388
- "isLocalized" : true,
1359
+ "overlayColor" : {
1360
+ "value" : "rgba(0,0,0,0.4)",
1361
+ "type" : "COLORPICKER"
1362
+ },
1363
+ "isTextVisible" : {
1364
+ "value" : true,
1365
+ "type" : "TOGGLE_CHECK"
1366
+ },
1367
+ "buttonType" : {
1368
+ "value" : "primary",
1369
+ "type" : "RADIO"
1370
+ },
1371
+ "searchCornerRadius" : {
1372
+ "value" : 3,
1373
+ "type" : "SLIDER"
1374
+ },
1375
+ "titleColor" : {
1376
+ "value" : "#474747",
1377
+ "type" : "COLORPICKER"
1378
+ },
1379
+ "searchBorderColor" : {
1380
+ "value" : "",
1381
+ "type" : "COLORPICKER"
1382
+ },
1383
+ "buttonLink" : {
1384
+ "value" : "",
1389
1385
  "type" : "INPUT"
1390
1386
  },
1391
- "type" : "CUSTOM_LINK",
1392
- "openInNewTab" : false,
1393
- "isVisible" : true,
1394
- "isDisabled" : false,
1395
- "children" : [ {
1396
- "uuid" : "8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1397
- "title" : {
1398
- "value" : "uieditor.menuItem.title.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1399
- "isLocalized" : true,
1400
- "type" : "INPUT"
1401
- },
1402
- "link" : {
1403
- "value" : "uieditor.menuItem.link.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1404
- "isLocalized" : true,
1405
- "type" : "INPUT"
1387
+ "isSearchBarVisible" : {
1388
+ "value" : false,
1389
+ "type" : "TOGGLE_CHECK"
1390
+ },
1391
+ "textPositionImageStyle" : {
1392
+ "value" : "top",
1393
+ "type" : "DROPDOWN"
1394
+ },
1395
+ "imageSize" : {
1396
+ "value" : "scaleToFitPage",
1397
+ "type" : "RADIO"
1398
+ },
1399
+ "text" : {
1400
+ "value" : "Make a great first impression and back up that catchy headline with a brief description to tell your story.",
1401
+ "type" : "INPUT"
1402
+ },
1403
+ "shadowColor" : {
1404
+ "value" : "#C3C3C3",
1405
+ "type" : "COLORPICKER"
1406
+ },
1407
+ "contentHeading" : {
1408
+ "value" : "",
1409
+ "type" : "GROUP_HEADER"
1410
+ },
1411
+ "searchButtonColor" : {
1412
+ "value" : "",
1413
+ "type" : "COLORPICKER"
1414
+ },
1415
+ "searchBackgroundColor" : {
1416
+ "value" : "",
1417
+ "type" : "COLORPICKER"
1418
+ },
1419
+ "height" : {
1420
+ "value" : "medium",
1421
+ "type" : "DROPDOWN"
1422
+ },
1423
+ "backgroundColor" : {
1424
+ "value" : "#F4F4F4",
1425
+ "type" : "COLORPICKER"
1426
+ },
1427
+ "searchIcon" : {
1428
+ "value" : {
1429
+ "filename" : "",
1430
+ "type" : "IMAGE_UPLOADER",
1431
+ "url" : "",
1432
+ "alt" : ""
1406
1433
  },
1407
- "type" : "CUSTOM_LINK",
1408
- "openInNewTab" : false,
1409
- "isVisible" : true,
1410
- "isDisabled" : false
1411
- } ]
1412
- }, {
1413
- "uuid" : "157f07c0-ace7-4787-8f74-eb82641ee568",
1414
- "title" : {
1415
- "value" : "uieditor.menuItem.title.157f07c0-ace7-4787-8f74-eb82641ee568",
1416
- "isLocalized" : true,
1434
+ "type" : "IMAGE_UPLOADER"
1435
+ },
1436
+ "searchBarWidthImageStyle" : {
1437
+ "value" : 412,
1438
+ "type" : "SLIDER"
1439
+ },
1440
+ "textSize" : {
1441
+ "value" : "medium",
1442
+ "type" : "DROPDOWN"
1443
+ },
1444
+ "textPosition" : {
1445
+ "value" : "topLeft",
1446
+ "type" : "DROPDOWN"
1447
+ },
1448
+ "isTaglineVisible" : {
1449
+ "value" : true,
1450
+ "type" : "TOGGLE_CHECK"
1451
+ },
1452
+ "descriptionColor" : {
1453
+ "value" : "#474747",
1454
+ "type" : "COLORPICKER"
1455
+ },
1456
+ "foregroundImageSettingsHeading" : {
1457
+ "value" : "",
1458
+ "type" : "GROUP_HEADER"
1459
+ },
1460
+ "taglineColor" : {
1461
+ "value" : "#474747",
1462
+ "type" : "COLORPICKER"
1463
+ },
1464
+ "isButtonVisible" : {
1465
+ "value" : true,
1466
+ "type" : "TOGGLE_CHECK"
1467
+ },
1468
+ "searchPlaceholderTextColor" : {
1469
+ "value" : "rgba(0,0,0,0.5)",
1470
+ "type" : "COLORPICKER"
1471
+ },
1472
+ "searchBarHeading" : {
1473
+ "value" : "",
1474
+ "type" : "GROUP_HEADER"
1475
+ },
1476
+ "buttonLabel" : {
1477
+ "value" : "Learn more",
1417
1478
  "type" : "INPUT"
1418
1479
  },
1419
- "link" : {
1420
- "value" : "uieditor.menuItem.link.157f07c0-ace7-4787-8f74-eb82641ee568",
1421
- "isLocalized" : true,
1480
+ "foregroundImagePosition" : {
1481
+ "value" : "left",
1482
+ "type" : "RADIO"
1483
+ },
1484
+ "isTitleVisible" : {
1485
+ "value" : true,
1486
+ "type" : "TOGGLE_CHECK"
1487
+ },
1488
+ "textAlignment" : {
1489
+ "value" : "left",
1490
+ "type" : "DROPDOWN"
1491
+ },
1492
+ "tagline" : {
1493
+ "value" : "Tagline goes here",
1422
1494
  "type" : "INPUT"
1423
1495
  },
1424
- "type" : "CUSTOM_LINK",
1425
- "openInNewTab" : false,
1426
- "isVisible" : true,
1427
- "isDisabled" : false,
1428
- "children" : [ {
1429
- "uuid" : "1376c96c-7e34-41ea-aabf-be03a9426c29",
1430
- "title" : {
1431
- "value" : "uieditor.menuItem.title.1376c96c-7e34-41ea-aabf-be03a9426c29",
1432
- "isLocalized" : true,
1433
- "type" : "INPUT"
1434
- },
1435
- "link" : {
1436
- "value" : "uieditor.menuItem.link.1376c96c-7e34-41ea-aabf-be03a9426c29",
1437
- "isLocalized" : true,
1438
- "type" : "INPUT"
1439
- },
1440
- "type" : "CUSTOM_LINK",
1441
- "openInNewTab" : true,
1442
- "isVisible" : true,
1443
- "isDisabled" : false
1444
- } ]
1445
- } ]
1496
+ "style" : {
1497
+ "value" : "hero",
1498
+ "type" : "RADIO"
1499
+ },
1500
+ "searchIconColor" : {
1501
+ "value" : "",
1502
+ "type" : "COLORPICKER"
1503
+ },
1504
+ "contentSettingsHeading" : {
1505
+ "value" : "",
1506
+ "type" : "GROUP_HEADER"
1507
+ }
1508
+ },
1509
+ "StickyButtonPageScroll" : {
1510
+ "visibleDesktop" : {
1511
+ "value" : false,
1512
+ "type" : "TOGGLE"
1513
+ }
1514
+ }
1446
1515
  },
1447
- "BOTTOM_BAR_MENU" : {
1448
- "menuType" : "MENU_LINK",
1449
- "menu" : [ {
1450
- "uuid" : "852ddfca-cb29-431b-91a8-c53849bce6aa",
1516
+ "orderableComponents" : [ {
1517
+ "name" : "Carousel",
1518
+ "id" : "Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c",
1519
+ "isVisible" : true
1520
+ }, {
1521
+ "name" : "FeaturedProduct",
1522
+ "id" : "FeaturedProduct:orderable:b0774fbb-6868-4428-a338-ce0c4e599a4e",
1523
+ "isVisible" : true
1524
+ }, {
1525
+ "name" : "Slider",
1526
+ "id" : "Slider:orderable:906daff8-d299-42ba-b873-91bf4798ba69",
1527
+ "isVisible" : true
1528
+ }, {
1529
+ "name" : "Slider",
1530
+ "id" : "Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685",
1531
+ "isVisible" : true
1532
+ }, {
1533
+ "name" : "ProductGroups",
1534
+ "id" : "ProductGroups:orderable:5cd5fc27-823f-4497-9b7d-b75034e835f7",
1535
+ "isVisible" : true
1536
+ }, {
1537
+ "name" : "HeroBanner",
1538
+ "id" : "HeroBanner:orderable:f69cc843-9b19-4dce-b7b3-c84b48cde22c",
1539
+ "isVisible" : true
1540
+ } ]
1541
+ }
1542
+ },
1543
+ "globalStyles" : {
1544
+ "namespaces" : {
1545
+ "storefront" : {
1546
+ "headingBaseSize" : {
1547
+ "value" : "16px",
1548
+ "type" : "DROPDOWN"
1549
+ },
1550
+ "bodyBaseSize" : {
1551
+ "value" : "16px",
1552
+ "type" : "DROPDOWN"
1553
+ },
1554
+ "ratingStars" : {
1555
+ "value" : "#f7d619",
1556
+ "type" : "COLORPICKER"
1557
+ },
1558
+ "bodyFont" : {
1559
+ "value" : {
1560
+ "type" : "GOOGLE_FONTS",
1561
+ "fontGroup" : {
1562
+ "key" : "googleFonts",
1563
+ "label" : "Google Fonts"
1564
+ },
1565
+ "fontFamily" : "Open Sans"
1566
+ },
1567
+ "type" : "FONT_PICKER"
1568
+ },
1569
+ "headingFont" : {
1570
+ "value" : {
1571
+ "type" : "GOOGLE_FONTS",
1572
+ "fontGroup" : {
1573
+ "key" : "googleFonts",
1574
+ "label" : "Google Fonts"
1575
+ },
1576
+ "fontFamily" : "Ubuntu"
1577
+ },
1578
+ "type" : "FONT_PICKER"
1579
+ },
1580
+ "primaryColor" : {
1581
+ "value" : "#0076ce",
1582
+ "type" : "COLORPICKER"
1583
+ },
1584
+ "linkText" : {
1585
+ "value" : "#0071c7",
1586
+ "type" : "COLORPICKER"
1587
+ },
1588
+ "altEmphasisColor" : {
1589
+ "value" : "#d14600",
1590
+ "type" : "COLORPICKER"
1591
+ },
1592
+ "bodyText" : {
1593
+ "value" : "#474747",
1594
+ "type" : "COLORPICKER"
1595
+ },
1596
+ "logoImage" : {
1597
+ "value" : {
1598
+ "type" : "IMAGE_UPLOADER",
1599
+ "filename" : "ACME_logo_white.png",
1600
+ "url" : "https://d33na3ni6eqf5j.cloudfront.net/73199857-53b9-4c85-bed7-b1fdab531130/2923ad77-25ec-4eb6-8360-c3fdff436dd4.png"
1601
+ },
1602
+ "type" : "IMAGE_UPLOADER"
1603
+ },
1604
+ "pageBackground" : {
1605
+ "value" : "#fafafa",
1606
+ "type" : "COLORPICKER"
1607
+ },
1608
+ "titleText" : {
1609
+ "value" : "#474747",
1610
+ "type" : "COLORPICKER"
1611
+ },
1612
+ "emphasisColor" : {
1613
+ "value" : "#00802b",
1614
+ "type" : "COLORPICKER"
1615
+ },
1616
+ "secondaryColor" : {
1617
+ "value" : "#f1f1f1",
1618
+ "type" : "COLORPICKER"
1619
+ }
1620
+ }
1621
+ },
1622
+ "fontFamilies" : [ ]
1623
+ },
1624
+ "menus" : {
1625
+ "HOME_BAR_MENU" : {
1626
+ "menuType" : "MENU_LINK",
1627
+ "menu" : [ {
1628
+ "uuid" : "2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1629
+ "title" : {
1630
+ "value" : "uieditor.menuItem.title.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1631
+ "isLocalized" : true,
1632
+ "type" : "INPUT"
1633
+ },
1634
+ "link" : {
1635
+ "value" : "uieditor.menuItem.link.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
1636
+ "isLocalized" : true,
1637
+ "type" : "INPUT"
1638
+ },
1639
+ "type" : "CUSTOM_LINK",
1640
+ "openInNewTab" : false,
1641
+ "isVisible" : true,
1642
+ "isDisabled" : false,
1643
+ "children" : [ {
1644
+ "uuid" : "2af435e4-3f06-416c-9fc2-a53a18fab456",
1451
1645
  "title" : {
1452
- "value" : "uieditor.menuItem.title.852ddfca-cb29-431b-91a8-c53849bce6aa",
1646
+ "value" : "uieditor.menuItem.title.2af435e4-3f06-416c-9fc2-a53a18fab456",
1453
1647
  "isLocalized" : true,
1454
1648
  "type" : "INPUT"
1455
1649
  },
1456
1650
  "link" : {
1457
- "value" : "uieditor.menuItem.link.852ddfca-cb29-431b-91a8-c53849bce6aa",
1651
+ "value" : "uieditor.menuItem.link.2af435e4-3f06-416c-9fc2-a53a18fab456",
1458
1652
  "isLocalized" : true,
1459
1653
  "type" : "INPUT"
1460
1654
  },
1461
1655
  "type" : "CUSTOM_LINK",
1462
- "openInNewTab" : true,
1656
+ "openInNewTab" : false,
1463
1657
  "isVisible" : true,
1464
- "isDisabled" : false,
1465
- "editorType" : "CONTACT_US"
1466
- }, {
1467
- "uuid" : "93edf021-a3e3-4686-b686-e7e41e84f61e",
1658
+ "isDisabled" : false
1659
+ } ]
1660
+ }, {
1661
+ "uuid" : "0bd21919-a513-4518-b4c0-728c5a167287",
1662
+ "title" : {
1663
+ "value" : "uieditor.menuItem.title.0bd21919-a513-4518-b4c0-728c5a167287",
1664
+ "isLocalized" : true,
1665
+ "type" : "INPUT"
1666
+ },
1667
+ "link" : {
1668
+ "value" : "uieditor.menuItem.link.0bd21919-a513-4518-b4c0-728c5a167287",
1669
+ "isLocalized" : true,
1670
+ "type" : "INPUT"
1671
+ },
1672
+ "type" : "CUSTOM_LINK",
1673
+ "openInNewTab" : false,
1674
+ "isVisible" : true,
1675
+ "isDisabled" : false,
1676
+ "children" : [ {
1677
+ "uuid" : "8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1468
1678
  "title" : {
1469
- "value" : "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f61e",
1679
+ "value" : "uieditor.menuItem.title.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1470
1680
  "isLocalized" : true,
1471
1681
  "type" : "INPUT"
1472
1682
  },
1473
1683
  "link" : {
1474
- "value" : "uieditor.menuItem.link.93edf021-a3e3-4686-b686-e7e41e84f61e",
1684
+ "value" : "uieditor.menuItem.link.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
1475
1685
  "isLocalized" : true,
1476
1686
  "type" : "INPUT"
1477
1687
  },
1478
1688
  "type" : "CUSTOM_LINK",
1479
- "openInNewTab" : true,
1689
+ "openInNewTab" : false,
1480
1690
  "isVisible" : true,
1481
- "isDisabled" : false,
1482
- "editorType" : "HELP_CENTER"
1483
- }, {
1484
- "uuid" : "f5223632-235f-48df-b096-ea3463b20101",
1691
+ "isDisabled" : false
1692
+ } ]
1693
+ }, {
1694
+ "uuid" : "157f07c0-ace7-4787-8f74-eb82641ee568",
1695
+ "title" : {
1696
+ "value" : "uieditor.menuItem.title.157f07c0-ace7-4787-8f74-eb82641ee568",
1697
+ "isLocalized" : true,
1698
+ "type" : "INPUT"
1699
+ },
1700
+ "link" : {
1701
+ "value" : "uieditor.menuItem.link.157f07c0-ace7-4787-8f74-eb82641ee568",
1702
+ "isLocalized" : true,
1703
+ "type" : "INPUT"
1704
+ },
1705
+ "type" : "CUSTOM_LINK",
1706
+ "openInNewTab" : false,
1707
+ "isVisible" : true,
1708
+ "isDisabled" : false,
1709
+ "children" : [ {
1710
+ "uuid" : "1376c96c-7e34-41ea-aabf-be03a9426c29",
1485
1711
  "title" : {
1486
- "value" : "uieditor.menuItem.title.f5223632-235f-48df-b096-ea3463b20101",
1712
+ "value" : "uieditor.menuItem.title.1376c96c-7e34-41ea-aabf-be03a9426c29",
1487
1713
  "isLocalized" : true,
1488
1714
  "type" : "INPUT"
1489
1715
  },
1490
1716
  "link" : {
1491
- "value" : "uieditor.menuItem.link.f5223632-235f-48df-b096-ea3463b20101",
1717
+ "value" : "uieditor.menuItem.link.1376c96c-7e34-41ea-aabf-be03a9426c29",
1492
1718
  "isLocalized" : true,
1493
1719
  "type" : "INPUT"
1494
1720
  },
1495
1721
  "type" : "CUSTOM_LINK",
1496
1722
  "openInNewTab" : true,
1497
1723
  "isVisible" : true,
1498
- "isDisabled" : false,
1499
- "editorType" : "PRIVACY_POLICY"
1500
- }, {
1501
- "uuid" : "78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1724
+ "isDisabled" : false
1725
+ } ]
1726
+ } ]
1727
+ },
1728
+ "BOTTOM_BAR_MENU" : {
1729
+ "menuType" : "MENU_LINK",
1730
+ "menu" : [ {
1731
+ "uuid" : "852ddfca-cb29-431b-91a8-c53849bce6aa",
1732
+ "title" : {
1733
+ "value" : "uieditor.menuItem.title.852ddfca-cb29-431b-91a8-c53849bce6aa",
1734
+ "isLocalized" : true,
1735
+ "type" : "INPUT"
1736
+ },
1737
+ "link" : {
1738
+ "value" : "uieditor.menuItem.link.852ddfca-cb29-431b-91a8-c53849bce6aa",
1739
+ "isLocalized" : true,
1740
+ "type" : "INPUT"
1741
+ },
1742
+ "type" : "CUSTOM_LINK",
1743
+ "openInNewTab" : true,
1744
+ "isVisible" : true,
1745
+ "isDisabled" : false,
1746
+ "editorType" : "CONTACT_US"
1747
+ }, {
1748
+ "uuid" : "93edf021-a3e3-4686-b686-e7e41e84f61e",
1749
+ "title" : {
1750
+ "value" : "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f61e",
1751
+ "isLocalized" : true,
1752
+ "type" : "INPUT"
1753
+ },
1754
+ "link" : {
1755
+ "value" : "uieditor.menuItem.link.93edf021-a3e3-4686-b686-e7e41e84f61e",
1756
+ "isLocalized" : true,
1757
+ "type" : "INPUT"
1758
+ },
1759
+ "type" : "CUSTOM_LINK",
1760
+ "openInNewTab" : true,
1761
+ "isVisible" : true,
1762
+ "isDisabled" : false,
1763
+ "editorType" : "HELP_CENTER"
1764
+ }, {
1765
+ "uuid" : "f5223632-235f-48df-b096-ea3463b20101",
1766
+ "title" : {
1767
+ "value" : "uieditor.menuItem.title.f5223632-235f-48df-b096-ea3463b20101",
1768
+ "isLocalized" : true,
1769
+ "type" : "INPUT"
1770
+ },
1771
+ "link" : {
1772
+ "value" : "uieditor.menuItem.link.f5223632-235f-48df-b096-ea3463b20101",
1773
+ "isLocalized" : true,
1774
+ "type" : "INPUT"
1775
+ },
1776
+ "type" : "CUSTOM_LINK",
1777
+ "openInNewTab" : true,
1778
+ "isVisible" : true,
1779
+ "isDisabled" : false,
1780
+ "editorType" : "PRIVACY_POLICY"
1781
+ }, {
1782
+ "uuid" : "78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1783
+ "title" : {
1784
+ "value" : "uieditor.menuItem.title.78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1785
+ "isLocalized" : true,
1786
+ "type" : "INPUT"
1787
+ },
1788
+ "link" : {
1789
+ "value" : "uieditor.menuItem.link.78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1790
+ "isLocalized" : true,
1791
+ "type" : "INPUT"
1792
+ },
1793
+ "type" : "CUSTOM_LINK",
1794
+ "openInNewTab" : true,
1795
+ "isVisible" : true,
1796
+ "isDisabled" : false,
1797
+ "editorType" : "TERMS_AND_CONDITIONS"
1798
+ }, {
1799
+ "uuid" : "93edf021-a3e3-4686-b686-e7e41e84f82f",
1800
+ "title" : {
1801
+ "value" : "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f82f",
1802
+ "isLocalized" : true,
1803
+ "type" : "INPUT"
1804
+ },
1805
+ "link" : {
1806
+ "value" : "uieditor.menuItem.link.93edf021-a3e3-4686-b686-e7e41e84f82f",
1807
+ "isLocalized" : true,
1808
+ "type" : "INPUT"
1809
+ },
1810
+ "type" : "CUSTOM_LINK",
1811
+ "openInNewTab" : true,
1812
+ "isVisible" : true,
1813
+ "isDisabled" : false,
1814
+ "editorType" : "LANGUAGE"
1815
+ }, {
1816
+ "uuid" : "09729997-817e-47a2-a2ae-baf308df1899",
1817
+ "title" : {
1818
+ "value" : "uieditor.menuItem.title.09729997-817e-47a2-a2ae-baf308df1899",
1819
+ "isLocalized" : true,
1820
+ "type" : "INPUT"
1821
+ },
1822
+ "link" : {
1823
+ "value" : "uieditor.menuItem.link.09729997-817e-47a2-a2ae-baf308df1899",
1824
+ "isLocalized" : true,
1825
+ "type" : "INPUT"
1826
+ },
1827
+ "type" : "CUSTOM_LINK",
1828
+ "openInNewTab" : true,
1829
+ "isVisible" : true,
1830
+ "isDisabled" : false
1831
+ } ]
1832
+ },
1833
+ "FOOTER_MENU" : {
1834
+ "menuType" : "MENU_LINK",
1835
+ "menu" : [ {
1836
+ "uuid" : "50b2a008-d1df-42fa-9bdf-17a8446210d6",
1837
+ "title" : {
1838
+ "value" : "uieditor.menuItem.title.50b2a008-d1df-42fa-9bdf-17a8446210d6",
1839
+ "isLocalized" : true,
1840
+ "type" : "INPUT"
1841
+ },
1842
+ "link" : {
1843
+ "value" : "uieditor.menuItem.link.50b2a008-d1df-42fa-9bdf-17a8446210d6",
1844
+ "isLocalized" : true,
1845
+ "type" : "INPUT"
1846
+ },
1847
+ "type" : "CUSTOM_LINK",
1848
+ "openInNewTab" : false,
1849
+ "isVisible" : true,
1850
+ "isDisabled" : false,
1851
+ "children" : [ {
1852
+ "uuid" : "89b4d743-b405-43a0-b6ab-9877fcdee455",
1502
1853
  "title" : {
1503
- "value" : "uieditor.menuItem.title.78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1854
+ "value" : "uieditor.menuItem.title.89b4d743-b405-43a0-b6ab-9877fcdee455",
1504
1855
  "isLocalized" : true,
1505
1856
  "type" : "INPUT"
1506
1857
  },
1507
1858
  "link" : {
1508
- "value" : "uieditor.menuItem.link.78fd1c6c-ba78-43cf-b764-2d0c710065e5",
1859
+ "value" : "uieditor.menuItem.link.89b4d743-b405-43a0-b6ab-9877fcdee455",
1509
1860
  "isLocalized" : true,
1510
1861
  "type" : "INPUT"
1511
1862
  },
1512
1863
  "type" : "CUSTOM_LINK",
1513
1864
  "openInNewTab" : true,
1514
1865
  "isVisible" : true,
1515
- "isDisabled" : false,
1516
- "editorType" : "TERMS_AND_CONDITIONS"
1866
+ "isDisabled" : false
1517
1867
  }, {
1518
- "uuid" : "93edf021-a3e3-4686-b686-e7e41e84f82f",
1868
+ "uuid" : "e96e3929-2bea-4283-8139-9fee0053487c",
1519
1869
  "title" : {
1520
- "value" : "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f82f",
1870
+ "value" : "uieditor.menuItem.title.e96e3929-2bea-4283-8139-9fee0053487c",
1521
1871
  "isLocalized" : true,
1522
1872
  "type" : "INPUT"
1523
1873
  },
1524
1874
  "link" : {
1525
- "value" : "uieditor.menuItem.link.93edf021-a3e3-4686-b686-e7e41e84f82f",
1875
+ "value" : "uieditor.menuItem.link.e96e3929-2bea-4283-8139-9fee0053487c",
1526
1876
  "isLocalized" : true,
1527
1877
  "type" : "INPUT"
1528
1878
  },
1529
1879
  "type" : "CUSTOM_LINK",
1530
1880
  "openInNewTab" : true,
1531
1881
  "isVisible" : true,
1532
- "isDisabled" : false,
1533
- "editorType" : "LANGUAGE"
1882
+ "isDisabled" : false
1534
1883
  }, {
1535
- "uuid" : "09729997-817e-47a2-a2ae-baf308df1899",
1884
+ "uuid" : "03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1536
1885
  "title" : {
1537
- "value" : "uieditor.menuItem.title.09729997-817e-47a2-a2ae-baf308df1899",
1886
+ "value" : "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1538
1887
  "isLocalized" : true,
1539
1888
  "type" : "INPUT"
1540
1889
  },
1541
1890
  "link" : {
1542
- "value" : "uieditor.menuItem.link.09729997-817e-47a2-a2ae-baf308df1899",
1891
+ "value" : "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1543
1892
  "isLocalized" : true,
1544
1893
  "type" : "INPUT"
1545
1894
  },
@@ -1548,221 +1897,96 @@
1548
1897
  "isVisible" : true,
1549
1898
  "isDisabled" : false
1550
1899
  } ]
1551
- },
1552
- "FOOTER_MENU" : {
1553
- "menuType" : "MENU_LINK",
1554
- "menu" : [ {
1555
- "uuid" : "50b2a008-d1df-42fa-9bdf-17a8446210d6",
1900
+ }, {
1901
+ "uuid" : "50b2a008-d1df-42fa-8bdf-17a8446210d7",
1902
+ "title" : {
1903
+ "value" : "uieditor.menuItem.title.50b2a008-d1df-42fa-8bdf-17a8446210d7",
1904
+ "isLocalized" : true,
1905
+ "type" : "INPUT"
1906
+ },
1907
+ "link" : {
1908
+ "value" : "uieditor.menuItem.link.50b2a008-d1df-42fa-8bdf-17a8446210d7",
1909
+ "isLocalized" : true,
1910
+ "type" : "INPUT"
1911
+ },
1912
+ "type" : "CUSTOM_LINK",
1913
+ "openInNewTab" : false,
1914
+ "isVisible" : true,
1915
+ "isDisabled" : false,
1916
+ "children" : [ {
1917
+ "uuid" : "89b4d743-b405-43a0-86ab-9877fcdee475",
1556
1918
  "title" : {
1557
- "value" : "uieditor.menuItem.title.50b2a008-d1df-42fa-9bdf-17a8446210d6",
1919
+ "value" : "uieditor.menuItem.title.89b4d743-b405-43a0-86ab-9877fcdee475",
1558
1920
  "isLocalized" : true,
1559
1921
  "type" : "INPUT"
1560
1922
  },
1561
1923
  "link" : {
1562
- "value" : "uieditor.menuItem.link.50b2a008-d1df-42fa-9bdf-17a8446210d6",
1924
+ "value" : "uieditor.menuItem.link.89b4d743-b405-43a0-86ab-9877fcdee475",
1563
1925
  "isLocalized" : true,
1564
1926
  "type" : "INPUT"
1565
1927
  },
1566
1928
  "type" : "CUSTOM_LINK",
1567
- "openInNewTab" : false,
1929
+ "openInNewTab" : true,
1568
1930
  "isVisible" : true,
1569
- "isDisabled" : false,
1570
- "children" : [ {
1571
- "uuid" : "89b4d743-b405-43a0-b6ab-9877fcdee455",
1572
- "title" : {
1573
- "value" : "uieditor.menuItem.title.89b4d743-b405-43a0-b6ab-9877fcdee455",
1574
- "isLocalized" : true,
1575
- "type" : "INPUT"
1576
- },
1577
- "link" : {
1578
- "value" : "uieditor.menuItem.link.89b4d743-b405-43a0-b6ab-9877fcdee455",
1579
- "isLocalized" : true,
1580
- "type" : "INPUT"
1581
- },
1582
- "type" : "CUSTOM_LINK",
1583
- "openInNewTab" : true,
1584
- "isVisible" : true,
1585
- "isDisabled" : false
1586
- }, {
1587
- "uuid" : "e96e3929-2bea-4283-8139-9fee0053487c",
1588
- "title" : {
1589
- "value" : "uieditor.menuItem.title.e96e3929-2bea-4283-8139-9fee0053487c",
1590
- "isLocalized" : true,
1591
- "type" : "INPUT"
1592
- },
1593
- "link" : {
1594
- "value" : "uieditor.menuItem.link.e96e3929-2bea-4283-8139-9fee0053487c",
1595
- "isLocalized" : true,
1596
- "type" : "INPUT"
1597
- },
1598
- "type" : "CUSTOM_LINK",
1599
- "openInNewTab" : true,
1600
- "isVisible" : true,
1601
- "isDisabled" : false
1602
- }, {
1603
- "uuid" : "03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1604
- "title" : {
1605
- "value" : "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1606
- "isLocalized" : true,
1607
- "type" : "INPUT"
1608
- },
1609
- "link" : {
1610
- "value" : "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
1611
- "isLocalized" : true,
1612
- "type" : "INPUT"
1613
- },
1614
- "type" : "CUSTOM_LINK",
1615
- "openInNewTab" : true,
1616
- "isVisible" : true,
1617
- "isDisabled" : false
1618
- } ]
1931
+ "isDisabled" : false
1619
1932
  }, {
1620
- "uuid" : "50b2a008-d1df-42fa-8bdf-17a8446210d7",
1933
+ "uuid" : "e96e3929-2bea-4283-1139-9fee00534872",
1621
1934
  "title" : {
1622
- "value" : "uieditor.menuItem.title.50b2a008-d1df-42fa-8bdf-17a8446210d7",
1935
+ "value" : "uieditor.menuItem.title.e96e3929-2bea-4283-1139-9fee00534872",
1623
1936
  "isLocalized" : true,
1624
1937
  "type" : "INPUT"
1625
1938
  },
1626
1939
  "link" : {
1627
- "value" : "uieditor.menuItem.link.50b2a008-d1df-42fa-8bdf-17a8446210d7",
1940
+ "value" : "uieditor.menuItem.link.e96e3929-2bea-4283-1139-9fee00534872",
1628
1941
  "isLocalized" : true,
1629
1942
  "type" : "INPUT"
1630
1943
  },
1631
1944
  "type" : "CUSTOM_LINK",
1632
- "openInNewTab" : false,
1945
+ "openInNewTab" : true,
1633
1946
  "isVisible" : true,
1634
- "isDisabled" : false,
1635
- "children" : [ {
1636
- "uuid" : "89b4d743-b405-43a0-86ab-9877fcdee475",
1637
- "title" : {
1638
- "value" : "uieditor.menuItem.title.89b4d743-b405-43a0-86ab-9877fcdee475",
1639
- "isLocalized" : true,
1640
- "type" : "INPUT"
1641
- },
1642
- "link" : {
1643
- "value" : "uieditor.menuItem.link.89b4d743-b405-43a0-86ab-9877fcdee475",
1644
- "isLocalized" : true,
1645
- "type" : "INPUT"
1646
- },
1647
- "type" : "CUSTOM_LINK",
1648
- "openInNewTab" : true,
1649
- "isVisible" : true,
1650
- "isDisabled" : false
1651
- }, {
1652
- "uuid" : "e96e3929-2bea-4283-1139-9fee00534872",
1653
- "title" : {
1654
- "value" : "uieditor.menuItem.title.e96e3929-2bea-4283-1139-9fee00534872",
1655
- "isLocalized" : true,
1656
- "type" : "INPUT"
1657
- },
1658
- "link" : {
1659
- "value" : "uieditor.menuItem.link.e96e3929-2bea-4283-1139-9fee00534872",
1660
- "isLocalized" : true,
1661
- "type" : "INPUT"
1662
- },
1663
- "type" : "CUSTOM_LINK",
1664
- "openInNewTab" : true,
1665
- "isVisible" : true,
1666
- "isDisabled" : false
1667
- }, {
1668
- "uuid" : "03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1669
- "title" : {
1670
- "value" : "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1671
- "isLocalized" : true,
1672
- "type" : "INPUT"
1673
- },
1674
- "link" : {
1675
- "value" : "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1676
- "isLocalized" : true,
1677
- "type" : "INPUT"
1678
- },
1679
- "type" : "CUSTOM_LINK",
1680
- "openInNewTab" : true,
1681
- "isVisible" : true,
1682
- "isDisabled" : false
1683
- } ]
1947
+ "isDisabled" : false
1684
1948
  }, {
1685
- "uuid" : "8b8d3953-2257-43f7-97db-46db02c08b81",
1686
- "title" : {
1687
- "value" : "uieditor.menuItem.title.8b8d3953-2257-43f7-97db-46db02c08b81",
1688
- "isLocalized" : true,
1689
- "type" : "INPUT"
1690
- },
1691
- "link" : {
1692
- "value" : "uieditor.menuItem.link.8b8d3953-2257-43f7-97db-46db02c08b81",
1693
- "isLocalized" : true,
1694
- "type" : "INPUT"
1695
- },
1696
- "type" : "CUSTOM_LINK",
1697
- "openInNewTab" : false,
1698
- "isVisible" : true,
1699
- "isDisabled" : false,
1700
- "children" : [ {
1701
- "uuid" : "ac106ade-9286-43eb-91d3-4b2a9d46321b",
1702
- "title" : {
1703
- "value" : "uieditor.menuItem.title.ac106ade-9286-43eb-91d3-4b2a9d46321b",
1704
- "isLocalized" : true,
1705
- "type" : "INPUT"
1706
- },
1707
- "link" : {
1708
- "value" : "uieditor.menuItem.link.ac106ade-9286-43eb-91d3-4b2a9d46321b",
1709
- "isLocalized" : true,
1710
- "type" : "INPUT"
1711
- },
1712
- "type" : "CUSTOM_LINK",
1713
- "openInNewTab" : false,
1714
- "isVisible" : true,
1715
- "isDisabled" : false
1716
- }, {
1717
- "uuid" : "d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1718
- "title" : {
1719
- "value" : "uieditor.menuItem.title.d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1720
- "isLocalized" : true,
1721
- "type" : "INPUT"
1722
- },
1723
- "link" : {
1724
- "value" : "uieditor.menuItem.link.d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1725
- "isLocalized" : true,
1726
- "type" : "INPUT"
1727
- },
1728
- "type" : "CUSTOM_LINK",
1729
- "openInNewTab" : false,
1730
- "isVisible" : true,
1731
- "isDisabled" : false
1732
- } ]
1733
- } ]
1734
- },
1735
- "NAVIGATION_BAR_MENU" : {
1736
- "menuType" : "MENU_LINK",
1737
- "menu" : [ {
1738
- "uuid" : "212818b0-6987-4941-8786-1925073e7f6f",
1949
+ "uuid" : "03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1739
1950
  "title" : {
1740
- "value" : "uieditor.menuItem.title.212818b0-6987-4941-8786-1925073e7f6f",
1951
+ "value" : "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1741
1952
  "isLocalized" : true,
1742
1953
  "type" : "INPUT"
1743
1954
  },
1744
1955
  "link" : {
1745
- "value" : "uieditor.menuItem.link.212818b0-6987-4941-8786-1925073e7f6f",
1956
+ "value" : "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
1746
1957
  "isLocalized" : true,
1747
1958
  "type" : "INPUT"
1748
1959
  },
1749
1960
  "type" : "CUSTOM_LINK",
1750
- "openInNewTab" : false,
1961
+ "openInNewTab" : true,
1751
1962
  "isVisible" : true,
1752
1963
  "isDisabled" : false
1753
1964
  } ]
1754
- },
1755
- "AUXILIARY_BAR_MENU" : {
1756
- "menuType" : "MENU_LINK",
1757
- "menu" : [ {
1758
- "uuid" : "a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
1965
+ }, {
1966
+ "uuid" : "8b8d3953-2257-43f7-97db-46db02c08b81",
1967
+ "title" : {
1968
+ "value" : "uieditor.menuItem.title.8b8d3953-2257-43f7-97db-46db02c08b81",
1969
+ "isLocalized" : true,
1970
+ "type" : "INPUT"
1971
+ },
1972
+ "link" : {
1973
+ "value" : "uieditor.menuItem.link.8b8d3953-2257-43f7-97db-46db02c08b81",
1974
+ "isLocalized" : true,
1975
+ "type" : "INPUT"
1976
+ },
1977
+ "type" : "CUSTOM_LINK",
1978
+ "openInNewTab" : false,
1979
+ "isVisible" : true,
1980
+ "isDisabled" : false,
1981
+ "children" : [ {
1982
+ "uuid" : "ac106ade-9286-43eb-91d3-4b2a9d46321b",
1759
1983
  "title" : {
1760
- "value" : "uieditor.menuItem.title.a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
1984
+ "value" : "uieditor.menuItem.title.ac106ade-9286-43eb-91d3-4b2a9d46321b",
1761
1985
  "isLocalized" : true,
1762
1986
  "type" : "INPUT"
1763
1987
  },
1764
1988
  "link" : {
1765
- "value" : "uieditor.menuItem.link.a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
1989
+ "value" : "uieditor.menuItem.link.ac106ade-9286-43eb-91d3-4b2a9d46321b",
1766
1990
  "isLocalized" : true,
1767
1991
  "type" : "INPUT"
1768
1992
  },
@@ -1771,14 +1995,14 @@
1771
1995
  "isVisible" : true,
1772
1996
  "isDisabled" : false
1773
1997
  }, {
1774
- "uuid" : "46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
1998
+ "uuid" : "d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1775
1999
  "title" : {
1776
- "value" : "uieditor.menuItem.title.46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
2000
+ "value" : "uieditor.menuItem.title.d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1777
2001
  "isLocalized" : true,
1778
2002
  "type" : "INPUT"
1779
2003
  },
1780
2004
  "link" : {
1781
- "value" : "uieditor.menuItem.link.46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
2005
+ "value" : "uieditor.menuItem.link.d6af892e-bbd8-4211-9bed-d5e7b4ba2684",
1782
2006
  "isLocalized" : true,
1783
2007
  "type" : "INPUT"
1784
2008
  },
@@ -1787,87 +2011,63 @@
1787
2011
  "isVisible" : true,
1788
2012
  "isDisabled" : false
1789
2013
  } ]
1790
- }
2014
+ } ]
1791
2015
  },
1792
- "globalStyles" : {
1793
- "namespaces" : {
1794
- "storefront" : {
1795
- "headingBaseSize" : {
1796
- "value" : "16px",
1797
- "type" : "DROPDOWN"
1798
- },
1799
- "bodyBaseSize" : {
1800
- "value" : "16px",
1801
- "type" : "DROPDOWN"
1802
- },
1803
- "ratingStars" : {
1804
- "value" : "#f7d619",
1805
- "type" : "COLORPICKER"
1806
- },
1807
- "bodyFont" : {
1808
- "value" : {
1809
- "type" : "GOOGLE_FONTS",
1810
- "fontGroup" : {
1811
- "key" : "googleFonts",
1812
- "label" : "Google Fonts"
1813
- },
1814
- "fontFamily" : "Open Sans"
1815
- },
1816
- "type" : "FONT_PICKER"
1817
- },
1818
- "headingFont" : {
1819
- "value" : {
1820
- "type" : "GOOGLE_FONTS",
1821
- "fontGroup" : {
1822
- "key" : "googleFonts",
1823
- "label" : "Google Fonts"
1824
- },
1825
- "fontFamily" : "Ubuntu"
1826
- },
1827
- "type" : "FONT_PICKER"
1828
- },
1829
- "primaryColor" : {
1830
- "value" : "#0076ce",
1831
- "type" : "COLORPICKER"
1832
- },
1833
- "linkText" : {
1834
- "value" : "#0071c7",
1835
- "type" : "COLORPICKER"
1836
- },
1837
- "altEmphasisColor" : {
1838
- "value" : "#d14600",
1839
- "type" : "COLORPICKER"
1840
- },
1841
- "bodyText" : {
1842
- "value" : "#474747",
1843
- "type" : "COLORPICKER"
1844
- },
1845
- "logoImage" : {
1846
- "value" : {
1847
- "type" : "IMAGE_UPLOADER",
1848
- "filename" : "ACME_logo_white.png",
1849
- "url" : "https://d33na3ni6eqf5j.cloudfront.net/73199857-53b9-4c85-bed7-b1fdab531130/2923ad77-25ec-4eb6-8360-c3fdff436dd4.png"
1850
- },
1851
- "type" : "IMAGE_UPLOADER"
1852
- },
1853
- "pageBackground" : {
1854
- "value" : "#fafafa",
1855
- "type" : "COLORPICKER"
1856
- },
1857
- "titleText" : {
1858
- "value" : "#474747",
1859
- "type" : "COLORPICKER"
1860
- },
1861
- "emphasisColor" : {
1862
- "value" : "#00802b",
1863
- "type" : "COLORPICKER"
1864
- },
1865
- "secondaryColor" : {
1866
- "value" : "#f1f1f1",
1867
- "type" : "COLORPICKER"
1868
- }
1869
- }
1870
- },
1871
- "fontFamilies" : [ ]
2016
+ "NAVIGATION_BAR_MENU" : {
2017
+ "menuType" : "MENU_LINK",
2018
+ "menu" : [ {
2019
+ "uuid" : "212818b0-6987-4941-8786-1925073e7f6f",
2020
+ "title" : {
2021
+ "value" : "uieditor.menuItem.title.212818b0-6987-4941-8786-1925073e7f6f",
2022
+ "isLocalized" : true,
2023
+ "type" : "INPUT"
2024
+ },
2025
+ "link" : {
2026
+ "value" : "uieditor.menuItem.link.212818b0-6987-4941-8786-1925073e7f6f",
2027
+ "isLocalized" : true,
2028
+ "type" : "INPUT"
2029
+ },
2030
+ "type" : "CUSTOM_LINK",
2031
+ "openInNewTab" : false,
2032
+ "isVisible" : true,
2033
+ "isDisabled" : false
2034
+ } ]
2035
+ },
2036
+ "AUXILIARY_BAR_MENU" : {
2037
+ "menuType" : "MENU_LINK",
2038
+ "menu" : [ {
2039
+ "uuid" : "a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
2040
+ "title" : {
2041
+ "value" : "uieditor.menuItem.title.a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
2042
+ "isLocalized" : true,
2043
+ "type" : "INPUT"
2044
+ },
2045
+ "link" : {
2046
+ "value" : "uieditor.menuItem.link.a7113cc8-a1bc-4e56-b5a4-a57001f8ec78",
2047
+ "isLocalized" : true,
2048
+ "type" : "INPUT"
2049
+ },
2050
+ "type" : "CUSTOM_LINK",
2051
+ "openInNewTab" : false,
2052
+ "isVisible" : true,
2053
+ "isDisabled" : false
2054
+ }, {
2055
+ "uuid" : "46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
2056
+ "title" : {
2057
+ "value" : "uieditor.menuItem.title.46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
2058
+ "isLocalized" : true,
2059
+ "type" : "INPUT"
2060
+ },
2061
+ "link" : {
2062
+ "value" : "uieditor.menuItem.link.46ca9ab2-0fc5-4533-b561-d0a6fdebd3db",
2063
+ "isLocalized" : true,
2064
+ "type" : "INPUT"
2065
+ },
2066
+ "type" : "CUSTOM_LINK",
2067
+ "openInNewTab" : false,
2068
+ "isVisible" : true,
2069
+ "isDisabled" : false
2070
+ } ]
1872
2071
  }
1873
- }
2072
+ }
2073
+ }