56 lines
No EOL
1 KiB
JSON
56 lines
No EOL
1 KiB
JSON
{
|
|
"modules": {
|
|
"Finder": {
|
|
"type": "page",
|
|
"link": "finder",
|
|
"color": "#14C7DE",
|
|
"label": "Finder",
|
|
"icon": "icon-folder-open"
|
|
},
|
|
"To Do": {
|
|
"type": "page",
|
|
"link": "todo",
|
|
"color": "#f1c40f",
|
|
"label": "To Do",
|
|
"icon": "icon-check"
|
|
},
|
|
"Calendar": {
|
|
"type": "view",
|
|
"link": "Calendar/Event",
|
|
"color": "#2980b9",
|
|
"label": "Calendar",
|
|
"icon": "icon-calendar"
|
|
},
|
|
"Messages": {
|
|
"type": "page",
|
|
"link": "messages",
|
|
"color": "#9b59b6",
|
|
"label": "Messages",
|
|
"icon": "icon-comments"
|
|
}
|
|
},
|
|
"web": {
|
|
"pages": {
|
|
"404": {
|
|
"template": "lib/templates/pages/404"
|
|
},
|
|
"error": {
|
|
"no_cache": true,
|
|
"template": "lib/templates/pages/error"
|
|
},
|
|
"login": {
|
|
"template": "lib/templates/pages/login"
|
|
},
|
|
"message": {
|
|
"no_cache": true,
|
|
"template": "lib/templates/pages/message"
|
|
},
|
|
"print": {
|
|
"no_cache": true,
|
|
"template": "lib/templates/pages/print",
|
|
"args_method": "core.doctype.print_format.print_format.get_args"
|
|
}
|
|
},
|
|
"generators": {}
|
|
}
|
|
} |