admin.yaml 980 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. enabled: true
  2. route: /admin
  3. cache_enabled: false
  4. theme: grav
  5. content_padding: true
  6. twofa_enabled: true
  7. sidebar:
  8. activate: tab
  9. hover_delay: 100
  10. size: auto
  11. dashboard:
  12. days_of_stats: 7
  13. widgets:
  14. dashboard-maintenance: true
  15. dashboard-statistics: true
  16. dashboard-notifications: true
  17. dashboard-feed: true
  18. dashboard-pages: true
  19. pages:
  20. show_parents: both
  21. show_modular: true
  22. session:
  23. timeout: 1800
  24. warnings:
  25. delete_page: true
  26. edit_mode: normal
  27. frontend_preview_target: inline
  28. show_github_msg: true
  29. pages_list_display_field: title
  30. google_fonts: false
  31. admin_icons: line-awesome
  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:
  41. - '/test*'
  42. - /modular
  43. history:
  44. daily: '30'
  45. monthly: '12'
  46. visitors: '20'
  47. pagemedia:
  48. resize_width: 0
  49. resize_height: 0
  50. res_min_width: 0
  51. res_min_height: 0
  52. res_max_width: 0
  53. res_max_height: 0
  54. resize_quality: 0.8