admin.yaml 801 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. sidebar:
  10. activate: tab
  11. hover_delay: 100
  12. size: auto
  13. dashboard:
  14. days_of_stats: 7
  15. widgets:
  16. dashboard-maintenance: true
  17. dashboard-statistics: true
  18. dashboard-notifications: true
  19. dashboard-feed: true
  20. dashboard-pages: true
  21. pages:
  22. show_parents: both
  23. session:
  24. timeout: 1800
  25. warnings:
  26. delete_page: true
  27. edit_mode: normal
  28. frontend_pages_target: _blank
  29. show_github_msg: true
  30. pages_list_display_field: title
  31. google_fonts: true
  32. enable_auto_updates_check: true
  33. notifications:
  34. feed: true
  35. dashboard: true
  36. plugins: true
  37. themes: true
  38. popularity:
  39. enabled: true
  40. ignore: ['/test*','/modular']
  41. history:
  42. daily: 30
  43. monthly: 12
  44. visitors: 20