horizontalMenu.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. {
  2. "menu": [
  3. {
  4. "url": "",
  5. "name": "Dashboard",
  6. "slug": "dashboard",
  7. "icon": "feather icon-home",
  8. "i18n": "Dashboard",
  9. "submenu": [
  10. {
  11. "url": "dashboard-analytics",
  12. "name": "Analytics",
  13. "icon": "feather icon-activity",
  14. "i18n": "nav.dashboard_analytics"
  15. },
  16. {
  17. "url": "dashboard-ecommerce",
  18. "name": "eCommerce",
  19. "icon": "feather icon-shopping-cart",
  20. "i18n": "nav.dashboard_ecommerce"
  21. }
  22. ]
  23. },
  24. {
  25. "url": "#",
  26. "name": "Apps",
  27. "slug": "apps",
  28. "icon": "feather icon-package",
  29. "i18n": "Apps",
  30. "dropdown": "1",
  31. "submenu": [
  32. {
  33. "url": "app-email",
  34. "name": "Email",
  35. "i18n": "Email",
  36. "icon": "feather icon-mail",
  37. "slug": "email-application"
  38. },
  39. {
  40. "url": "app-chat",
  41. "name": "Chat",
  42. "i18n": "Chat",
  43. "icon": "feather icon-message-square",
  44. "slug": "chat-application"
  45. },
  46. {
  47. "url": "app-todo",
  48. "name": "Todo",
  49. "i18n": "Todo",
  50. "icon": "feather icon-check-square",
  51. "slug": "app-todo"
  52. },
  53. {
  54. "url": "app-calender",
  55. "name": "Calender",
  56. "i18n": "Calender",
  57. "icon": "feather icon-calendar",
  58. "slug": "app-calender"
  59. },
  60. {
  61. "url": "#",
  62. "name": "Ecommerce",
  63. "i18n": "Ecommerce",
  64. "icon": "feather icon-shopping-cart",
  65. "slug": "",
  66. "dropdown": "1",
  67. "submenu": [
  68. {
  69. "url": "app-ecommerce-shop",
  70. "name": "Shop",
  71. "i18n": "Shop",
  72. "icon": "feather icon-circle",
  73. "slug": "app-ecommerce-shop"
  74. },
  75. {
  76. "url": "app-ecommerce-details",
  77. "name": "Details",
  78. "icon": "feather icon-circle",
  79. "i18n": "nav.app_ecommerce_details"
  80. },
  81. {
  82. "url": "app-ecommerce-wishlist",
  83. "name": "Wish List",
  84. "i18n": "Wish List",
  85. "icon": "feather icon-circle",
  86. "slug": "app-ecommerce-wishlist"
  87. },
  88. {
  89. "url": "app-ecommerce-checkout",
  90. "name": "Checkout",
  91. "i18n": "Checkout",
  92. "icon": "feather icon-circle",
  93. "slug": "app-ecommerce-checkout"
  94. }
  95. ]
  96. },
  97. {
  98. "url": "",
  99. "name": "User",
  100. "icon": "feather icon-unlock",
  101. "submenu": [
  102. {
  103. "url": "app-user-list",
  104. "name": "List",
  105. "icon": "feather icon-circle",
  106. "i18n": "nav.app_user_list"
  107. },
  108. {
  109. "url": "app-user-view",
  110. "name": "View",
  111. "icon": "feather icon-circle",
  112. "i18n": "nav.app_user_view"
  113. },
  114. {
  115. "url": "app-user-edit",
  116. "name": "Edit",
  117. "icon": "feather icon-circle",
  118. "i18n": "nav.app_user_edit"
  119. }
  120. ]
  121. }
  122. ]
  123. },
  124. {
  125. "url": "#",
  126. "name": "UI Elements",
  127. "slug": "ui-elements",
  128. "icon": "feather icon-layers",
  129. "i18n": "UI Elements",
  130. "dropdown": "1",
  131. "submenu": [
  132. {
  133. "url": "#",
  134. "name": "Data List",
  135. "i18n": "Data List",
  136. "icon": "feather icon-list",
  137. "slug": "",
  138. "submenu": [
  139. {
  140. "url": "data-list-view",
  141. "name": "List View",
  142. "i18n": "List View",
  143. "icon": "feather icon-circle",
  144. "slug": "data-list-view"
  145. },
  146. {
  147. "url": "data-thumb-view",
  148. "name": "Thumb View",
  149. "i18n": "Thumb View",
  150. "icon": "feather icon-circle",
  151. "slug": "data-thumb-view"
  152. }
  153. ]
  154. },
  155. {
  156. "url": "#",
  157. "name": "Content",
  158. "slug": "content",
  159. "i18n": "Content",
  160. "icon": "feather icon-layout",
  161. "submenu": [
  162. {
  163. "url": "content-grid",
  164. "name": "Grid",
  165. "i18n": "Grid",
  166. "icon": "feather icon-circle",
  167. "slug": "content-grid"
  168. },
  169. {
  170. "url": "content-typography",
  171. "name": "Typography",
  172. "i18n": "Typography",
  173. "icon": "feather icon-circle",
  174. "slug": "content-typography"
  175. },
  176. {
  177. "url": "content-text-utilities",
  178. "name": "Text Utilities",
  179. "i18n": "Text Utilities",
  180. "icon": "feather icon-circle",
  181. "slug": "content-text-utilities"
  182. },
  183. {
  184. "url": "content-syntax-highlighter",
  185. "name": "Syntax Highlighter",
  186. "i18n": "Syntax Highlighter",
  187. "icon": "feather icon-circle",
  188. "slug": "content-syntax-highlighter"
  189. },
  190. {
  191. "url": "content-helper-classes",
  192. "name": "Helper Classes",
  193. "i18n": "Helper Classes",
  194. "icon": "feather icon-circle",
  195. "slug": "content-helper-classes"
  196. }
  197. ]
  198. },
  199. {
  200. "url": "colors",
  201. "name": "Colors",
  202. "i18n": "Colors",
  203. "icon": "feather icon-droplet",
  204. "slug": "colors"
  205. },
  206. {
  207. "url": "#",
  208. "name": "Cards",
  209. "i18n": "Cards",
  210. "icon": "feather icon-credit-card",
  211. "slug": "cards",
  212. "submenu": [
  213. {
  214. "url": "card-basic",
  215. "name": "Basic",
  216. "i18n": "Basic",
  217. "icon": "feather icon-circle",
  218. "slug": "card-basic"
  219. },
  220. {
  221. "url": "card-advance",
  222. "name": "Advance",
  223. "i18n": "Advance",
  224. "icon": "feather icon-circle",
  225. "slug": "card-advance"
  226. },
  227. {
  228. "url": "card-statistics",
  229. "name": "Statistics",
  230. "i18n": "Statistics",
  231. "icon": "feather icon-circle",
  232. "slug": "card-statistics"
  233. },
  234. {
  235. "url": "card-analytics",
  236. "name": "Analytics",
  237. "i18n": "Analytics",
  238. "icon": "feather icon-circle",
  239. "slug": "card-analytics"
  240. },
  241. {
  242. "url": "card-actions",
  243. "name": "Card Actions",
  244. "i18n": "Card Actions",
  245. "icon": "feather icon-circle",
  246. "slug": "card-actions"
  247. }
  248. ]
  249. },
  250. {
  251. "url": "#",
  252. "name": "Icons",
  253. "i18n": "Icons",
  254. "icon": "feather icon-eye",
  255. "slug": "",
  256. "submenu": [
  257. {
  258. "url": "icons-feather",
  259. "name": "Feather",
  260. "i18n": "Feather",
  261. "icon": "feather icon-circle",
  262. "slug": "icons-feather"
  263. },
  264. {
  265. "url": "icons-font-awesome",
  266. "name": "Font Awesome",
  267. "i18n": "Font Awesome",
  268. "icon": "feather icon-circle",
  269. "slug": "icons-font-awesome"
  270. }
  271. ]
  272. },
  273. {
  274. "url": "#",
  275. "name": "Components",
  276. "i18n": "Components",
  277. "icon": "feather icon-briefcase",
  278. "slug": "",
  279. "submenu": [
  280. {
  281. "url": "component-alert",
  282. "name": "Alerts",
  283. "i18n": "Alerts",
  284. "icon": "feather icon-circle",
  285. "slug": "component-alert"
  286. },
  287. {
  288. "url": "component-buttons",
  289. "name": "Buttons",
  290. "i18n": "Buttons",
  291. "icon": "feather icon-circle",
  292. "slug": "component-buttons"
  293. },
  294. {
  295. "url": "component-breadcrumbs",
  296. "name": "Breadcrumbs",
  297. "i18n": "Breadcrumbs",
  298. "icon": "feather icon-circle",
  299. "slug": "component-breadcrumbs"
  300. },
  301. {
  302. "url": "component-carousel",
  303. "name": "Carousel",
  304. "i18n": "Carousel",
  305. "icon": "feather icon-circle",
  306. "slug": "component-carousel"
  307. },
  308. {
  309. "url": "component-collapse",
  310. "name": "Collapse",
  311. "i18n": "Collapse",
  312. "icon": "feather icon-circle",
  313. "slug": "component-collapse"
  314. },
  315. {
  316. "url": "component-dropdowns",
  317. "name": "Dropdowns",
  318. "i18n": "Dropdowns",
  319. "icon": "feather icon-circle",
  320. "slug": "component-dropdowns"
  321. },
  322. {
  323. "url": "component-list-group",
  324. "name": "List Group",
  325. "i18n": "List Group",
  326. "icon": "feather icon-circle",
  327. "slug": "component-list-group"
  328. },
  329. {
  330. "url": "component-modals",
  331. "name": "Modals",
  332. "i18n": "Modals",
  333. "icon": "feather icon-circle",
  334. "slug": "component-modals"
  335. },
  336. {
  337. "url": "component-pagination",
  338. "name": "Pagination",
  339. "i18n": "Pagination",
  340. "icon": "feather icon-circle",
  341. "slug": "component-pagination"
  342. },
  343. {
  344. "url": "component-navs",
  345. "name": "Navs Component",
  346. "i18n": "Navs Component",
  347. "icon": "feather icon-circle",
  348. "slug": "component-navs"
  349. },
  350. {
  351. "url": "component-navbar",
  352. "name": "Navbar",
  353. "icon": "feather icon-circle",
  354. "i18n": "Navbar",
  355. "slug": "component-navbar"
  356. },
  357. {
  358. "url": "component-tabs",
  359. "name": "Tabs Component",
  360. "i18n": "Tabs Component",
  361. "icon": "feather icon-circle",
  362. "slug": "component-tabs"
  363. },
  364. {
  365. "url": "component-pills",
  366. "name": "Pills Component",
  367. "i18n": "Pills Component",
  368. "icon": "feather icon-circle",
  369. "slug": "component-pills"
  370. },
  371. {
  372. "url": "component-tooltips",
  373. "name": "Tooltips",
  374. "i18n": "Tooltips",
  375. "icon": "feather icon-circle",
  376. "slug": "component-tooltips"
  377. },
  378. {
  379. "url": "component-popovers",
  380. "name": "Popovers",
  381. "i18n": "Popovers",
  382. "icon": "feather icon-circle",
  383. "slug": "component-popovers"
  384. },
  385. {
  386. "url": "component-badges",
  387. "name": "Badges",
  388. "i18n": "Badges",
  389. "icon": "feather icon-circle",
  390. "slug": "component-badges"
  391. },
  392. {
  393. "url": "component-pill-badges",
  394. "name": "Pill Badges",
  395. "i18n": "Pill Badges",
  396. "icon": "feather icon-circle",
  397. "slug": "component-pill-badges"
  398. },
  399. {
  400. "url": "component-progress",
  401. "name": "Progress",
  402. "i18n": "Progress",
  403. "icon": "feather icon-circle",
  404. "slug": "component-progress"
  405. },
  406. {
  407. "url": "component-media-objects",
  408. "name": "Media Objects",
  409. "icon": "feather icon-circle",
  410. "slug": "component-media-objects"
  411. },
  412. {
  413. "url": "component-spinner",
  414. "name": "Spinner",
  415. "i18n": "Spinner",
  416. "icon": "feather icon-circle",
  417. "slug": "component-bs-spinner"
  418. },
  419. {
  420. "url": "component-toast",
  421. "name": "Toasts",
  422. "i18n": "Toasts",
  423. "icon": "feather icon-circle",
  424. "slug": "component-toast"
  425. }
  426. ]
  427. },
  428. {
  429. "url": "#",
  430. "name": "Extra Components",
  431. "i18n": "Extra Components",
  432. "icon": "feather icon-box",
  433. "slug": "",
  434. "submenu": [
  435. {
  436. "url": "ex-component-avatar",
  437. "name": "Avatar",
  438. "i18n": "Avatar",
  439. "icon": "feather icon-circle",
  440. "slug": "ex-component-avatar"
  441. },
  442. {
  443. "url": "ex-component-chips",
  444. "name": "Chips",
  445. "i18n": "Chips",
  446. "icon": "feather icon-circle",
  447. "slug": "ex-component-chips"
  448. },
  449. {
  450. "url": "ex-component-divider",
  451. "name": "Divider",
  452. "i18n": "Divider",
  453. "icon": "feather icon-circle",
  454. "slug": "ex-component-divider"
  455. }
  456. ]
  457. },
  458. {
  459. "url": "#",
  460. "name": "Extensions",
  461. "i18n": "Extensions",
  462. "icon": "feather icon-box",
  463. "slug": "extensions",
  464. "submenu": [
  465. {
  466. "url": "ext-component-sweet-alerts",
  467. "name": "Sweet Alert",
  468. "i18n": "Sweet Alert",
  469. "icon": "feather icon-circle",
  470. "slug": "ext-component-sweet-alerts"
  471. },
  472. {
  473. "url": "ext-component-toastr",
  474. "name": "Toastr",
  475. "i18n": "Toastr",
  476. "icon": "feather icon-circle",
  477. "slug": "ext-component-toastr"
  478. },
  479. {
  480. "url": "ext-component-noui-slider",
  481. "name": "NoUi Slider",
  482. "i18n": "NoUi Slider",
  483. "icon": "feather icon-circle",
  484. "slug": "ext-component-noui-slider"
  485. },
  486. {
  487. "url": "ext-component-file-uploader",
  488. "name": "File Uploader",
  489. "i18n": "File Uploader",
  490. "icon": "feather icon-circle",
  491. "slug": "ext-component-file-uploader"
  492. },
  493. {
  494. "url": "ext-component-quill-editor",
  495. "name": "Quill Editor",
  496. "i18n": "Quill Editor",
  497. "icon": "feather icon-circle",
  498. "slug": "ext-component-quill-editor"
  499. },
  500. {
  501. "url": "ext-component-drag-drop",
  502. "name": "Drag & Drop",
  503. "i18n": "Drag & Drop",
  504. "icon": "feather icon-circle",
  505. "slug": "ext-component-drag-drop"
  506. },
  507. {
  508. "url": "ext-component-tour",
  509. "name": "Tour",
  510. "i18n": "Tour",
  511. "icon": "feather icon-circle",
  512. "slug": "ext-component-tour"
  513. },
  514. {
  515. "url": "ext-component-clipboard",
  516. "name": "Clipboard",
  517. "i18n": "Clipboard",
  518. "icon": "feather icon-circle",
  519. "slug": "ext-component-clipboard"
  520. },
  521. {
  522. "url": "ext-component-plyr",
  523. "name": "Media player",
  524. "i18n": "Media player",
  525. "icon": "feather icon-circle",
  526. "slug": "Media Player"
  527. },
  528. {
  529. "url": "ext-component-context-menu",
  530. "name": "Context Menu",
  531. "i18n": "Context Menu",
  532. "icon": "feather icon-circle",
  533. "slug": "ext-component-context-menu"
  534. },
  535. {
  536. "url": "ext-component-swiper",
  537. "name": "Swiper",
  538. "i18n": "swiper",
  539. "icon": "feather icon-smartphone",
  540. "slug": "nav.ext-component-swiper"
  541. },
  542. {
  543. "url": "ext-component-i18n",
  544. "name": "l18n",
  545. "i18n": "l18n",
  546. "icon": "feather icon-circle",
  547. "slug": "ext-component-i18n"
  548. }
  549. ]
  550. }
  551. ]
  552. },
  553. {
  554. "url": "#",
  555. "name": "Forms & Tables",
  556. "icon": "feather icon-edit-2",
  557. "slug": "Forms & Tables",
  558. "i18n": "Dashboard",
  559. "dropdown": "1",
  560. "submenu": [
  561. {
  562. "url": "#",
  563. "name": "Form Elements",
  564. "i18n": "Form Elements",
  565. "icon": "feather icon-copy",
  566. "slug": "",
  567. "submenu": [
  568. {
  569. "url": "form-select",
  570. "name": "Select",
  571. "i18n": "Select",
  572. "icon": "feather icon-circle",
  573. "slug": "form-select"
  574. },
  575. {
  576. "url": "form-switch",
  577. "name": "Switch",
  578. "i18n": "Switch",
  579. "icon": "feather icon-circle",
  580. "slug": "form-switch"
  581. },
  582. {
  583. "url": "form-checkbox",
  584. "name": "Checkbox",
  585. "i18n": "Checkbox",
  586. "icon": "feather icon-circle",
  587. "slug": "form-checkbox"
  588. },
  589. {
  590. "url": "form-radio",
  591. "name": "Radio",
  592. "i18n": "Radio",
  593. "icon": "feather icon-circle",
  594. "slug": "form-radio"
  595. },
  596. {
  597. "url": "form-input",
  598. "name": "Input",
  599. "i18n": "Input",
  600. "icon": "feather icon-circle",
  601. "slug": "form-input"
  602. },
  603. {
  604. "url": "form-input-groups",
  605. "name": "Input Groups",
  606. "i18n": "Input Groups",
  607. "icon": "feather icon-circle",
  608. "slug": "form-input-groups"
  609. },
  610. {
  611. "url": "form-number-input",
  612. "name": "Number Input",
  613. "i18n": "Number Input",
  614. "icon": "feather icon-circle",
  615. "slug": "form-number-input"
  616. },
  617. {
  618. "url": "form-textarea",
  619. "name": "Textarea",
  620. "i18n": "Textarea",
  621. "icon": "feather icon-circle",
  622. "slug": "form-textarea"
  623. },
  624. {
  625. "url": "form-date-time-picker",
  626. "name": "Date & Time Picker",
  627. "i18n": "Date & Time Picker",
  628. "icon": "feather icon-circle",
  629. "slug": "form-date-time-picker"
  630. }
  631. ]
  632. },
  633. {
  634. "url": "form-layout",
  635. "name": "Form Layout",
  636. "i18n": "Form Layout",
  637. "icon": "feather icon-box",
  638. "slug": "form-layout"
  639. },
  640. {
  641. "url": "form-wizard",
  642. "name": "Form Wizard",
  643. "i18n": "Form Wizard",
  644. "icon": "feather icon-package",
  645. "slug": "form-wizard"
  646. },
  647. {
  648. "url": "form-validation",
  649. "name": "Form Validation",
  650. "i18n": "Form Validation",
  651. "icon": "feather icon-check-circle",
  652. "slug": "form-validation"
  653. },
  654. {
  655. "url": "table",
  656. "name": "Table",
  657. "i18n": "Table",
  658. "icon": "feather icon-server",
  659. "slug": "table"
  660. },
  661. {
  662. "url": "table-datatable",
  663. "name": "Datatable",
  664. "i18n": "Datatable",
  665. "icon": "feather icon-grid",
  666. "slug": "table-datatable"
  667. },
  668. {
  669. "url": "table-ag-grid",
  670. "name": "agGrid Table",
  671. "icon": "feather icon-grid",
  672. "i18n": "nav.table_ag_grid",
  673. "slug": "table-ag-grid"
  674. }
  675. ]
  676. },
  677. {
  678. "url": "#",
  679. "name": "Pages",
  680. "icon": "feather icon-file",
  681. "slug": "pages",
  682. "i18n": "Pages",
  683. "dropdown": "1",
  684. "submenu": [
  685. {
  686. "url": "page-user-profile",
  687. "name": "Profile",
  688. "i18n": "Profile",
  689. "icon": "feather icon-user",
  690. "slug": "user-profile"
  691. },
  692. {
  693. "url": "page-account-settings",
  694. "name": "Account Settings",
  695. "icon": "feather icon-settings",
  696. "i18n": "nav.page_account_settings"
  697. },
  698. {
  699. "url": "page-faq",
  700. "name": "FAQ",
  701. "i18n": "FAQ",
  702. "icon": "feather icon-help-circle",
  703. "slug": "faq"
  704. },
  705. {
  706. "url": "page-knowledge-base",
  707. "name": "Knowledge Base",
  708. "i18n": "Knowledge Base",
  709. "icon": "feather icon-info",
  710. "slug": "knowledge-base"
  711. },
  712. {
  713. "url": "page-search",
  714. "name": "Search",
  715. "i18n": "Search",
  716. "icon": "feather icon-search",
  717. "slug": "search-page"
  718. },
  719. {
  720. "url": "page-invoice",
  721. "name": "Invoice",
  722. "i18n": "Invoice",
  723. "icon": "feather icon-file",
  724. "slug": "invoice"
  725. },
  726. {
  727. "url": "#",
  728. "name": "Authentication",
  729. "i18n": "Authentication",
  730. "icon": "feather icon-unlock",
  731. "slug": "",
  732. "submenu": [
  733. {
  734. "url": "auth-login",
  735. "name": "Login",
  736. "i18n": "Login",
  737. "icon": "feather icon-circle",
  738. "slug": "login"
  739. },
  740. {
  741. "url": "auth-register",
  742. "name": "Register",
  743. "i18n": "Register",
  744. "icon": "feather icon-circle",
  745. "slug": "register"
  746. },
  747. {
  748. "url": "auth-forgot-password",
  749. "name": "Forgot Password",
  750. "i18n": "Forgot Password",
  751. "icon": "feather icon-circle",
  752. "slug": "forgot-password"
  753. },
  754. {
  755. "url": "auth-reset-password",
  756. "name": "Reset Password",
  757. "i18n": "Reset Password",
  758. "icon": "feather icon-circle",
  759. "slug": "reset-password"
  760. },
  761. {
  762. "url": "auth-lock-screen",
  763. "name": "Lock Screen",
  764. "i18n": "Lock Screen",
  765. "icon": "feather icon-circle",
  766. "slug": "lock-screen"
  767. }
  768. ]
  769. },
  770. {
  771. "url": "#",
  772. "name": "Miscellaneous",
  773. "i18n": "Miscellaneous",
  774. "icon": "feather icon-file-text",
  775. "slug": "",
  776. "submenu": [
  777. {
  778. "url": "page-coming-soon",
  779. "name": "Coming Soon",
  780. "i18n": "Coming Soon",
  781. "icon": "feather icon-circle",
  782. "slug": "coming-soon"
  783. },
  784. {
  785. "url": "error-404",
  786. "name": "Error 404",
  787. "i18n": "404",
  788. "icon": "feather icon-circle",
  789. "slug": "error-404"
  790. },
  791. {
  792. "url": "error-500",
  793. "name": "Error 500",
  794. "i18n": "500",
  795. "icon": "feather icon-circle",
  796. "slug": "error-500"
  797. },
  798. {
  799. "url": "page-not-authorized",
  800. "name": "Not Authorized",
  801. "i18n": "Not Authorized",
  802. "icon": "feather icon-circle",
  803. "slug": "not-authorized"
  804. },
  805. {
  806. "url": "page-maintenance",
  807. "name": "Maintenance",
  808. "i18n": "Maintenance",
  809. "icon": "feather icon-circle",
  810. "slug": "maintenance"
  811. }
  812. ]
  813. }
  814. ]
  815. },
  816. {
  817. "url": "#",
  818. "name": "Charts & Maps",
  819. "icon": "feather icon-bar-chart-2",
  820. "slug": "chart",
  821. "i18n": "Charts & Maps",
  822. "dropdown": "1",
  823. "submenu": [
  824. {
  825. "url": "#",
  826. "name": "Charts",
  827. "i18n": "Charts",
  828. "icon": "feather icon-pie-chart",
  829. "slug": "",
  830. "submenu": [
  831. {
  832. "url": "chart-apex",
  833. "name": "Apex",
  834. "i18n": "Apex",
  835. "icon": "feather icon-circle",
  836. "slug": "chart-apex"
  837. },
  838. {
  839. "url": "chart-chartjs",
  840. "name": "Chartjs",
  841. "i18n": "Chartjs",
  842. "icon": "feather icon-circle",
  843. "slug": "chart-chartjs"
  844. },
  845. {
  846. "url": "chart-echarts",
  847. "name": "Echarts",
  848. "i18n": "Echarts",
  849. "icon": "feather icon-circle",
  850. "slug": "chart-echarts"
  851. }
  852. ]
  853. },
  854. {
  855. "url": "maps-google",
  856. "name": "Google Maps",
  857. "i18n": "Google Maps",
  858. "icon": "feather icon-map",
  859. "slug": "maps-google"
  860. }
  861. ]
  862. },
  863. {
  864. "url": "#",
  865. "name": "Others",
  866. "icon": "feather icon-more-horizontal",
  867. "slug": "others",
  868. "i18n": "Others",
  869. "dropdown": "1",
  870. "submenu": [
  871. {
  872. "url": "#",
  873. "name": "Menu Levels",
  874. "i18n": "Menu Levels",
  875. "icon": "feather icon-menu",
  876. "slug": "",
  877. "submenu": [
  878. {
  879. "url": "#",
  880. "name": "Second Level",
  881. "i18n": "Second Level",
  882. "icon": "feather icon-circle",
  883. "slug": ""
  884. },
  885. {
  886. "url": "#",
  887. "name": "Second Level",
  888. "i18n": "Second Level",
  889. "icon": "feather icon-circle",
  890. "slug": "",
  891. "submenu": [
  892. {
  893. "url": "#",
  894. "name": "Third Level",
  895. "i18n": "Third Level",
  896. "icon": "feather icon-circle",
  897. "slug": ""
  898. },
  899. {
  900. "url": "#",
  901. "name": "Third Level",
  902. "i18n": "Third Level",
  903. "icon": "feather icon-circle",
  904. "slug": ""
  905. }
  906. ]
  907. }
  908. ]
  909. },
  910. {
  911. "url": "",
  912. "name": "Disabled Menu",
  913. "i18n": "Disabled Menu",
  914. "icon": "feather icon-eye-off",
  915. "slug": "",
  916. "classlist": "disabled"
  917. },
  918. {
  919. "url": "https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/documentation-laravel.html",
  920. "name": "Documentation",
  921. "i18n": "Documentation",
  922. "slug": "documentation",
  923. "icon": "feather icon-folder"
  924. },
  925. {
  926. "url": "https://pixinvent.ticksy.com/",
  927. "name": "Raise Support",
  928. "i18n": "Raise Support",
  929. "slug": "support-raise-support",
  930. "icon": "feather icon-life-buoy"
  931. }
  932. ]
  933. }
  934. ]
  935. }