page tree - wip
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"title": "Home",
|
||||
"icon": "home",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "About Us",
|
||||
"icon": "info",
|
||||
"children": [
|
||||
{
|
||||
"id": "2-1",
|
||||
"title": "History",
|
||||
"icon": "history",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "2-2",
|
||||
"title": "Team",
|
||||
"icon": "group",
|
||||
"children": [
|
||||
{
|
||||
"id": "2-2-1",
|
||||
"title": "Members",
|
||||
"icon": "person",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "2-2-2",
|
||||
"title": "Join Us",
|
||||
"icon": "person_add",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "Services",
|
||||
"icon": "services",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"title": "Contact",
|
||||
"icon": "contact_mail",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"title": "Blog",
|
||||
"icon": "blog",
|
||||
"children": [
|
||||
{
|
||||
"id": "5-1",
|
||||
"title": "Latest Posts",
|
||||
"icon": "post",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "5-2",
|
||||
"title": "Categories",
|
||||
"icon": "category",
|
||||
"children": [
|
||||
{
|
||||
"id": "5-2-1",
|
||||
"title": "Tech",
|
||||
"icon": "laptop",
|
||||
"children": [
|
||||
{
|
||||
"id": "5-2-1-1",
|
||||
"title": "Programming",
|
||||
"icon": "code",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"title": "Support",
|
||||
"icon": "support",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"title": "FAQ",
|
||||
"icon": "faq",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"title": "Shop",
|
||||
"icon": "shop",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"title": "Testimonials",
|
||||
"icon": "testimonials",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"title": "Careers",
|
||||
"icon": "career",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user