search_ui/json/entity/entityMenu.json

37 lines
745 B
JSON
Raw Normal View History

2025-02-26 07:52:46 +00:00
{
"entity": [
{
"color": 5,
"icon": "Home-21",
"link": "defaultRoute",
"title": "پیشخوان",
"show": true,
"translateKey": "Dashboard"
},
{
"color": 5,
"icon": "Layout-Text-Window--Streamline-Bootstrap",
"link": "showEntity",
"title": "متن",
"show": true,
"translateKey": "Text"
},
{
"color": 5,
"icon": "Component-68--1",
"link": "navigationView",
"title": "فهرست",
"show": true,
"translateKey": "InitialList"
},
{
"color": 5,
"icon": "portal-roles",
"link": "entityResearch",
"title": "تحقیقات",
"show": true,
"translateKey": "Research"
}
]
}