0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://admin/admin.yaml',
  5. 'modified' => 1520021428,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'route' => '/admin',
  9. 'cache_enabled' => false,
  10. 'theme' => 'grav',
  11. 'logo_text' => '',
  12. 'body_classes' => '',
  13. 'content_padding' => true,
  14. 'twofa_enabled' => true,
  15. 'sidebar' => [
  16. 'activate' => 'tab',
  17. 'hover_delay' => 100,
  18. 'size' => 'auto'
  19. ],
  20. 'dashboard' => [
  21. 'days_of_stats' => 7
  22. ],
  23. 'widgets' => [
  24. 'dashboard-maintenance' => true,
  25. 'dashboard-statistics' => true,
  26. 'dashboard-notifications' => true,
  27. 'dashboard-feed' => true,
  28. 'dashboard-pages' => true
  29. ],
  30. 'pages' => [
  31. 'show_parents' => 'both'
  32. ],
  33. 'session' => [
  34. 'timeout' => 1800
  35. ],
  36. 'warnings' => [
  37. 'delete_page' => true
  38. ],
  39. 'edit_mode' => 'normal',
  40. 'frontend_pages_target' => '_blank',
  41. 'show_github_msg' => true,
  42. 'pages_list_display_field' => 'title',
  43. 'google_fonts' => true,
  44. 'enable_auto_updates_check' => true,
  45. 'notifications' => [
  46. 'feed' => true,
  47. 'dashboard' => true,
  48. 'plugins' => true,
  49. 'themes' => true
  50. ],
  51. 'popularity' => [
  52. 'enabled' => true,
  53. 'ignore' => [
  54. 0 => '/test*',
  55. 1 => '/modular'
  56. ],
  57. 'history' => [
  58. 'daily' => 30,
  59. 'monthly' => 12,
  60. 'visitors' => 20
  61. ]
  62. ]
  63. ]
  64. ];