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.
 
 
 
 
 
 

36 lines
2.4 KiB

/**
* ,
* :
* type: , :
* GROUP:
* ROUTE:
* JAVASCRIPT: Javascript
* URL: url
* SEPERATOR:
* order:
* parentId: ID
* id: ID
* titleI18nKey: KEY
* icon:
* routeName:
* routeQuery: , Map, "routeQuery":{"key1":"value1","key2":"value2"}
*/
[
/*CIPS*/
{"type":"GROUP", "order":30000, "id":"menu.cips", "titleI18nKey":"menu.cips", "icon":"bi-c-square"},
/*CIPS/*/
{"type":"GROUP", "order":100, "parentId":"menu.cips", "id":"menu.cips.data", "titleI18nKey":"menu.cips.data", "icon":"bi-database"},
/*CIPS//*/
{"type":"ROUTE", "order":100, "parentId":"menu.cips.data", "id":"menu.cips.data.country", "titleI18nKey":"menu.cips.data.country", "icon":"bi-flag", "routeName":"route.cips.data.country"},
/*CIPS//BIC*/
{"type":"ROUTE", "order":200, "parentId":"menu.cips.data", "id":"menu.cips.data.bic", "titleI18nKey":"menu.cips.data.bic", "icon":"bi-grid", "routeName":"route.cips.data.bic"},
/*CIPS/*/
{"type":"GROUP", "order":200, "parentId":"menu.cips", "id":"menu.cips.blacklist", "titleI18nKey":"menu.cips.blacklist", "icon":"view_headline"},
/*CIPS/*/
{"type":"ROUTE", "order":100, "parentId":"menu.cips.blacklist", "id":"menu.cips.blacklist.country", "titleI18nKey":"menu.cips.blacklist.country", "icon":"flag", "routeName":"route.cips.blacklist.country"},
/*CIPS/*/
{"type":"ROUTE", "order":100, "parentId":"menu.cips.blacklist", "id":"menu.cips.blacklist.personal", "titleI18nKey":"menu.cips.blacklist.personal", "icon":"man", "routeName":"route.cips.blacklist.personal"}
]