Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

44 строки
1.8 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. website_group_handler:Forum = webnotes.templates.website_group.forum
  20. website_group_handler:Events = webnotes.templates.website_group.events
  21. website_group_handler:Tasks = webnotes.templates.website_group.tasks
  22. get_desktop_icons = webnotes.manage.get_desktop_icons
  23. notification_config = webnotes.core.notifications.get_notification_config
  24. scheduler_event = all:webnotes.utils.email_lib.bulk.flush
  25. scheduler_event = daily:webnotes.utils.email_lib.bulk.clear_outbox
  26. scheduler_event = daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count
  27. scheduler_event = daily:webnotes.core.doctype.event.event.send_event_digest
  28. on_session_creation = webnotes.auth.notify_administrator_login
  29. # permissions
  30. permission_query_conditions:Event = webnotes.core.doctype.event.event.get_permission_query_conditions
  31. has_permission:Event = webnotes.core.doctype.event.event.has_permission
  32. permission_query_conditions:ToDo = webnotes.core.doctype.todo.todo.get_permission_query_conditions
  33. has_permission:ToDo = webnotes.core.doctype.todo.todo.has_permission