0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://admin/admin.yaml',
  5. 'modified' => 1591823801,
  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. 'log_viewer_files' => [
  16. 0 => 'grav',
  17. 1 => 'email'
  18. ],
  19. 'sidebar' => [
  20. 'activate' => 'tab',
  21. 'hover_delay' => 100,
  22. 'size' => 'auto'
  23. ],
  24. 'dashboard' => [
  25. 'days_of_stats' => 7
  26. ],
  27. 'widgets' => [
  28. 'dashboard-maintenance' => true,
  29. 'dashboard-statistics' => true,
  30. 'dashboard-notifications' => true,
  31. 'dashboard-feed' => true,
  32. 'dashboard-pages' => true
  33. ],
  34. 'pages' => [
  35. 'show_parents' => 'both',
  36. 'show_modular' => true
  37. ],
  38. 'session' => [
  39. 'timeout' => 1800
  40. ],
  41. 'warnings' => [
  42. 'delete_page' => true,
  43. 'secure_delete' => false
  44. ],
  45. 'edit_mode' => 'normal',
  46. 'frontend_preview_target' => 'inline',
  47. 'show_github_msg' => true,
  48. 'pages_list_display_field' => 'title',
  49. 'google_fonts' => false,
  50. 'admin_icons' => 'line-awesome',
  51. 'enable_auto_updates_check' => true,
  52. 'notifications' => [
  53. 'feed' => true,
  54. 'dashboard' => true,
  55. 'plugins' => true,
  56. 'themes' => true
  57. ],
  58. 'popularity' => [
  59. 'enabled' => true,
  60. 'ignore' => [
  61. 0 => '/test*',
  62. 1 => '/modular'
  63. ],
  64. 'history' => [
  65. 'daily' => 30,
  66. 'monthly' => 12,
  67. 'visitors' => 20
  68. ]
  69. ]
  70. ]
  71. ];