menu.json
2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"success": true,
"message": "Menu list",
"dataList": [
{
"menuIcon": "https://dl.dropboxusercontent.com/s/5vrgps00p02gsah/ic_menu_home.png",
"pageTitle": "Introduction",
"path": "/introduction",
"default": true
},
{
"menuIcon": "https://dl.dropboxusercontent.com/s/72t3eeh7sjn7kcg/ic_menu_setting.png",
"pageTitle": "Button",
"path": "/button",
"default": false,
"submenuList": [
{
"pageTitle": "Type",
"path": "/buttonType",
"default": false
},
{
"pageTitle": "Icon",
"path": "/buttonIcon",
"default": false
}
]
},
{
"menuIcon": "https://dl.dropboxusercontent.com/s/72t3eeh7sjn7kcg/ic_menu_setting.png",
"pageTitle": "Menu",
"path": "/menu",
"default": false,
"submenuList": [
{
"pageTitle": "Top Navigation",
"path": "/topNavigation",
"default": false
},
{
"pageTitle": "Inline Menu",
"path": "/inlineMenu",
"default": false
},
{
"pageTitle": "Collapsed Inline Menu",
"path": "/collapsedInlineMenu",
"default": false
},
{
"pageTitle": "Vertical menu",
"path": "/verticalMenu",
"default": false
},
{
"pageTitle": "Menu Themes",
"path": "/menuThemes",
"default": false
}
]
},
{
"menuIcon": "https://dl.dropboxusercontent.com/s/5vrgps00p02gsah/ic_menu_home.png",
"pageTitle": "Content 1",
"path": "/content1",
"default": false
},
{
"menuIcon": "https://dl.dropboxusercontent.com/s/5vrgps00p02gsah/ic_menu_home.png",
"pageTitle": "Content 2",
"path": "/content2",
"default": false
},
{
"menuIcon": "https://dl.dropboxusercontent.com/s/5vrgps00p02gsah/ic_menu_home.png",
"pageTitle": "Content 3",
"path": "/content3",
"default": false
}
]
}