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

38 строки
1.5 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. after_install = webnotes.utils.install.after_install
  9. # website
  10. app_include_js = assets/js/webnotes.min.js
  11. app_include_css = assets/webnotes/css/splash.css
  12. app_include_css = assets/css/webnotes.css
  13. web_include_js = assets/js/webnotes-web.min.js
  14. web_include_css = assets/css/webnotes-web.css
  15. website_group_handler:Forum = webnotes.templates.website_group.forum
  16. website_group_handler:Events = webnotes.templates.website_group.events
  17. website_group_handler:Tasks = webnotes.templates.website_group.tasks
  18. get_desktop_icons = webnotes.manage.get_desktop_icons
  19. notification_config = webnotes.core.notifications.get_notification_config
  20. scheduler_event = all:webnotes.utils.email_lib.bulk.flush
  21. scheduler_event = daily:webnotes.utils.email_lib.bulk.clear_outbox
  22. scheduler_event = daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count
  23. scheduler_event = daily:webnotes.core.doctype.event.event.send_event_digest
  24. on_session_creation = webnotes.auth.notify_administrator_login
  25. # permissions
  26. permission_query_conditions:Event = webnotes.core.doctype.event.event.get_permission_query_conditions
  27. has_permission:Event = webnotes.core.doctype.event.event.has_permission
  28. permission_query_conditions:ToDo = webnotes.core.doctype.todo.todo.get_permission_query_conditions
  29. has_permission:ToDo = webnotes.core.doctype.todo.todo.has_permission