Changeset View
Changeset View
Standalone View
Standalone View
src/resources/themes/default/theme.json
{ | { | ||||
"menu": [ | "menu": [ | ||||
{ | { | ||||
"label": "explore", | |||||
"location": "https://kolabnow.com/", | |||||
"admin": true, | |||||
"reseller": true | |||||
}, | |||||
{ | |||||
"label": "blog", | |||||
"location": "https://blogs.kolabnow.com/", | |||||
"admin": true, | |||||
"reseller": true | |||||
}, | |||||
{ | |||||
"label": "support", | "label": "support", | ||||
"location": "/support", | "location": "/support", | ||||
"page": "support", | "page": "support", | ||||
"admin": true, | "admin": true, | ||||
"reseller": true | "reseller": true | ||||
}, | |||||
{ | |||||
"label": "tos", | |||||
"location": "https://kolabnow.com/tos", | |||||
"footer": true, | |||||
"reseller": true | |||||
} | } | ||||
], | ], | ||||
"faq": { | "faq": { | ||||
"signup": [ | "signup": [ | ||||
{ | { | ||||
"href": "https://kolabnow.com/tos", | |||||
"label": "tos" | |||||
}, | |||||
{ | |||||
"href": "https://kb.kolabnow.com/faq/can-i-upgrade-an-individual-account-to-a-group-account", | |||||
"label": "account-upgrade" | |||||
}, | |||||
{ | |||||
"href": "https://kb.kolabnow.com/faq/how-much-storage-comes-with-my-account", | |||||
"label": "storage" | |||||
}, | |||||
{ | |||||
"href": "/support", | "href": "/support", | ||||
"label": "support" | "label": "support" | ||||
} | } | ||||
] | ] | ||||
} | } | ||||
} | } |