admin.yaml 1023 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. enabled: true
  2. route: /admin
  3. cache_enabled: false
  4. theme: grav
  5. content_padding: true
  6. twofa_enabled: true
  7. log_viewer_files:
  8. - grav
  9. - 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: false
  20. dashboard-feed: false
  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: false
  38. dashboard: false
  39. plugins: false
  40. themes: false
  41. popularity:
  42. enabled: true
  43. ignore:
  44. - '/test*'
  45. - /modular
  46. history:
  47. daily: '30'
  48. monthly: '12'
  49. visitors: '20'
  50. pagemedia:
  51. resize_width: 0
  52. resize_height: 0
  53. res_min_width: 0
  54. res_min_height: 0
  55. res_max_width: 0
  56. res_max_height: 0
  57. resize_quality: 0.8