admin.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. enabled: true
  2. route: /admin
  3. cache_enabled: true
  4. theme: grav
  5. logo_text: null
  6. body_classes: null
  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: 'false'
  19. dashboard-feed: 'false'
  20. dashboard-pages: 'true'
  21. pages:
  22. show_parents: both
  23. show_modular: true
  24. parents_levels: null
  25. session:
  26. timeout: 6000
  27. edit_mode: normal
  28. frontend_preview_target: inline
  29. show_github_msg: true
  30. admin_icons: line-awesome
  31. enable_auto_updates_check: false
  32. notifications:
  33. feed: false
  34. dashboard: false
  35. plugins: false
  36. themes: false
  37. popularity:
  38. enabled: true
  39. ignore:
  40. - '/test*'
  41. - /modular
  42. history:
  43. daily: '30'
  44. monthly: '12'
  45. visitors: '20'
  46. whitelabel:
  47. quicktray_recompile: false
  48. codemirror_theme: paper
  49. codemirror_fontsize: md
  50. codemirror_md_font: sans
  51. logo_custom: { }
  52. logo_login: { }
  53. color_scheme:
  54. accents:
  55. primary-accent: button
  56. secondary-accent: notice
  57. tertiary-accent: critical
  58. colors:
  59. logo-bg: '#323640'
  60. logo-link: '#FFFFFF'
  61. nav-bg: '#3D424E'
  62. nav-text: '#B7B9BD'
  63. nav-link: '#ffffff'
  64. nav-selected-bg: '#323640'
  65. nav-selected-link: '#ffffff'
  66. nav-hover-bg: '#434753'
  67. nav-hover-link: '#ffffff'
  68. toolbar-bg: '#ffffff'
  69. toolbar-text: '#3D424E'
  70. page-bg: '#F6F6F6'
  71. page-text: '#6f7b8a'
  72. page-link: '#0090D9'
  73. content-bg: '#ffffff'
  74. content-text: '#6f7b8a'
  75. content-link: '#0090D9'
  76. content-link2: '#da4b46'
  77. content-header: '#414147'
  78. content-tabs-bg: '#e6e6e6'
  79. content-tabs-text: '#808080'
  80. button-bg: '#0090D9'
  81. button-text: '#ffffff'
  82. notice-bg: '#06A599'
  83. notice-text: '#ffffff'
  84. update-bg: '#77559D'
  85. update-text: '#ffffff'
  86. critical-bg: '#F45857'
  87. critical-text: '#ffffff'
  88. content-highlight: '#ffffd7'
  89. name: null
  90. custom_footer: null
  91. custom_css: null
  92. custom_presets: null
  93. show_beta_msg: null
  94. pagemedia:
  95. resize_width: 0
  96. resize_height: 0
  97. res_min_width: 0
  98. res_min_height: 0
  99. res_max_width: 0
  100. res_max_height: 0
  101. resize_quality: 0.8