seitime-frappe/config.json
2013-06-04 14:41:49 +05:30

49 lines
No EOL
929 B
JSON

{
"modules": {
"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": {}
}
}