modif comtabilite
This commit is contained in:
+4392
File diff suppressed because it is too large
Load Diff
+234
-22
@@ -1,73 +1,77 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
|
||||
'timestamp' => 1527510279,
|
||||
'checksum' => '21668c07f0541dde70186be4519c69eb',
|
||||
'timestamp' => 1547558590,
|
||||
'checksum' => '2c9289f6ec54c83247ae7e774c10fb4a',
|
||||
'files' => [
|
||||
'user/plugins/admin/blueprints/config' => [
|
||||
'media' => [
|
||||
'file' => 'user/plugins/admin/blueprints/config/media.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136638
|
||||
]
|
||||
],
|
||||
'system/blueprints/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/blueprints/config/media.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136609
|
||||
],
|
||||
'security' => [
|
||||
'file' => 'system/blueprints/config/security.yaml',
|
||||
'modified' => 1544136609
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/blueprints/config/site.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136609
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/blueprints/config/streams.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136609
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/blueprints/config/system.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136609
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136638
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1543269410
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136635
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136625
|
||||
],
|
||||
'plugins/error' => [
|
||||
'file' => 'user/plugins/error/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1543269411
|
||||
],
|
||||
'plugins/email' => [
|
||||
'file' => 'user/plugins/email/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1543269413
|
||||
],
|
||||
'plugins/taxonomylist' => [
|
||||
'file' => 'user/plugins/taxonomylist/blueprints.yaml',
|
||||
'modified' => 1527251032
|
||||
'modified' => 1544136627
|
||||
],
|
||||
'plugins/youtube' => [
|
||||
'file' => 'user/plugins/youtube/blueprints.yaml',
|
||||
'modified' => 1527105680
|
||||
'modified' => 1544136631
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/blueprints.yaml',
|
||||
'modified' => 1526367498
|
||||
'modified' => 1544136633
|
||||
],
|
||||
'plugins/language-selector' => [
|
||||
'file' => 'user/plugins/language-selector/blueprints.yaml',
|
||||
'modified' => 1527104663
|
||||
'modified' => 1544136629
|
||||
]
|
||||
]
|
||||
],
|
||||
@@ -127,6 +131,126 @@ return [
|
||||
'name' => 'media.types.*.image',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
'form' => [
|
||||
'validation' => 'loose'
|
||||
]
|
||||
],
|
||||
'security.xss_whitelist' => [
|
||||
'type' => 'selectize',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_WHITELIST_PERMISSIONS',
|
||||
'classes' => 'fancy',
|
||||
'validate' => [
|
||||
'type' => 'commalist'
|
||||
],
|
||||
'name' => 'security.xss_whitelist',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_enabled' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'security.xss_enabled',
|
||||
'form_field' => false
|
||||
],
|
||||
'security.xss_enabled.on_events' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_ON_EVENTS',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'security.xss_enabled.on_events',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_enabled.invalid_protocols' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_INVALID_PROTOCOLS',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'security.xss_enabled.invalid_protocols',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_enabled.moz_binding' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_MOZ_BINDINGS',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'security.xss_enabled.moz_binding',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_enabled.html_inline_styles' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_HTML_INLINE_STYLES',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'security.xss_enabled.html_inline_styles',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_enabled.dangerous_tags' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_DANGEROUS_TAGS',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'security.xss_enabled.dangerous_tags',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.xss_dangerous_tags' => [
|
||||
'type' => 'selectize',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.XSS_DANGEROUS_TAGS_LIST',
|
||||
'classes' => 'fancy',
|
||||
'validate' => [
|
||||
'type' => 'commalist'
|
||||
],
|
||||
'name' => 'security.xss_dangerous_tags',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'security.uploads_dangerous_extensions' => [
|
||||
'type' => 'selectize',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.UPLOADS_DANGEROUS_EXTENSIONS',
|
||||
'classes' => 'fancy',
|
||||
'validate' => [
|
||||
'type' => 'commalist'
|
||||
],
|
||||
'name' => 'security.uploads_dangerous_extensions',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
@@ -1322,6 +1446,9 @@ return [
|
||||
0 => 'PLUGIN_ADMIN.ERROR_SIMPLE',
|
||||
1 => 'PLUGIN_ADMIN.ERROR_FULL_BACKTRACE'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'int'
|
||||
],
|
||||
'name' => 'system.errors.display',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
@@ -1522,6 +1649,21 @@ return [
|
||||
'name' => 'system.session.enabled',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.session.initialize' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.SESSION_INITIALIZE',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'default' => true,
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'system.session.initialize',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.session.timeout' => [
|
||||
'type' => 'text',
|
||||
'size' => 'small',
|
||||
@@ -1776,6 +1918,41 @@ return [
|
||||
'name' => 'system.custom_base_url',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.strict_mode' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'system.strict_mode',
|
||||
'form_field' => false
|
||||
],
|
||||
'system.strict_mode.yaml_compat' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.STRICT_YAML_COMPAT',
|
||||
'highlight' => 1,
|
||||
'default' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'system.strict_mode.yaml_compat',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.strict_mode.twig_compat' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.STRICT_TWIG_COMPAT',
|
||||
'highlight' => 1,
|
||||
'default' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'system.strict_mode.twig_compat',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
@@ -2923,7 +3100,7 @@ return [
|
||||
'plugins.login.user_registration.options.set_user_disabled' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_LOGIN.SET_USER_DISABLED',
|
||||
'highlight' => 1,
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
@@ -2951,7 +3128,7 @@ return [
|
||||
'plugins.login.user_registration.options.send_activation_email' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_LOGIN.SEND_ACTIVATION_EMAIL',
|
||||
'highlight' => 1,
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
@@ -2962,10 +3139,24 @@ return [
|
||||
'name' => 'plugins.login.user_registration.options.send_activation_email',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.user_registration.options.manually_enable' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_LOGIN.MANUALLY_ENABLE',
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'plugins.login.user_registration.options.manually_enable',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.user_registration.options.send_notification_email' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_LOGIN.SEND_NOTIFICATION_EMAIL',
|
||||
'highlight' => 1,
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
@@ -2979,11 +3170,14 @@ return [
|
||||
'plugins.login.user_registration.options.send_welcome_email' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_LOGIN.SEND_WELCOME_EMAIL',
|
||||
'highlight' => 1,
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
],
|
||||
'name' => 'plugins.login.user_registration.options.send_welcome_email',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
@@ -3759,6 +3953,18 @@ return [
|
||||
]
|
||||
]
|
||||
],
|
||||
'security' => [
|
||||
'xss_whitelist' => 'security.xss_whitelist',
|
||||
'xss_enabled' => [
|
||||
'on_events' => 'security.xss_enabled.on_events',
|
||||
'invalid_protocols' => 'security.xss_enabled.invalid_protocols',
|
||||
'moz_binding' => 'security.xss_enabled.moz_binding',
|
||||
'html_inline_styles' => 'security.xss_enabled.html_inline_styles',
|
||||
'dangerous_tags' => 'security.xss_enabled.dangerous_tags'
|
||||
],
|
||||
'xss_dangerous_tags' => 'security.xss_dangerous_tags',
|
||||
'uploads_dangerous_extensions' => 'security.uploads_dangerous_extensions'
|
||||
],
|
||||
'site' => [
|
||||
'title' => 'site.title',
|
||||
'default_lang' => 'site.default_lang',
|
||||
@@ -3913,6 +4119,7 @@ return [
|
||||
],
|
||||
'session' => [
|
||||
'enabled' => 'system.session.enabled',
|
||||
'initialize' => 'system.session.initialize',
|
||||
'timeout' => 'system.session.timeout',
|
||||
'name' => 'system.session.name',
|
||||
'secure' => 'system.session.secure',
|
||||
@@ -3936,7 +4143,11 @@ return [
|
||||
'param_sep' => 'system.param_sep',
|
||||
'force_ssl' => 'system.force_ssl',
|
||||
'force_lowercase_urls' => 'system.force_lowercase_urls',
|
||||
'custom_base_url' => 'system.custom_base_url'
|
||||
'custom_base_url' => 'system.custom_base_url',
|
||||
'strict_mode' => [
|
||||
'yaml_compat' => 'system.strict_mode.yaml_compat',
|
||||
'twig_compat' => 'system.strict_mode.twig_compat'
|
||||
]
|
||||
],
|
||||
'plugins' => [
|
||||
'admin' => [
|
||||
@@ -4063,6 +4274,7 @@ return [
|
||||
'set_user_disabled' => 'plugins.login.user_registration.options.set_user_disabled',
|
||||
'login_after_registration' => 'plugins.login.user_registration.options.login_after_registration',
|
||||
'send_activation_email' => 'plugins.login.user_registration.options.send_activation_email',
|
||||
'manually_enable' => 'plugins.login.user_registration.options.manually_enable',
|
||||
'send_notification_email' => 'plugins.login.user_registration.options.send_notification_email',
|
||||
'send_welcome_email' => 'plugins.login.user_registration.options.send_welcome_email'
|
||||
]
|
||||
|
||||
+4495
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user