File: /var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/resources/js/json/menu.js
export default [
{
path: "",
label: "Homepage",
children: [
{
path: "/menus",
label: "Menu Editor",
children: [],
},
{
path: "/banners",
label: "Banners",
children: [],
},
{
path: "/announcement",
label: "Announcements",
children: [],
},
{
path: "/testimonials",
label: "Testimonials",
children: [],
},
{
path: "/promotion",
label: "Promotion",
children: [],
},
{
path: "/whyPick",
label: "Why Pick",
children: [],
},
],
},
{
path: "",
label: "Book Management",
children: [
{
path: "/books",
label: "Book List",
children: [],
},
{
path: "/genre",
label: "Genre",
children: [],
},
{
path: "/bookReviews",
label: "Book Reviews",
children: [],
},
{
path: "/subscribers",
label: "Newsletters / Suggestions or Feedbacks",
children: [],
},
{
path: "/characterAssets",
label: "Character Assets",
children: [],
},
{
path: "/bookFormats",
label: "Book Formats",
children: [],
},
{
path: "/bookCovers",
label: "Book Covers",
children: [],
},
{
path: "/subscriptionCategory",
label: "Subscription Categories",
children: [],
},
],
},
{
path: "",
label: "Order Management",
children: [
{
path: "/orders",
label: "Order List",
children: [],
},
{
path: "/orderedProducts",
label: "Ordered Products",
children: [],
},
{
path: "/shippings",
label: "Delivery Details",
children: [],
},
{
path: "/delhiveryTypes",
label: "Delivery Types",
children: [],
},
{
path: "/paypalPayments",
label: "Paypal Payments Log",
children: [],
},
{
path: "/agencies",
label: "Printing Agencies",
children: [],
},
{
path: "/agencyDetails",
label: "Printing Details",
children: [],
},
{
path: "/orderReprints",
label: "Order Reprint",
children: [],
},
],
},
{
path: "",
label: "User Management",
children: [
{
path: "/users",
label: "User List",
children: [],
},
{
path: "/adduser",
label: "Add Author/Artist",
children: [],
},
{
path: "/authors",
label: "Artists / Authors",
children: [],
},
{
path: "/addadmins",
label: "Add Admin",
children: [],
},
{
path: "/admins",
label: "Admins",
children: [],
},
{
path: "/contact",
label: "Contact Us",
children: [],
},
{
path: "/publisher",
label: "Publishers",
children: [],
},
{
path: "/royaltypoint",
label: "Royalty Point",
children: [],
},
{
path: "/editroyaltypoint",
label: "Edit Royalty Point",
children: [],
},
{
path: "/redeemrules",
label: "Redeem Rules",
children: [],
},
{
path: "/referrals",
label: "Referrals",
children: [],
},
{
path: "/referralRequests",
label: "Referral Code Requests",
children: [],
},
],
},
{
path: "",
label: "Content Management",
children: [
{
path: "/cmsPages",
label: "CMS Pages",
children: [],
},
{
path: "/cmsInfo",
label: "CMS Entries",
children: [],
},
{
path: "/aboutUs",
label: "About Us",
children: [],
},
{
path: "/staticBlock",
label: "Static Block",
children: [],
},
// {
// path: "/fileUpload",
// label: "Upload File",
// children: [],
// },
],
},
];