admin.yaml 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. enabled: true
  2. route: '/admin'
  3. cache_enabled: false
  4. theme: grav
  5. logo_text: ''
  6. body_classes: ''
  7. content_padding: true
  8. twofa_enabled: true
  9. log_viewer_files: ['grav', 'email']
  10. sidebar:
  11. activate: tab
  12. hover_delay: 100
  13. size: auto
  14. dashboard:
  15. days_of_stats: 7
  16. widgets:
  17. dashboard-maintenance: true
  18. dashboard-statistics: true
  19. dashboard-notifications: true
  20. dashboard-feed: true
  21. dashboard-pages: true
  22. pages:
  23. show_parents: both
  24. show_modular: true
  25. session:
  26. timeout: 1800
  27. warnings:
  28. delete_page: true
  29. edit_mode: normal
  30. frontend_preview_target: inline
  31. show_github_msg: true
  32. pages_list_display_field: title
  33. google_fonts: false
  34. admin_icons: line-awesome
  35. enable_auto_updates_check: true
  36. notifications:
  37. feed: true
  38. dashboard: true
  39. plugins: true
  40. themes: true
  41. popularity:
  42. enabled: true
  43. ignore: ['/test*','/modular']
  44. history:
  45. daily: 30
  46. monthly: 12
  47. visitors: 20