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

45 行
1.9 KiB

  1. app_name = webnotes
  2. app_title = Frappe Framework
  3. app_publisher = Web Notes Technologies
  4. app_description = Full Stack Web Application Framwork in Python
  5. app_icon = assets/webnotes/images/frappe.svg
  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_clear_cache = webnotes.templates.generators.website_group.clear_cache
  19. get_desktop_icons = webnotes.manage.get_desktop_icons
  20. notification_config = webnotes.core.notifications.get_notification_config
  21. scheduler_event = all:webnotes.utils.email_lib.bulk.flush
  22. scheduler_event = daily:webnotes.utils.email_lib.bulk.clear_outbox
  23. scheduler_event = daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count
  24. scheduler_event = daily:webnotes.core.doctype.event.event.send_event_digest
  25. scheduler_event = hourly:webnotes.templates.generator.website_group.clear_event_cache
  26. on_session_creation = webnotes.auth.notify_administrator_login
  27. # permissions
  28. permission_query_conditions:Event = webnotes.core.doctype.event.event.get_permission_query_conditions
  29. has_permission:Event = webnotes.core.doctype.event.event.has_permission
  30. permission_query_conditions:ToDo = webnotes.core.doctype.todo.todo.get_permission_query_conditions
  31. has_permission:ToDo = webnotes.core.doctype.todo.todo.has_permission
  32. # bean
  33. bean_event:User Vote:after_insert = webnotes.templates.generators.website_group.clear_cache_on_bean_event
  34. bean_event:Website Sitemap Permission:on_update = webnotes.templates.generators.website_group.clear_cache_on_bean_event