admin.yaml 830 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_preview_target: inline
  29. show_github_msg: true
  30. pages_list_display_field: title
  31. google_fonts: false
  32. admin_icons: line-awesome
  33. enable_auto_updates_check: true
  34. notifications:
  35. feed: true
  36. dashboard: true
  37. plugins: true
  38. themes: true
  39. popularity:
  40. enabled: true
  41. ignore: ['/test*','/modular']
  42. history:
  43. daily: 30
  44. monthly: 12
  45. visitors: 20