admin.yaml 910 B

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