base_ui/json/dashboard/majles/menuDefault.json

48 lines
958 B
JSON
Raw Normal View History

2025-02-01 09:34:55 +00:00
{
"dashboard": [
{
"color": 1,
"icon": "Home-21",
"link": "defaultRoute",
"title": "پیشخوان",
"subMenu": [],
"translateKey": "Dashboard"
}
],
"notifications": [
{
"icon": "Component-285--2",
"color": 3,
"link": "notifications",
"translateKey": "Notifications",
"title": "اعلانات"
}
],
"favorite": [
{
"color": 1,
"icon": "bookmark-1",
"link": "favorites",
"title": "علاقه مندی ها",
"translateKey": "Favorites",
"subMenu": [
{
"color": 5,
"icon": "bookmark-1",
"link": "favorites",
"title": "علامت ها",
"translateKey": "Marks"
},
{
"color": 5,
"icon": "bookmark-1",
"link": "histories",
"title": "تاریخچه",
"translateKey": "History"
}
]
}
]
}