seitime-frappe/config.json

49 lines
No EOL
929 B
JSON

{
"modules": {
"To Do": {
"type": "page",
"link": "todo",
"color": "#febf04",
"label": "To Do",
"icon": "icon-check"
},
"Calendar": {
"type": "view",
"link": "Calendar/Event",
"color": "#026584",
"label": "Calendar",
"icon": "icon-calendar"
},
"Messages": {
"type": "page",
"link": "messages",
"color": "#8d016e",
"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": {}
}
}