first commit
This commit is contained in:
71
cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php
vendored
Normal file
71
cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://admin/admin.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
'cache_enabled' => false,
|
||||
'theme' => 'grav',
|
||||
'logo_text' => '',
|
||||
'body_classes' => '',
|
||||
'content_padding' => true,
|
||||
'twofa_enabled' => true,
|
||||
'log_viewer_files' => [
|
||||
0 => 'grav',
|
||||
1 => 'email'
|
||||
],
|
||||
'sidebar' => [
|
||||
'activate' => 'tab',
|
||||
'hover_delay' => 100,
|
||||
'size' => 'auto'
|
||||
],
|
||||
'dashboard' => [
|
||||
'days_of_stats' => 7
|
||||
],
|
||||
'widgets' => [
|
||||
'dashboard-maintenance' => true,
|
||||
'dashboard-statistics' => true,
|
||||
'dashboard-notifications' => true,
|
||||
'dashboard-feed' => true,
|
||||
'dashboard-pages' => true
|
||||
],
|
||||
'pages' => [
|
||||
'show_parents' => 'both',
|
||||
'show_modular' => true
|
||||
],
|
||||
'session' => [
|
||||
'timeout' => 1800
|
||||
],
|
||||
'warnings' => [
|
||||
'delete_page' => true,
|
||||
'secure_delete' => false
|
||||
],
|
||||
'edit_mode' => 'normal',
|
||||
'frontend_preview_target' => 'inline',
|
||||
'show_github_msg' => true,
|
||||
'pages_list_display_field' => 'title',
|
||||
'google_fonts' => false,
|
||||
'admin_icons' => 'line-awesome',
|
||||
'enable_auto_updates_check' => true,
|
||||
'notifications' => [
|
||||
'feed' => true,
|
||||
'dashboard' => true,
|
||||
'plugins' => true,
|
||||
'themes' => true
|
||||
],
|
||||
'popularity' => [
|
||||
'enabled' => true,
|
||||
'ignore' => [
|
||||
0 => '/test*',
|
||||
1 => '/modular'
|
||||
],
|
||||
'history' => [
|
||||
'daily' => 30,
|
||||
'monthly' => 12,
|
||||
'visitors' => 20
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user