-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
32 lines (32 loc) · 1.04 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"DeliveryOptions": {
"ProjectId": "5c666f66-c412-01b0-1e8c-df49189e190c"
},
"LinkHideExtensions": false,
"LinksUseHttps": true,
"LinkLowercase": true,
"Site": {
"FavIcon": "/images/favicon.png",
"LogoDark": "/images/logo.svg",
"LogoLight": "/images/logo-white.svg",
"HamburgerBackgroundImage": "/images/leaf-light-grey.svg",
"BackgroundImagePrimary": "/images/header.jpg",
"BackgroundImageSecondary": "/images/leaf-light-grey.svg",
"BackgroundImageProduct": "/images/leaf.svg",
"FooterText": "Copyright {0} Planty Inc. All rights reserved.",
"SnipcartApiKey": "YzIyNTAxNjEtZjU4MS00MTc4LTkwMmMtYTJlZjg4Yzg5ZDg3NjM3NDMwOTQ3MzA2NDYyMzkx",
"palette": {
"default": "#FFFFFF",
"light": "#F0F0F0",
"medium": "#6B797A",
"dark": "#384647",
"active": "#88DD9B",
"active_light": "#C0FDB6",
"active_medium": "#5C9174",
"active_dark": "#547567",
"dark_grey": "#273132",
"light_grey": "#6B797A",
"bg_image_cart": "/images/leaf-light-grey.svg"
}
}
}