base_ui/json/dashboard/majles/menuMinimal.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2025-02-01 09:34:55 +00:00
{
"majles": [
{
"color": 5,
"icon": "Home-2",
"link": "defaultRoute",
"title": "پیشخوان",
"translateKey": "Dashboard"
},
{
"color": 5,
"icon": "Component-285--2",
"link": "notifications",
"title": "اعلانات",
"translateKey": "Notifications"
}
],
"favorite": [
{
"color": 1,
"icon": "bookmark-4",
"link": "favorites",
"title": "علاقه مندی ها",
"translateKey": "Favorites",
"subMenu": []
}
],
"identifications": [
{
"color": 2,
"icon": "Group-7932",
"link": "userSettingModuleLayout",
"title": "مشخصات",
"translateKey": "Profile",
"subMenu": [
{
"color": 2,
"icon": "settings",
"link": "myAccount",
"translateKey": "MyAccount",
"title": "حساب من"
},
{
"color": 2,
"icon": "settings",
"link": "resetPassword",
"translateKey": "ChangePassword",
"title": "تغییر رمز عبور"
}
]
}
]
}