Skip to content

Instantly share code, notes, and snippets.

@dansp89
Created February 6, 2024 23:39
Show Gist options
  • Save dansp89/b1f1b47686475193fa4d09e15d9e9d5c to your computer and use it in GitHub Desktop.
Save dansp89/b1f1b47686475193fa4d09e15d9e9d5c to your computer and use it in GitHub Desktop.
Modelo a ser gerado de menu
{
pages: [
{
heading: "dashboard",
route: "/dashboard",
keenthemesIcon: "element-11",
bootstrapIcon: "bi-app-indicator",
},
{
heading: "layoutBuilder",
route: "/builder",
keenthemesIcon: "switch",
bootstrapIcon: "bi-layers",
},
],
},
{
heading: "craft",
route: "/crafted",
pages: [
{
sectionTitle: "account",
route: "/account",
keenthemesIcon: "profile-circle",
bootstrapIcon: "bi-person",
sub: [
{
heading: "Overlow",
route: "/crafted/account/overview",
},
{
heading: "settings",
route: "/crafted/account/settings",
},
],
},
],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment