Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

admin.yaml 1.9 KiB

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