You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

1 year ago
/**
* ,
* :
* type: , :
* GROUP:
* ROUTE:
* JAVASCRIPT: Javascript
* URL: url
* SEPERATOR:
* order:
* parentId: ID
* id: ID
* titleI18nKey: KEY
* icon:
* routeName:
* routeQuery: , Map, "routeQuery":{"key1":"value1","key2":"value2"}
*/
[
/**/
{ "type": "GROUP", "order": 20000, "id": "menu.lcdp", "titleI18nKey": "menu.lcdp", "icon": "bi-boxes" },
/*/*/
{
"type": "ROUTE",
"order": 100,
"parentId": "menu.lcdp",
"id": "menu.lcdp.frontend",
"titleI18nKey": "menu.lcdp.frontend",
"icon": "bi-filetype-html",
"routeName": "route.lcdp.frontend"
},
/*/*/
{
"type": "ROUTE",
"order": 200,
"parentId": "menu.lcdp",
"id": "menu.lcdp.theme",
"titleI18nKey": "menu.lcdp.theme",
"icon": "bi-palette",
"routeName": "route.lcdp.theme"
}
]