-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtenant.config.ts
131 lines (130 loc) · 4.19 KB
/
tenant.config.ts
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
import type { Tenant } from '@planet-sdk/common/build/types/tenant';
export const defaultTenant: Tenant = {
id: 'ten_NxJq55pm',
config: {
appDomain: 'https://web.plant-for-the-planet.org/',
externalUrl: 'https://web.plant-for-the-planet.org',
customDomain: 'https://web.plant-for-the-planet.org',
font: {
primaryFontURL: null,
secondaryFontURL: null,
primaryFontFamily:
'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"',
secondaryFontFamily:
'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"',
},
meta: {
image:
'https://cdn.plant-for-the-planet.org/media/images/app/bg_layer.jpg',
title: 'Plant trees around the world - Plant-for-the-Planet',
locale: 'en_US',
appTitle: 'Plant for the Planet',
description:
"We are children and youth on a mission: bring back a trillion trees! No matter where you are, it's never been easier to plant trees and become part of the fight against climate crisis.",
twitterHandle: '',
},
slug: 'planet',
header: {
items: [
{ title: 'home', onclick: '/', visible: true, headerKey: 'home' },
{
title: 'aboutUs',
onclick: 'https://www.plant-for-the-planet.org/',
subMenu: [
{
title: 'overview',
onclick: 'https://www.plant-for-the-planet.org/',
visible: true,
},
{
title: 'childrenAndYouth',
onclick: 'https://www.plant-for-the-planet.org/children-youth/',
visible: true,
},
{
title: 'trillionTrees',
onclick: 'https://www.plant-for-the-planet.org/trillion-trees/',
visible: true,
},
{
title: 'yucatan',
onclick: 'https://www.plant-for-the-planet.org/yucatan/',
visible: true,
},
{
title: 'partners',
onclick: 'https://www.plant-for-the-planet.org/partners/',
visible: true,
},
{
title: 'changeChocolate',
onclick: 'https://www.plant-for-the-planet.org/change-chocolate/',
visible: true,
},
{
title: 'stopTalkingStartPlanting',
onclick:
'https://www.plant-for-the-planet.org/stop-talking-start-planting/',
visible: true,
},
],
visible: true,
headerKey: 'about',
},
{
title: 'leaders',
onclick: '/all',
visible: true,
headerKey: 'leaderboard',
},
{
title: 'signIn',
onclick: '/me',
visible: true,
headerKey: 'me',
loggedInTitle: 'me',
},
{
title: 'shop',
onclick: 'https://thegoodshop.org',
visible: false,
headerKey: 'shop',
},
],
tenantLogoURL: 'https://cdn.plant-for-the-planet.org/logo/svg/planet.svg',
tenantLogoLink: '/',
isSecondaryTenant: false,
},
manifest: '/tenants/planet/manifest.json',
languages: ['en', 'de', 'es', 'fr', 'it', 'pt-BR', 'cs'],
tenantURL: 'web.plant-for-the-planet.org',
tenantGoal: null,
footerLinks: [
'shop',
'privacy',
'terms',
'imprint',
'contact',
'downloads',
'annualReports',
'team',
'jobs',
'supportUs',
'blogs',
'faqs',
],
showUNEPLogo: true,
showRedeemHint: true,
darkModeEnabled: false,
enableGuestSepa: false,
fallbackCurrency: null,
showUNDecadeLogo: true,
},
images: { featuredImage: null, bannerImage: null },
name: 'Plant-for-the-Planet',
description:
'This Tenant is used for Beta version of the Plant-for-the-Planet Web App. At the end of the beta period, all donations will be re-associated to the main Plant-for-the-Planet Tenant',
topProjectsOnly: false,
image: null,
tenantGoal: 2147483647,
};