0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://admin/admin.yaml',
  5. 'modified' => 1546440944,
  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_preview_target' => 'inline',
  41. 'show_github_msg' => true,
  42. 'pages_list_display_field' => 'title',
  43. 'google_fonts' => false,
  44. 'admin_icons' => 'line-awesome',
  45. 'enable_auto_updates_check' => true,
  46. 'notifications' => [
  47. 'feed' => true,
  48. 'dashboard' => true,
  49. 'plugins' => true,
  50. 'themes' => true
  51. ],
  52. 'popularity' => [
  53. 'enabled' => true,
  54. 'ignore' => [
  55. 0 => '/test*',
  56. 1 => '/modular'
  57. ],
  58. 'history' => [
  59. 'daily' => 30,
  60. 'monthly' => 12,
  61. 'visitors' => 20
  62. ]
  63. ]
  64. ]
  65. ];