addmodular
This commit is contained in:
+119
-119
@@ -1,82 +1,156 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1530607689,
|
||||
'checksum' => '549a992c6de56f113adb76ff05144552',
|
||||
'timestamp' => 1531320856,
|
||||
'checksum' => '31d508172d1d26ad70dff79f426151fa',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'media' => [
|
||||
'file' => 'user/config/media.yaml',
|
||||
'modified' => 1530516827
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'security' => [
|
||||
'file' => 'user/config/security.yaml',
|
||||
'modified' => 1530516826
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'user/config/site.yaml',
|
||||
'modified' => 1530607689
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'user/config/streams.yaml',
|
||||
'modified' => 1530516827
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'user/config/system.yaml',
|
||||
'modified' => 1530525681
|
||||
'modified' => 1531320856
|
||||
]
|
||||
],
|
||||
'system/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/config/media.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/config/site.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/config/streams.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/config/system.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529476888
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529597237
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
'modified' => 1529476888
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1529476890
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
'modified' => 1529476890
|
||||
'modified' => 1529597237
|
||||
],
|
||||
'plugins/error' => [
|
||||
'file' => 'user/plugins/error/error.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/email' => [
|
||||
'file' => 'user/plugins/email/email.yaml',
|
||||
'modified' => 1529476890
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529476888
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1529597236
|
||||
]
|
||||
]
|
||||
],
|
||||
'data' => [
|
||||
'plugins' => [
|
||||
'problems' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true
|
||||
],
|
||||
'markdown-notices' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'level_classes' => [
|
||||
0 => 'yellow',
|
||||
1 => 'red',
|
||||
2 => 'blue',
|
||||
3 => 'green'
|
||||
]
|
||||
],
|
||||
'error' => [
|
||||
'enabled' => true,
|
||||
'routes' => [
|
||||
404 => '/error'
|
||||
]
|
||||
],
|
||||
'login' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'route' => NULL,
|
||||
'redirect_to_login' => true,
|
||||
'redirect_after_login' => NULL,
|
||||
'redirect_after_logout' => '/',
|
||||
'route_activate' => '/activate_user',
|
||||
'route_forgot' => '/forgot_password',
|
||||
'route_reset' => '/reset_password',
|
||||
'route_profile' => '/user_profile',
|
||||
'route_register' => '/user_register',
|
||||
'route_unauthorized' => '/user_unauthorized',
|
||||
'dynamic_page_visibility' => false,
|
||||
'parent_acl' => false,
|
||||
'protect_protected_page_media' => false,
|
||||
'rememberme' => [
|
||||
'enabled' => true,
|
||||
'timeout' => 604800,
|
||||
'name' => 'grav-rememberme'
|
||||
],
|
||||
'max_pw_resets_count' => 0,
|
||||
'max_pw_resets_interval' => 60,
|
||||
'max_login_count' => 0,
|
||||
'max_login_interval' => 2,
|
||||
'user_registration' => [
|
||||
'enabled' => false,
|
||||
'fields' => [
|
||||
0 => 'username',
|
||||
1 => 'password',
|
||||
2 => 'email',
|
||||
3 => 'fullname',
|
||||
4 => 'title',
|
||||
5 => 'level'
|
||||
],
|
||||
'default_values' => [
|
||||
'level' => 'Newbie'
|
||||
],
|
||||
'access' => [
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
]
|
||||
],
|
||||
'redirect_after_registration' => '',
|
||||
'options' => [
|
||||
'validate_password1_and_password2' => true,
|
||||
'set_user_disabled' => false,
|
||||
'login_after_registration' => false,
|
||||
'send_activation_email' => false,
|
||||
'send_notification_email' => false,
|
||||
'send_welcome_email' => false
|
||||
]
|
||||
]
|
||||
],
|
||||
'admin' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
@@ -136,95 +210,6 @@ return [
|
||||
]
|
||||
]
|
||||
],
|
||||
'markdown-notices' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'level_classes' => [
|
||||
0 => 'yellow',
|
||||
1 => 'red',
|
||||
2 => 'blue',
|
||||
3 => 'green'
|
||||
]
|
||||
],
|
||||
'form' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'inline_css' => true,
|
||||
'refresh_prevention' => false,
|
||||
'client_side_validation' => true,
|
||||
'inline_errors' => false,
|
||||
'files' => [
|
||||
'multiple' => false,
|
||||
'limit' => 10,
|
||||
'destination' => 'self@',
|
||||
'avoid_overwriting' => false,
|
||||
'random_name' => false,
|
||||
'filesize' => 0,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
]
|
||||
],
|
||||
'login' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'route' => NULL,
|
||||
'redirect_to_login' => true,
|
||||
'redirect_after_login' => NULL,
|
||||
'redirect_after_logout' => '/',
|
||||
'route_activate' => '/activate_user',
|
||||
'route_forgot' => '/forgot_password',
|
||||
'route_reset' => '/reset_password',
|
||||
'route_profile' => '/user_profile',
|
||||
'route_register' => '/user_register',
|
||||
'route_unauthorized' => '/user_unauthorized',
|
||||
'dynamic_page_visibility' => false,
|
||||
'parent_acl' => false,
|
||||
'protect_protected_page_media' => false,
|
||||
'rememberme' => [
|
||||
'enabled' => true,
|
||||
'timeout' => 604800,
|
||||
'name' => 'grav-rememberme'
|
||||
],
|
||||
'max_pw_resets_count' => 0,
|
||||
'max_pw_resets_interval' => 60,
|
||||
'max_login_count' => 0,
|
||||
'max_login_interval' => 2,
|
||||
'user_registration' => [
|
||||
'enabled' => false,
|
||||
'fields' => [
|
||||
0 => 'username',
|
||||
1 => 'password',
|
||||
2 => 'email',
|
||||
3 => 'fullname',
|
||||
4 => 'title',
|
||||
5 => 'level'
|
||||
],
|
||||
'default_values' => [
|
||||
'level' => 'Newbie'
|
||||
],
|
||||
'access' => [
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
]
|
||||
],
|
||||
'redirect_after_registration' => '',
|
||||
'options' => [
|
||||
'validate_password1_and_password2' => true,
|
||||
'set_user_disabled' => false,
|
||||
'login_after_registration' => false,
|
||||
'send_activation_email' => false,
|
||||
'send_notification_email' => false,
|
||||
'send_welcome_email' => false
|
||||
]
|
||||
]
|
||||
],
|
||||
'error' => [
|
||||
'enabled' => true,
|
||||
'routes' => [
|
||||
404 => '/error'
|
||||
]
|
||||
],
|
||||
'email' => [
|
||||
'enabled' => true,
|
||||
'from' => NULL,
|
||||
@@ -247,9 +232,24 @@ return [
|
||||
'content_type' => 'text/html',
|
||||
'debug' => false
|
||||
],
|
||||
'problems' => [
|
||||
'form' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true
|
||||
'built_in_css' => true,
|
||||
'inline_css' => true,
|
||||
'refresh_prevention' => false,
|
||||
'client_side_validation' => true,
|
||||
'inline_errors' => false,
|
||||
'files' => [
|
||||
'multiple' => false,
|
||||
'limit' => 10,
|
||||
'destination' => 'self@',
|
||||
'avoid_overwriting' => false,
|
||||
'random_name' => false,
|
||||
'filesize' => 0,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'media' => [
|
||||
Reference in New Issue
Block a user