您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

41 行
1.7 KiB

  1. app_name = webnotes
  2. app_title = Web Notes
  3. app_publisher = Web Notes Technologies
  4. app_description = Full Stack Web Application Framwork in Python
  5. app_icon = icon-cog
  6. app_version = 4.0.0-wip
  7. app_color = #3498db
  8. before_install = webnotes.utils.install.before_install
  9. after_install = webnotes.utils.install.after_install
  10. # website
  11. app_include_js = assets/js/webnotes.min.js
  12. app_include_css = assets/webnotes/css/splash.css
  13. app_include_css = assets/css/webnotes.css
  14. web_include_js = assets/js/webnotes-web.min.js
  15. web_include_css = assets/css/webnotes-web.css
  16. web_include_js = website_script.js
  17. web_include_css = style_settings.css
  18. website_group_handler:Forum = webnotes.templates.website_group.forum
  19. website_group_handler:Events = webnotes.templates.website_group.events
  20. website_group_handler:Tasks = webnotes.templates.website_group.tasks
  21. get_desktop_icons = webnotes.manage.get_desktop_icons
  22. notification_config = webnotes.core.notifications.get_notification_config
  23. scheduler_event = all:webnotes.utils.email_lib.bulk.flush
  24. scheduler_event = daily:webnotes.utils.email_lib.bulk.clear_outbox
  25. scheduler_event = daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count
  26. scheduler_event = daily:webnotes.core.doctype.event.event.send_event_digest
  27. on_session_creation = webnotes.auth.notify_administrator_login
  28. # permissions
  29. permission_query_conditions:Event = webnotes.core.doctype.event.event.get_permission_query_conditions
  30. has_permission:Event = webnotes.core.doctype.event.event.has_permission
  31. permission_query_conditions:ToDo = webnotes.core.doctype.todo.todo.get_permission_query_conditions
  32. has_permission:ToDo = webnotes.core.doctype.todo.todo.has_permission