@thryveai/theme-interfaces 2.3.2 → 2.3.3
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/README.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
#V8 Theme Interfaces
|
|
2
|
-
|
|
3
|
-
interfaces for all MI9 Retailer Themes.
|
|
4
|
-
|
|
5
|
-
###icons.interfaces
|
|
6
|
-
List of all icons used inside the ui projects.
|
|
7
|
-
|
|
8
|
-
###retailer-settings.interfaces
|
|
9
|
-
more info here
|
|
10
|
-
https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
|
|
11
|
-
###theme.interfaces
|
|
12
|
-
The interface for each theme, colors, fonts, sizes and other css properties.
|
|
13
|
-
|
|
14
|
-
#To Build Project
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
npm install
|
|
18
|
-
npm run build
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
#To Publish npm package
|
|
22
|
-
```
|
|
23
|
-
npm login
|
|
24
|
-
npm publish
|
|
25
|
-
```
|
|
26
|
-
or
|
|
27
|
-
```
|
|
28
|
-
npm run push
|
|
29
|
-
```
|
|
1
|
+
#V8 Theme Interfaces
|
|
2
|
+
|
|
3
|
+
interfaces for all MI9 Retailer Themes.
|
|
4
|
+
|
|
5
|
+
###icons.interfaces
|
|
6
|
+
List of all icons used inside the ui projects.
|
|
7
|
+
|
|
8
|
+
###retailer-settings.interfaces
|
|
9
|
+
more info here
|
|
10
|
+
https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
|
|
11
|
+
###theme.interfaces
|
|
12
|
+
The interface for each theme, colors, fonts, sizes and other css properties.
|
|
13
|
+
|
|
14
|
+
#To Build Project
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
npm install
|
|
18
|
+
npm run build
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
#To Publish npm package
|
|
22
|
+
```
|
|
23
|
+
npm login
|
|
24
|
+
npm publish
|
|
25
|
+
```
|
|
26
|
+
or
|
|
27
|
+
```
|
|
28
|
+
npm run push
|
|
29
|
+
```
|
|
@@ -374,6 +374,12 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
374
374
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
375
375
|
helpLink: 'https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304783908/Client+Cache'
|
|
376
376
|
},
|
|
377
|
+
giftCards: {
|
|
378
|
+
title: "Gift Cards",
|
|
379
|
+
description: "Enables gift cards on the payments section of checkout.",
|
|
380
|
+
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3313598656/Gift+Cards",
|
|
381
|
+
type: exports.AdminTemplateInputTypes.checkbox,
|
|
382
|
+
},
|
|
377
383
|
enableVouchers: {
|
|
378
384
|
title: "Voucher",
|
|
379
385
|
description: "Enables voucher on checkout page (requires integration).",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var DefaultConfigSFUI = {
|
|
4
4
|
adminPanelOnly: {
|
|
5
|
-
bannerName:
|
|
6
|
-
logoUrl:
|
|
5
|
+
bannerName: "New banner name",
|
|
6
|
+
logoUrl: "https://wynshop.com/wp-content/uploads/2021/08/xWynshop_Font_logo_150x39.png.pagespeed.ic.3j0jIxPBvP.webp 1x",
|
|
7
7
|
},
|
|
8
8
|
advertSettings: {},
|
|
9
9
|
timeslotModalSettings: {
|
|
@@ -189,6 +189,7 @@ var DefaultConfigSFUI = {
|
|
|
189
189
|
features: {
|
|
190
190
|
additionalCharges: false,
|
|
191
191
|
clientCache: false,
|
|
192
|
+
giftCards: false,
|
|
192
193
|
enableVouchers: false,
|
|
193
194
|
smartbanner: {
|
|
194
195
|
enabled: false,
|