@appdirect/sfb-theme-plaza 0.0.41 → 0.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/assets/css/theme/components/_sticky-button-page-scroll.scss +15 -0
- package/assets/css/theme/definitions/_accessibility.scss +42 -0
- package/assets/css/theme/definitions/_mixins.scss +2 -0
- package/assets/css/theme/definitions/_variables.scss +7 -0
- package/assets/css/theme/generic/_default.scss +28 -21
- package/assets/css/theme/mixins/_scroll-button.scss +17 -0
- package/assets/css/theme/pages/_bundle.scss +10 -0
- package/assets/css/theme/theme-index.scss +3 -2
- package/content/layout/base.html +36 -23
- package/content/layout/profile.html +2 -1
- package/content/pages/bundle/bundle.html +5 -7
- package/content/pages/help/help.html +5 -4
- package/content/pages/home/home.html +7 -1
- package/content/pages/listing/listing.html +5 -1
- package/content/pages/profile/profile-add-lead.html +1 -1
- package/content/pages/profile/profile-add-question.html +1 -1
- package/content/pages/profile/profile-add-review.html +1 -1
- package/content/pages/profile/profile-configure.html +1 -1
- package/content/pages/profile/profile-cross-sell-management.html +12 -0
- package/content/pages/profile/profile-editions.html +5 -1
- package/content/pages/profile/profile-features.html +5 -1
- package/content/pages/profile/profile-questions.html +6 -2
- package/content/pages/profile/profile-resources.html +6 -2
- package/content/pages/profile/profile-reviews.html +6 -2
- package/content/pages/profile/profile-standaloneDomains.html +3 -1
- package/content/pages/profile/profile-support.html +6 -2
- package/content/pages/profile/profile.html +5 -1
- package/design-properties.json +8 -8
- package/editor-properties.json +61 -30
- package/header-footer/css/footer/_INDEX.scss +1 -1
- package/header-footer/css/header-components/_MPLogo.scss +29 -16
- package/header-footer/css/header-components/_cart.scss +17 -5
- package/header-footer/css/header-components/_dropdown.scss +7 -7
- package/header-footer/css/header-components/_header.scss +17 -11
- package/header-footer/css/header-components/_icons.scss +22 -7
- package/header-footer/css/header-components/_notifications.scss +2 -0
- package/header-footer/css/header-components/_responsive.scss +9 -2
- package/header-footer/css/header-components/_search-bar.scss +1 -1
- package/header-footer/css/settings/_custom-variables.scss +1 -1
- package/header-footer/footer.html +0 -6
- package/header-footer/logged-in.html +1 -1
- package/header-footer/logged-out.html +1 -1
- package/package.json +1 -1
- package/settings.json +806 -4
- package/translations/en-us.yml +46 -1
- package/assets/css/theme/components/_secondary-nav.scss +0 -0
package/settings.json
CHANGED
|
@@ -1,5 +1,371 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages" : {
|
|
3
|
+
"global" : {
|
|
4
|
+
"components" : {
|
|
5
|
+
"Header" : {
|
|
6
|
+
"components": {
|
|
7
|
+
"HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685": {
|
|
8
|
+
"announcementBarBackgroundColor" : {
|
|
9
|
+
"value" : "#04296a",
|
|
10
|
+
"type" : "COLORPICKER"
|
|
11
|
+
},
|
|
12
|
+
"announcementBarTextColor" : {
|
|
13
|
+
"value" : "#ffffff",
|
|
14
|
+
"type" : "COLORPICKER"
|
|
15
|
+
},
|
|
16
|
+
"announcementBarLinkTextColor" : {
|
|
17
|
+
"value" : "#ffffff",
|
|
18
|
+
"type" : "COLORPICKER"
|
|
19
|
+
},
|
|
20
|
+
"announcementBarTextAlignment" : {
|
|
21
|
+
"value" : "center",
|
|
22
|
+
"type" : "DROPDOWN"
|
|
23
|
+
},
|
|
24
|
+
"announcementBarHeight" : {
|
|
25
|
+
"value" : 30,
|
|
26
|
+
"type" : "SLIDER"
|
|
27
|
+
},
|
|
28
|
+
"announcementBarMessage" : {
|
|
29
|
+
"value" : "uieditor.global.Header.HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685.announcementBarMessage",
|
|
30
|
+
"isLocalized" : true,
|
|
31
|
+
"type" : "TEXTAREA"
|
|
32
|
+
},
|
|
33
|
+
"announcementBarBorderColor" : {
|
|
34
|
+
"value" : "rgba(255, 255, 255, 0)",
|
|
35
|
+
"type" : "COLORPICKER"
|
|
36
|
+
},
|
|
37
|
+
"announcementBarTextSize" : {
|
|
38
|
+
"value" : "medium",
|
|
39
|
+
"type" : "DROPDOWN"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686": {
|
|
43
|
+
"auxBarBackgroundColor" : {
|
|
44
|
+
"value" : "#0076ce",
|
|
45
|
+
"type" : "COLORPICKER"
|
|
46
|
+
},
|
|
47
|
+
"auxBarTextColorHover" : {
|
|
48
|
+
"value" : "#fcfdfd",
|
|
49
|
+
"type" : "COLORPICKER"
|
|
50
|
+
},
|
|
51
|
+
"displayLanguageSwitcher" : {
|
|
52
|
+
"value" : true,
|
|
53
|
+
"type" : "TOGGLE"
|
|
54
|
+
},
|
|
55
|
+
"auxBarTextColor" : {
|
|
56
|
+
"value" : "#ffffff",
|
|
57
|
+
"type" : "COLORPICKER"
|
|
58
|
+
},
|
|
59
|
+
"auxBarTextSize" : {
|
|
60
|
+
"value" : "medium",
|
|
61
|
+
"type" : "DROPDOWN"
|
|
62
|
+
},
|
|
63
|
+
"auxBarBorderColor" : {
|
|
64
|
+
"value" : "#0076ce",
|
|
65
|
+
"type" : "COLORPICKER"
|
|
66
|
+
},
|
|
67
|
+
"auxBarLinkSpacing" : {
|
|
68
|
+
"value" : 15,
|
|
69
|
+
"type" : "SLIDER"
|
|
70
|
+
},
|
|
71
|
+
"auxBarTextAlignment" : {
|
|
72
|
+
"value" : "right",
|
|
73
|
+
"type" : "DROPDOWN"
|
|
74
|
+
},
|
|
75
|
+
"auxBarHeight" : {
|
|
76
|
+
"value" : 40,
|
|
77
|
+
"type" : "SLIDER"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687": {
|
|
81
|
+
"logoHeight" : {
|
|
82
|
+
"value" : "82",
|
|
83
|
+
"type" : "SLIDER"
|
|
84
|
+
},
|
|
85
|
+
"homeBarBackgroundColor" : {
|
|
86
|
+
"value" : "#0076ce",
|
|
87
|
+
"type" : "COLORPICKER"
|
|
88
|
+
},
|
|
89
|
+
"logoTargetType" : {
|
|
90
|
+
"value" : "home_page",
|
|
91
|
+
"type" : "RADIO"
|
|
92
|
+
},
|
|
93
|
+
"logoTheme" : {
|
|
94
|
+
"value" : "logoImage",
|
|
95
|
+
"type" : "LOGO"
|
|
96
|
+
},
|
|
97
|
+
"displayRegistrationLink" : {
|
|
98
|
+
"value" : true,
|
|
99
|
+
"type" : "TOGGLE"
|
|
100
|
+
},
|
|
101
|
+
"displayCart" : {
|
|
102
|
+
"value" : true,
|
|
103
|
+
"type" : "TOGGLE"
|
|
104
|
+
},
|
|
105
|
+
"homeBarBorderColor" : {
|
|
106
|
+
"value" : "#0076ce",
|
|
107
|
+
"type" : "COLORPICKER"
|
|
108
|
+
},
|
|
109
|
+
"homeBarTextHoverColor" : {
|
|
110
|
+
"value" : "#fcfdfd",
|
|
111
|
+
"type" : "COLORPICKER"
|
|
112
|
+
},
|
|
113
|
+
"homeBarTextActiveColor" : {
|
|
114
|
+
"value" : "#fcfdfd",
|
|
115
|
+
"type" : "COLORPICKER"
|
|
116
|
+
},
|
|
117
|
+
"homeBarPadding" : {
|
|
118
|
+
"value" : "15",
|
|
119
|
+
"type" : "SLIDER"
|
|
120
|
+
},
|
|
121
|
+
"displayLoginLink" : {
|
|
122
|
+
"value" : true,
|
|
123
|
+
"type" : "TOGGLE"
|
|
124
|
+
},
|
|
125
|
+
"homeBarTextColor" : {
|
|
126
|
+
"value" : "#ffffff",
|
|
127
|
+
"type" : "COLORPICKER"
|
|
128
|
+
},
|
|
129
|
+
"homeBarTextSize" : {
|
|
130
|
+
"value" : "large",
|
|
131
|
+
"type" : "DROPDOWN"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688": {
|
|
135
|
+
"navBarTextSize" : {
|
|
136
|
+
"value" : "medium",
|
|
137
|
+
"type" : "DROPDOWN"
|
|
138
|
+
},
|
|
139
|
+
"navBarPadding" : {
|
|
140
|
+
"value" : 10,
|
|
141
|
+
"type" : "SLIDER"
|
|
142
|
+
},
|
|
143
|
+
"navBarBorderColor" : {
|
|
144
|
+
"value" : "#cbcbcb",
|
|
145
|
+
"type" : "COLORPICKER"
|
|
146
|
+
},
|
|
147
|
+
"navBarBackgroundColor" : {
|
|
148
|
+
"value" : "#ffffff",
|
|
149
|
+
"type" : "COLORPICKER"
|
|
150
|
+
},
|
|
151
|
+
"navBarTextColor" : {
|
|
152
|
+
"value" : "#474747",
|
|
153
|
+
"type" : "COLORPICKER"
|
|
154
|
+
},
|
|
155
|
+
"navBarTextAlignment" : {
|
|
156
|
+
"value" : "left",
|
|
157
|
+
"type" : "DROPDOWN"
|
|
158
|
+
},
|
|
159
|
+
"navBarLinkSpacing" : {
|
|
160
|
+
"value" : 20,
|
|
161
|
+
"type" : "SLIDER"
|
|
162
|
+
},
|
|
163
|
+
"navBarTextHoverColor" : {
|
|
164
|
+
"value" : "#0076ce",
|
|
165
|
+
"type" : "COLORPICKER"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"HeaderSearchBar": {
|
|
169
|
+
"searchPlaceholder" : {
|
|
170
|
+
"value" : "uieditor.global.Header.HeaderSearchBar.searchPlaceholder",
|
|
171
|
+
"isLocalized" : true,
|
|
172
|
+
"type" : "INPUT"
|
|
173
|
+
},
|
|
174
|
+
"searchBarHeight" : {
|
|
175
|
+
"value" : "medium",
|
|
176
|
+
"type" : "DROPDOWN"
|
|
177
|
+
},
|
|
178
|
+
"searchCornerRadius" : {
|
|
179
|
+
"value" : "24",
|
|
180
|
+
"type" : "SLIDER"
|
|
181
|
+
},
|
|
182
|
+
"searchBarLocation" : {
|
|
183
|
+
"value" : "navigation_bar",
|
|
184
|
+
"type" : "RADIO"
|
|
185
|
+
},
|
|
186
|
+
"searchBorderColor" : {
|
|
187
|
+
"value" : "#cbcbcb",
|
|
188
|
+
"type" : "COLORPICKER"
|
|
189
|
+
},
|
|
190
|
+
"searchBarMaxWidth" : {
|
|
191
|
+
"value" : 500,
|
|
192
|
+
"type" : "SLIDER"
|
|
193
|
+
},
|
|
194
|
+
"searchBorderVisible" : {
|
|
195
|
+
"value" : true,
|
|
196
|
+
"type" : "TOGGLE"
|
|
197
|
+
},
|
|
198
|
+
"searchIconColor" : {
|
|
199
|
+
"value" : "#ffffff",
|
|
200
|
+
"type" : "COLORPICKER"
|
|
201
|
+
},
|
|
202
|
+
"searchButtonColor" : {
|
|
203
|
+
"value" : "#0076ce",
|
|
204
|
+
"type" : "COLORPICKER"
|
|
205
|
+
},
|
|
206
|
+
"searchBackgroundColor" : {
|
|
207
|
+
"value" : "#ffffff",
|
|
208
|
+
"type" : "COLORPICKER"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"orderableComponents" : [{
|
|
213
|
+
"name" : "HeaderAnnouncementBar",
|
|
214
|
+
"id" : "HeaderAnnouncementBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685",
|
|
215
|
+
"isVisible": true
|
|
216
|
+
}, {
|
|
217
|
+
"name" : "HeaderAuxiliaryBar",
|
|
218
|
+
"id" : "HeaderAuxiliaryBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75686",
|
|
219
|
+
"isVisible": true
|
|
220
|
+
}, {
|
|
221
|
+
"name" : "HeaderHomeBar",
|
|
222
|
+
"id" : "HeaderHomeBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75687",
|
|
223
|
+
"isVisible": true
|
|
224
|
+
}, {
|
|
225
|
+
"name" : "HeaderNavigationBar",
|
|
226
|
+
"id" : "HeaderNavigationBar:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75688",
|
|
227
|
+
"isVisible": true
|
|
228
|
+
}]
|
|
229
|
+
},
|
|
230
|
+
"Footer": {
|
|
231
|
+
"layout" : {
|
|
232
|
+
"value" : "sitemap",
|
|
233
|
+
"type" : "RADIO"
|
|
234
|
+
},
|
|
235
|
+
"copyright" : {
|
|
236
|
+
"value" : "uieditor.global.Footer.copyright",
|
|
237
|
+
"isLocalized" : true,
|
|
238
|
+
"type" : "INPUT"
|
|
239
|
+
},
|
|
240
|
+
"bottomBarBackground" : {
|
|
241
|
+
"value" : "#202122",
|
|
242
|
+
"type" : "COLORPICKER"
|
|
243
|
+
},
|
|
244
|
+
"newsletterLogoPosition" : {
|
|
245
|
+
"value" : "left",
|
|
246
|
+
"type" : "DROPDOWN"
|
|
247
|
+
},
|
|
248
|
+
"footerText" : {
|
|
249
|
+
"value" : "#ffffff",
|
|
250
|
+
"type" : "COLORPICKER"
|
|
251
|
+
},
|
|
252
|
+
"newsletterButtonStyle" : {
|
|
253
|
+
"value" : "primary",
|
|
254
|
+
"type" : "RADIO"
|
|
255
|
+
},
|
|
256
|
+
"bottomBarText" : {
|
|
257
|
+
"value" : "#ffffff",
|
|
258
|
+
"type" : "COLORPICKER"
|
|
259
|
+
},
|
|
260
|
+
"newsletterSocialPosition" : {
|
|
261
|
+
"value" : "left",
|
|
262
|
+
"type" : "DROPDOWN"
|
|
263
|
+
},
|
|
264
|
+
"displaySocialMedia" : {
|
|
265
|
+
"value" : true,
|
|
266
|
+
"type" : "TOGGLE"
|
|
267
|
+
},
|
|
268
|
+
"footerBackground" : {
|
|
269
|
+
"value" : "#7e7e86",
|
|
270
|
+
"type" : "COLORPICKER"
|
|
271
|
+
},
|
|
272
|
+
"displayNavSeparator" : {
|
|
273
|
+
"value" : false,
|
|
274
|
+
"type" : "TOGGLE"
|
|
275
|
+
},
|
|
276
|
+
"selectedLogo" : {
|
|
277
|
+
"value" : "logoImage",
|
|
278
|
+
"type" : "LOGO"
|
|
279
|
+
},
|
|
280
|
+
"newsletterButtonLink" : {
|
|
281
|
+
"value" : "uieditor.sfbComponent.footer.newsletterButtonLink.defaultValue",
|
|
282
|
+
"isLocalized": true,
|
|
283
|
+
"type" : "INPUT"
|
|
284
|
+
},
|
|
285
|
+
"logoSize" : {
|
|
286
|
+
"value" : 82,
|
|
287
|
+
"type" : "SLIDER"
|
|
288
|
+
},
|
|
289
|
+
"socials" : {
|
|
290
|
+
"value" : {
|
|
291
|
+
"items" : [ {
|
|
292
|
+
"label" : "Facebook",
|
|
293
|
+
"icon" : "facebook",
|
|
294
|
+
"values" : {
|
|
295
|
+
"accountLink" : {
|
|
296
|
+
"value" : "https://www.facebook.com"
|
|
297
|
+
},
|
|
298
|
+
"uploadIcon" : {
|
|
299
|
+
"value" : {},
|
|
300
|
+
"type" : "IMAGE_UPLOADER",
|
|
301
|
+
"isLocalized" : false
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"isVisible" : true,
|
|
305
|
+
"deletable" : false,
|
|
306
|
+
"editable" : false
|
|
307
|
+
}, {
|
|
308
|
+
"label" : "Twitter",
|
|
309
|
+
"icon" : "twitter",
|
|
310
|
+
"values" : {
|
|
311
|
+
"accountLink" : {
|
|
312
|
+
"value" : "https://www.twitter.com"
|
|
313
|
+
},
|
|
314
|
+
"uploadIcon" : {
|
|
315
|
+
"value" : {},
|
|
316
|
+
"type" : "IMAGE_UPLOADER",
|
|
317
|
+
"isLocalized" : false
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"isVisible" : true,
|
|
321
|
+
"deletable" : false,
|
|
322
|
+
"editable" : false
|
|
323
|
+
}]
|
|
324
|
+
},
|
|
325
|
+
"type" : "DRAWER_LIST"
|
|
326
|
+
},
|
|
327
|
+
"newsletterButtonLabel" : {
|
|
328
|
+
"value" : "uieditor.sfbComponent.footer.newsletterButtonLabel.defaultValue",
|
|
329
|
+
"isLocalized": true,
|
|
330
|
+
"type" : "INPUT"
|
|
331
|
+
},
|
|
332
|
+
"socialIconPosition" : {
|
|
333
|
+
"value" : "right",
|
|
334
|
+
"type" : "DROPDOWN"
|
|
335
|
+
},
|
|
336
|
+
"displayLogo" : {
|
|
337
|
+
"value" : false,
|
|
338
|
+
"type" : "TOGGLE_CHECK"
|
|
339
|
+
},
|
|
340
|
+
"newsletterText" : {
|
|
341
|
+
"value" : "uieditor.sfbComponent.footer.newsletterText.defaultValue",
|
|
342
|
+
"isLocalized": true,
|
|
343
|
+
"type" : "INPUT"
|
|
344
|
+
},
|
|
345
|
+
"displayDefaultSocialIcons" : {
|
|
346
|
+
"value" : true,
|
|
347
|
+
"type" : "TOGGLE"
|
|
348
|
+
},
|
|
349
|
+
"newsletterTitle" : {
|
|
350
|
+
"value" : "uieditor.sfbComponent.footer.newsletterTitle.defaultValue",
|
|
351
|
+
"isLocalized": true,
|
|
352
|
+
"type" : "INPUT"
|
|
353
|
+
},
|
|
354
|
+
"logoPosition" : {
|
|
355
|
+
"value" : "bottomRight",
|
|
356
|
+
"type" : "DROPDOWN"
|
|
357
|
+
},
|
|
358
|
+
"size" : {
|
|
359
|
+
"value" : "medium",
|
|
360
|
+
"type" : "DROPDOWN"
|
|
361
|
+
},
|
|
362
|
+
"displayLanguageSwitcher" : {
|
|
363
|
+
"value" : true,
|
|
364
|
+
"type" : "TOGGLE"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
3
369
|
"home" : {
|
|
4
370
|
"components" : {
|
|
5
371
|
"Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c" : {
|
|
@@ -196,9 +562,15 @@
|
|
|
196
562
|
"isLocalized" : true,
|
|
197
563
|
"type" : "INPUT"
|
|
198
564
|
}
|
|
565
|
+
},
|
|
566
|
+
"StickyButtonPageScroll" : {
|
|
567
|
+
"visibleDesktop": {
|
|
568
|
+
"value" : false,
|
|
569
|
+
"type" : "TOGGLE"
|
|
570
|
+
}
|
|
199
571
|
}
|
|
200
572
|
},
|
|
201
|
-
"orderableComponents" : [
|
|
573
|
+
"orderableComponents" : [{
|
|
202
574
|
"name" : "Carousel",
|
|
203
575
|
"id" : "Carousel:orderable:c06a8060-3014-49c8-80a4-18995de16c3c"
|
|
204
576
|
}, {
|
|
@@ -207,7 +579,7 @@
|
|
|
207
579
|
}, {
|
|
208
580
|
"name" : "Slider",
|
|
209
581
|
"id" : "Slider:orderable:a34bf07d-1553-4e7d-86aa-c9ed2df75685"
|
|
210
|
-
}
|
|
582
|
+
}]
|
|
211
583
|
},
|
|
212
584
|
"profile" : {
|
|
213
585
|
"components" : {
|
|
@@ -310,6 +682,12 @@
|
|
|
310
682
|
"value" : "medium",
|
|
311
683
|
"type" : "DROPDOWN"
|
|
312
684
|
}
|
|
685
|
+
},
|
|
686
|
+
"StickyButtonPageScroll" : {
|
|
687
|
+
"visibleDesktop" : {
|
|
688
|
+
"value" : false,
|
|
689
|
+
"type" : "TOGGLE"
|
|
690
|
+
}
|
|
313
691
|
}
|
|
314
692
|
},
|
|
315
693
|
"orderableComponents" : [ {
|
|
@@ -333,8 +711,432 @@
|
|
|
333
711
|
}, {
|
|
334
712
|
"name" : "ProductResources",
|
|
335
713
|
"id" : "ProductResources:orderable:7c059217-1dbc-4b75-a6ee-a7ca740facd6"
|
|
336
|
-
}
|
|
337
|
-
]
|
|
714
|
+
}]
|
|
338
715
|
}
|
|
716
|
+
},
|
|
717
|
+
"menus": {
|
|
718
|
+
"HOME_BAR_MENU" : {
|
|
719
|
+
"menuType" : "MENU_LINK",
|
|
720
|
+
"menu" : [ {
|
|
721
|
+
"uuid" : "2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
|
|
722
|
+
"title" : {
|
|
723
|
+
"value" : "uieditor.menuItem.title.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
|
|
724
|
+
"isLocalized" : true,
|
|
725
|
+
"type" : "INPUT"
|
|
726
|
+
},
|
|
727
|
+
"link" : {
|
|
728
|
+
"value" : "uieditor.menuItem.link.2a16c9dc-ce14-4acf-b8b7-2302cc79de7a",
|
|
729
|
+
"isLocalized" : true,
|
|
730
|
+
"type" : "INPUT"
|
|
731
|
+
},
|
|
732
|
+
"type" : "CUSTOM_LINK",
|
|
733
|
+
"openInNewTab" : false,
|
|
734
|
+
"isVisible" : true,
|
|
735
|
+
"isDisabled" : false,
|
|
736
|
+
"children" : [ {
|
|
737
|
+
"uuid" : "2af435e4-3f06-416c-9fc2-a53a18fab456",
|
|
738
|
+
"title" : {
|
|
739
|
+
"value" : "uieditor.menuItem.title.2af435e4-3f06-416c-9fc2-a53a18fab456",
|
|
740
|
+
"isLocalized" : true,
|
|
741
|
+
"type" : "INPUT"
|
|
742
|
+
},
|
|
743
|
+
"link" : {
|
|
744
|
+
"value" : "uieditor.menuItem.link.2af435e4-3f06-416c-9fc2-a53a18fab456",
|
|
745
|
+
"isLocalized" : true,
|
|
746
|
+
"type" : "INPUT"
|
|
747
|
+
},
|
|
748
|
+
"type" : "CUSTOM_LINK",
|
|
749
|
+
"openInNewTab" : false,
|
|
750
|
+
"isVisible" : true,
|
|
751
|
+
"isDisabled" : false
|
|
752
|
+
} ]
|
|
753
|
+
}, {
|
|
754
|
+
"uuid" : "0bd21919-a513-4518-b4c0-728c5a167287",
|
|
755
|
+
"title" : {
|
|
756
|
+
"value" : "uieditor.menuItem.title.0bd21919-a513-4518-b4c0-728c5a167287",
|
|
757
|
+
"isLocalized" : true,
|
|
758
|
+
"type" : "INPUT"
|
|
759
|
+
},
|
|
760
|
+
"link" : {
|
|
761
|
+
"value" : "uieditor.menuItem.link.0bd21919-a513-4518-b4c0-728c5a167287",
|
|
762
|
+
"isLocalized" : true,
|
|
763
|
+
"type" : "INPUT"
|
|
764
|
+
},
|
|
765
|
+
"type" : "CUSTOM_LINK",
|
|
766
|
+
"openInNewTab" : false,
|
|
767
|
+
"isVisible" : true,
|
|
768
|
+
"isDisabled" : false,
|
|
769
|
+
"children" : [ {
|
|
770
|
+
"uuid" : "8dfd1b51-b032-40bf-b925-0b142d57f9ab",
|
|
771
|
+
"title" : {
|
|
772
|
+
"value" : "uieditor.menuItem.title.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
|
|
773
|
+
"isLocalized" : true,
|
|
774
|
+
"type" : "INPUT"
|
|
775
|
+
},
|
|
776
|
+
"link" : {
|
|
777
|
+
"value" : "uieditor.menuItem.link.8dfd1b51-b032-40bf-b925-0b142d57f9ab",
|
|
778
|
+
"isLocalized" : true,
|
|
779
|
+
"type" : "INPUT"
|
|
780
|
+
},
|
|
781
|
+
"type" : "CUSTOM_LINK",
|
|
782
|
+
"openInNewTab" : false,
|
|
783
|
+
"isVisible" : true,
|
|
784
|
+
"isDisabled" : false
|
|
785
|
+
} ]
|
|
786
|
+
}, {
|
|
787
|
+
"uuid" : "d2414b18-0f57-40f3-8aab-5f72e13d8899",
|
|
788
|
+
"title" : {
|
|
789
|
+
"value" : "uieditor.menuItem.title.d2414b18-0f57-40f3-8aab-5f72e13d8899",
|
|
790
|
+
"isLocalized" : true,
|
|
791
|
+
"type" : "INPUT"
|
|
792
|
+
},
|
|
793
|
+
"link" : {
|
|
794
|
+
"value" : "uieditor.menuItem.link.d2414b18-0f57-40f3-8aab-5f72e13d8899",
|
|
795
|
+
"isLocalized" : true,
|
|
796
|
+
"type" : "INPUT"
|
|
797
|
+
},
|
|
798
|
+
"type" : "CUSTOM_LINK",
|
|
799
|
+
"openInNewTab" : true,
|
|
800
|
+
"isVisible" : true,
|
|
801
|
+
"isDisabled" : false
|
|
802
|
+
}, {
|
|
803
|
+
"uuid" : "157f07c0-ace7-4787-8f74-eb82641ee568",
|
|
804
|
+
"title" : {
|
|
805
|
+
"value" : "uieditor.menuItem.title.157f07c0-ace7-4787-8f74-eb82641ee568",
|
|
806
|
+
"isLocalized" : true,
|
|
807
|
+
"type" : "INPUT"
|
|
808
|
+
},
|
|
809
|
+
"link" : {
|
|
810
|
+
"value" : "uieditor.menuItem.link.157f07c0-ace7-4787-8f74-eb82641ee568",
|
|
811
|
+
"isLocalized" : true,
|
|
812
|
+
"type" : "INPUT"
|
|
813
|
+
},
|
|
814
|
+
"type" : "CUSTOM_LINK",
|
|
815
|
+
"openInNewTab" : false,
|
|
816
|
+
"isVisible" : true,
|
|
817
|
+
"isDisabled" : false
|
|
818
|
+
} ]
|
|
819
|
+
},
|
|
820
|
+
"BOTTOM_BAR_MENU": {
|
|
821
|
+
"menuType": "MENU_LINK",
|
|
822
|
+
"menu": [
|
|
823
|
+
{
|
|
824
|
+
"uuid": "852ddfca-cb29-431b-91a8-c53849bce6aa",
|
|
825
|
+
"title": {
|
|
826
|
+
"value": "uieditor.menuItem.title.852ddfca-cb29-431b-91a8-c53849bce6aa",
|
|
827
|
+
"isLocalized": true,
|
|
828
|
+
"type": "INPUT"
|
|
829
|
+
},
|
|
830
|
+
"link": {
|
|
831
|
+
"value": "",
|
|
832
|
+
"isLocalized": true,
|
|
833
|
+
"type": "INPUT"
|
|
834
|
+
},
|
|
835
|
+
"type": "CUSTOM_LINK",
|
|
836
|
+
"editorType": "CONTACT_US",
|
|
837
|
+
"openInNewTab": true,
|
|
838
|
+
"isVisible": true,
|
|
839
|
+
"isDisabled": false
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"uuid": "93edf021-a3e3-4686-b686-e7e41e84f61e",
|
|
843
|
+
"title": {
|
|
844
|
+
"value": "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f61e",
|
|
845
|
+
"isLocalized": true,
|
|
846
|
+
"type": "INPUT"
|
|
847
|
+
},
|
|
848
|
+
"link": {
|
|
849
|
+
"value": "",
|
|
850
|
+
"isLocalized": true,
|
|
851
|
+
"type": "INPUT"
|
|
852
|
+
},
|
|
853
|
+
"type": "CUSTOM_LINK",
|
|
854
|
+
"editorType": "HELP_CENTER",
|
|
855
|
+
"openInNewTab": true,
|
|
856
|
+
"isVisible": true,
|
|
857
|
+
"isDisabled": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"uuid": "f5223632-235f-48df-b096-ea3463b20101",
|
|
861
|
+
"title": {
|
|
862
|
+
"value": "uieditor.menuItem.title.f5223632-235f-48df-b096-ea3463b20101",
|
|
863
|
+
"isLocalized": true,
|
|
864
|
+
"type": "INPUT"
|
|
865
|
+
},
|
|
866
|
+
"link": {
|
|
867
|
+
"value": "",
|
|
868
|
+
"isLocalized": true,
|
|
869
|
+
"type": "INPUT"
|
|
870
|
+
},
|
|
871
|
+
"type": "CUSTOM_LINK",
|
|
872
|
+
"editorType": "PRIVACY_POLICY",
|
|
873
|
+
"openInNewTab": true,
|
|
874
|
+
"isVisible": true,
|
|
875
|
+
"isDisabled": false
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"uuid": "78fd1c6c-ba78-43cf-b764-2d0c710065e5",
|
|
879
|
+
"title": {
|
|
880
|
+
"value": "uieditor.menuItem.title.78fd1c6c-ba78-43cf-b764-2d0c710065e5",
|
|
881
|
+
"isLocalized": true,
|
|
882
|
+
"type": "INPUT"
|
|
883
|
+
},
|
|
884
|
+
"link": {
|
|
885
|
+
"value": "",
|
|
886
|
+
"isLocalized": true,
|
|
887
|
+
"type": "INPUT"
|
|
888
|
+
},
|
|
889
|
+
"type": "CUSTOM_LINK",
|
|
890
|
+
"editorType": "TERMS_AND_CONDITIONS",
|
|
891
|
+
"openInNewTab": true,
|
|
892
|
+
"isVisible": true,
|
|
893
|
+
"isDisabled": false
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"uuid": "93edf021-a3e3-4686-b686-e7e41e84f82f",
|
|
897
|
+
"title": {
|
|
898
|
+
"value": "uieditor.menuItem.title.93edf021-a3e3-4686-b686-e7e41e84f82f",
|
|
899
|
+
"isLocalized": true,
|
|
900
|
+
"type": "INPUT"
|
|
901
|
+
},
|
|
902
|
+
"link": {
|
|
903
|
+
"value": "",
|
|
904
|
+
"isLocalized": true,
|
|
905
|
+
"type": "INPUT"
|
|
906
|
+
},
|
|
907
|
+
"type": "CUSTOM_LINK",
|
|
908
|
+
"editorType": "LANGUAGE",
|
|
909
|
+
"openInNewTab": true,
|
|
910
|
+
"isVisible": true,
|
|
911
|
+
"isDisabled": false
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"FOOTER_MENU": {
|
|
916
|
+
"menuType": "MENU_LINK",
|
|
917
|
+
"menu": [
|
|
918
|
+
{
|
|
919
|
+
"uuid": "50b2a008-d1df-42fa-9bdf-17a8446210d6",
|
|
920
|
+
"title": {
|
|
921
|
+
"value": "uieditor.menuItem.title.50b2a008-d1df-42fa-9bdf-17a8446210d6",
|
|
922
|
+
"isLocalized": true,
|
|
923
|
+
"type": "INPUT"
|
|
924
|
+
},
|
|
925
|
+
"link": {
|
|
926
|
+
"value": "uieditor.menuItem.link.50b2a008-d1df-42fa-9bdf-17a8446210d6",
|
|
927
|
+
"isLocalized": true,
|
|
928
|
+
"type": "INPUT"
|
|
929
|
+
},
|
|
930
|
+
"type": "CUSTOM_LINK",
|
|
931
|
+
"openInNewTab": false,
|
|
932
|
+
"isVisible": true,
|
|
933
|
+
"isDisabled": false,
|
|
934
|
+
"children": [
|
|
935
|
+
{
|
|
936
|
+
"uuid": "89b4d743-b405-43a0-b6ab-9877fcdee455",
|
|
937
|
+
"title": {
|
|
938
|
+
"value": "uieditor.menuItem.title.89b4d743-b405-43a0-b6ab-9877fcdee455",
|
|
939
|
+
"isLocalized": true,
|
|
940
|
+
"type": "INPUT"
|
|
941
|
+
},
|
|
942
|
+
"link": {
|
|
943
|
+
"value": "uieditor.menuItem.link.89b4d743-b405-43a0-b6ab-9877fcdee455",
|
|
944
|
+
"isLocalized": true,
|
|
945
|
+
"type": "INPUT"
|
|
946
|
+
},
|
|
947
|
+
"type": "CUSTOM_LINK",
|
|
948
|
+
"openInNewTab": true,
|
|
949
|
+
"isVisible": true,
|
|
950
|
+
"isDisabled": false
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"uuid": "e96e3929-2bea-4283-8139-9fee0053487c",
|
|
954
|
+
"title": {
|
|
955
|
+
"value": "uieditor.menuItem.title.e96e3929-2bea-4283-8139-9fee0053487c",
|
|
956
|
+
"isLocalized": true,
|
|
957
|
+
"type": "INPUT"
|
|
958
|
+
},
|
|
959
|
+
"link": {
|
|
960
|
+
"value": "uieditor.menuItem.link.e96e3929-2bea-4283-8139-9fee0053487c",
|
|
961
|
+
"isLocalized": true,
|
|
962
|
+
"type": "INPUT"
|
|
963
|
+
},
|
|
964
|
+
"type": "CUSTOM_LINK",
|
|
965
|
+
"openInNewTab": true,
|
|
966
|
+
"isVisible": true,
|
|
967
|
+
"isDisabled": false
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"uuid": "03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
|
|
971
|
+
"title": {
|
|
972
|
+
"value": "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
|
|
973
|
+
"isLocalized": true,
|
|
974
|
+
"type": "INPUT"
|
|
975
|
+
},
|
|
976
|
+
"link": {
|
|
977
|
+
"value": "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-89abdd8e1bc6",
|
|
978
|
+
"isLocalized": true,
|
|
979
|
+
"type": "INPUT"
|
|
980
|
+
},
|
|
981
|
+
"type": "CUSTOM_LINK",
|
|
982
|
+
"openInNewTab": true,
|
|
983
|
+
"isVisible": true,
|
|
984
|
+
"isDisabled": false
|
|
985
|
+
}
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"uuid": "50b2a008-d1df-42fa-8bdf-17a8446210d7",
|
|
990
|
+
"title": {
|
|
991
|
+
"value": "uieditor.menuItem.title.50b2a008-d1df-42fa-8bdf-17a8446210d7",
|
|
992
|
+
"isLocalized": true,
|
|
993
|
+
"type": "INPUT"
|
|
994
|
+
},
|
|
995
|
+
"link": {
|
|
996
|
+
"value": "uieditor.menuItem.link.50b2a008-d1df-42fa-8bdf-17a8446210d7",
|
|
997
|
+
"isLocalized": true,
|
|
998
|
+
"type": "INPUT"
|
|
999
|
+
},
|
|
1000
|
+
"type": "CUSTOM_LINK",
|
|
1001
|
+
"openInNewTab": false,
|
|
1002
|
+
"isVisible": true,
|
|
1003
|
+
"isDisabled": false,
|
|
1004
|
+
"children": [
|
|
1005
|
+
{
|
|
1006
|
+
"uuid": "89b4d743-b405-43a0-86ab-9877fcdee475",
|
|
1007
|
+
"title": {
|
|
1008
|
+
"value": "uieditor.menuItem.title.89b4d743-b405-43a0-86ab-9877fcdee475",
|
|
1009
|
+
"isLocalized": true,
|
|
1010
|
+
"type": "INPUT"
|
|
1011
|
+
},
|
|
1012
|
+
"link": {
|
|
1013
|
+
"value": "uieditor.menuItem.link.89b4d743-b405-43a0-86ab-9877fcdee475",
|
|
1014
|
+
"isLocalized": true,
|
|
1015
|
+
"type": "INPUT"
|
|
1016
|
+
},
|
|
1017
|
+
"type": "CUSTOM_LINK",
|
|
1018
|
+
"openInNewTab": true,
|
|
1019
|
+
"isVisible": true,
|
|
1020
|
+
"isDisabled": false
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"uuid": "e96e3929-2bea-4283-1139-9fee00534872",
|
|
1024
|
+
"title": {
|
|
1025
|
+
"value": "uieditor.menuItem.title.e96e3929-2bea-4283-1139-9fee00534872",
|
|
1026
|
+
"isLocalized": true,
|
|
1027
|
+
"type": "INPUT"
|
|
1028
|
+
},
|
|
1029
|
+
"link": {
|
|
1030
|
+
"value": "uieditor.menuItem.link.e96e3929-2bea-4283-1139-9fee00534872",
|
|
1031
|
+
"isLocalized": true,
|
|
1032
|
+
"type": "INPUT"
|
|
1033
|
+
},
|
|
1034
|
+
"type": "CUSTOM_LINK",
|
|
1035
|
+
"openInNewTab": true,
|
|
1036
|
+
"isVisible": true,
|
|
1037
|
+
"isDisabled": false
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"uuid": "03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
|
|
1041
|
+
"title": {
|
|
1042
|
+
"value": "uieditor.menuItem.title.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
|
|
1043
|
+
"isLocalized": true,
|
|
1044
|
+
"type": "INPUT"
|
|
1045
|
+
},
|
|
1046
|
+
"link": {
|
|
1047
|
+
"value": "uieditor.menuItem.link.03a90d85-ce76-4ba6-bafb-28abdd8e1bca",
|
|
1048
|
+
"isLocalized": true,
|
|
1049
|
+
"type": "INPUT"
|
|
1050
|
+
},
|
|
1051
|
+
"type": "CUSTOM_LINK",
|
|
1052
|
+
"openInNewTab": true,
|
|
1053
|
+
"isVisible": true,
|
|
1054
|
+
"isDisabled": false
|
|
1055
|
+
}
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
]
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"globalStyles" : {
|
|
1062
|
+
"namespaces" : {
|
|
1063
|
+
"storefront" : {
|
|
1064
|
+
"headingBaseSize" : {
|
|
1065
|
+
"value" : "16px",
|
|
1066
|
+
"type" : "DROPDOWN"
|
|
1067
|
+
},
|
|
1068
|
+
"bodyBaseSize" : {
|
|
1069
|
+
"value" : "15px",
|
|
1070
|
+
"type" : "DROPDOWN"
|
|
1071
|
+
},
|
|
1072
|
+
"ratingStars" : {
|
|
1073
|
+
"value" : "#f7d619",
|
|
1074
|
+
"type" : "COLORPICKER"
|
|
1075
|
+
},
|
|
1076
|
+
"bodyFont" : {
|
|
1077
|
+
"value" : {
|
|
1078
|
+
"type" : "GOOGLE_FONTS",
|
|
1079
|
+
"fontGroup" : {
|
|
1080
|
+
"key" : "googleFonts",
|
|
1081
|
+
"label" : "Google Fonts"
|
|
1082
|
+
},
|
|
1083
|
+
"fontFamily" : "Open Sans"
|
|
1084
|
+
},
|
|
1085
|
+
"type" : "FONT_PICKER"
|
|
1086
|
+
},
|
|
1087
|
+
"headingFont" : {
|
|
1088
|
+
"value" : {
|
|
1089
|
+
"type" : "GOOGLE_FONTS",
|
|
1090
|
+
"fontGroup" : {
|
|
1091
|
+
"key" : "googleFonts",
|
|
1092
|
+
"label" : "Google Fonts"
|
|
1093
|
+
},
|
|
1094
|
+
"fontFamily" : "Ubuntu"
|
|
1095
|
+
},
|
|
1096
|
+
"type" : "FONT_PICKER"
|
|
1097
|
+
},
|
|
1098
|
+
"primaryColor" : {
|
|
1099
|
+
"value" : "#0076ce",
|
|
1100
|
+
"type" : "COLORPICKER"
|
|
1101
|
+
},
|
|
1102
|
+
"linkText" : {
|
|
1103
|
+
"value" : "#0071c7",
|
|
1104
|
+
"type" : "COLORPICKER"
|
|
1105
|
+
},
|
|
1106
|
+
"altEmphasisColor" : {
|
|
1107
|
+
"value" : "#d14600",
|
|
1108
|
+
"type" : "COLORPICKER"
|
|
1109
|
+
},
|
|
1110
|
+
"bodyText" : {
|
|
1111
|
+
"value" : "#474747",
|
|
1112
|
+
"type" : "COLORPICKER"
|
|
1113
|
+
},
|
|
1114
|
+
"logoImage" : {
|
|
1115
|
+
"value" : {
|
|
1116
|
+
"type" : "IMAGE_UPLOADER",
|
|
1117
|
+
"filename" : "ACME_logo_white.png",
|
|
1118
|
+
"url" : "https://d33na3ni6eqf5j.cloudfront.net/73199857-53b9-4c85-bed7-b1fdab531130/2923ad77-25ec-4eb6-8360-c3fdff436dd4.png"
|
|
1119
|
+
},
|
|
1120
|
+
"type" : "IMAGE_UPLOADER"
|
|
1121
|
+
},
|
|
1122
|
+
"pageBackground" : {
|
|
1123
|
+
"value" : "#fafafa",
|
|
1124
|
+
"type" : "COLORPICKER"
|
|
1125
|
+
},
|
|
1126
|
+
"titleText" : {
|
|
1127
|
+
"value" : "#474747",
|
|
1128
|
+
"type" : "COLORPICKER"
|
|
1129
|
+
},
|
|
1130
|
+
"emphasisColor" : {
|
|
1131
|
+
"value" : "#00802b",
|
|
1132
|
+
"type" : "COLORPICKER"
|
|
1133
|
+
},
|
|
1134
|
+
"secondaryColor" : {
|
|
1135
|
+
"value" : "#f1f1f1",
|
|
1136
|
+
"type" : "COLORPICKER"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"fontFamilies" : [ ]
|
|
339
1141
|
}
|
|
340
1142
|
}
|