Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "title": "Dashboard",
- "url": "list",
- "icon": "UTF+E114"
- },
- {
- "title": "Course Page",
- "url": "{courseId}",
- "icon": "UTF+E021",
- "hide": [
- "list"
- ]
- },
- {
- "title": "Lesson Home",
- "url": "{courseId}/{lessonId}",
- "icon": "UTF+E012",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Article Search",
- "url": "",
- "icon": "UTF+E003",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Discussion Board",
- "url": "{courseId}/board",
- "icon": "UTF+E008",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Quizzes",
- "url": "",
- "icon": "UTF+E060",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Reports",
- "url": "",
- "icon": "UTF+E052",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Feedback",
- "url": "",
- "icon": "UTF+270F",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Messages",
- "url": "",
- "icon": "UTF+2709",
- "hide": [
- "list",
- "{courseId}"
- ]
- },
- {
- "title": "Logout",
- "url": "logout",
- "icon": "UTF+E092",
- "hide": [
- "list",
- "{courseId}"
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement