admin.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. enabled: true
  2. route: '/admin'
  3. cache_enabled: true
  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_display:
  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. show_modular: true
  24. session:
  25. timeout: 1800
  26. edit_mode: normal
  27. frontend_preview_target: inline
  28. show_github_msg: true
  29. pages_list_display_field: title
  30. admin_icons: line-awesome
  31. enable_auto_updates_check: true
  32. notifications:
  33. feed: true
  34. dashboard: true
  35. plugins: true
  36. themes: true
  37. popularity:
  38. enabled: true
  39. ignore: ['/test*','/modular']
  40. history:
  41. daily: 30
  42. monthly: 12
  43. visitors: 20
  44. whitelabel:
  45. quicktray_recompile: false
  46. codemirror_theme: paper
  47. codemirror_fontsize: md
  48. codemirror_md_font: sans
  49. logo_custom:
  50. logo_login:
  51. color_scheme:
  52. accents:
  53. primary-accent: button
  54. secondary-accent: notice
  55. tertiary-accent: critical
  56. colors:
  57. logo-bg: '#323640'
  58. logo-link: '#FFFFFF'
  59. nav-bg: '#3D424E'
  60. nav-text: '#B7B9BD'
  61. nav-link: '#ffffff'
  62. nav-selected-bg: '#323640'
  63. nav-selected-link: '#ffffff'
  64. nav-hover-bg: '#434753'
  65. nav-hover-link: '#ffffff'
  66. toolbar-bg: '#ffffff'
  67. toolbar-text: '#3D424E'
  68. page-bg: '#F6F6F6'
  69. page-text: '#6f7b8a'
  70. page-link: '#0090D9'
  71. content-bg: '#ffffff'
  72. content-text: '#6f7b8a'
  73. content-link: '#0090D9'
  74. content-link2: '#da4b46'
  75. content-header: '#414147'
  76. content-tabs-bg: '#e6e6e6'
  77. content-tabs-text: '#808080'
  78. button-bg: '#0090D9'
  79. button-text: '#ffffff'
  80. notice-bg: '#06A599'
  81. notice-text: '#ffffff'
  82. update-bg: '#77559D'
  83. update-text: '#ffffff'
  84. critical-bg: '#F45857'
  85. critical-text: '#ffffff'