Web:Client: Add Branding, Appearance in settingsTree.

This commit is contained in:
Vlada Gazizova 2022-08-23 13:51:30 +03:00
parent a75f794d3f
commit be8e0a1c60

View File

@ -37,11 +37,47 @@ export const settingsTree = [
},
],
},
{
key: "0-1",
icon: "",
link: "branding",
tKey: "Branding",
isCategory: true,
children: [
{
key: "0-1-0",
icon: "",
link: "white-label",
tKey: "WhiteLabel",
},
{
key: "0-1-1",
icon: "",
link: "company-info-settings",
tKey: "CompanyInfoSettings",
},
{
key: "0-1-2",
icon: "",
link: "additional-resources",
tKey: "AdditionalResources",
},
],
},
{
key: "0-2",
icon: "",
link: "whitelabel",
tKey: "WhiteLabel",
link: "appearance",
tKey: "Appearance",
isCategory: true,
children: [
{
key: "0-2-0",
icon: "",
link: "appearance",
tKey: "Appearance",
},
],
},
],
},