comty/packages/app/constants/settingsGroupsDecorator.json

42 lines
833 B
JSON

{
"general": {
"title": "General",
"icon": "Settings"
},
"notifications": {
"title": "Notifications",
"icon": "Bell"
},
"sidebar": {
"title": "Sidebar",
"icon": "Layout"
},
"aspect": {
"title": "Aspect",
"icon": "Eye"
},
"security.account": {
"title": "Account Security",
"icon": "Lock"
},
"security.other":{
"title": "Others",
"icon": "MoreHorizontal"
},
"account.basicInfo": {
"title": "Basic Information",
"icon": "Info"
},
"account.profile": {
"title": "Profile",
"icon": "Book"
},
"layout": {
"title": "Layout",
"icon": "Layers"
},
"posts": {
"title": "Posts",
"icon": "MdOutlineFeed"
}
}