Scrollreveal+cat+datenews

This commit is contained in:
2019-01-07 11:43:39 +01:00
parent e4cac3d01e
commit 762a1ad170
3158 changed files with 140699 additions and 73915 deletions
+182 -14
View File
@@ -1,31 +1,35 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
'timestamp' => 1535374700,
'checksum' => '1d14f778d90686cdd66810a9bf28392f',
'timestamp' => 1546856055,
'checksum' => '2ed5a234410b18c1601f542d7a06a26f',
'files' => [
'system/blueprints/config' => [
'media' => [
'file' => 'system/blueprints/config/media.yaml',
'modified' => 1535111318
'modified' => 1546440919
],
'security' => [
'file' => 'system/blueprints/config/security.yaml',
'modified' => 1546440919
],
'site' => [
'file' => 'system/blueprints/config/site.yaml',
'modified' => 1535111318
'modified' => 1546440919
],
'streams' => [
'file' => 'system/blueprints/config/streams.yaml',
'modified' => 1535111318
'modified' => 1546440919
],
'system' => [
'file' => 'system/blueprints/config/system.yaml',
'modified' => 1535111318
'modified' => 1546440919
]
],
'user/plugins' => [
'plugins/admin' => [
'file' => 'user/plugins/admin/blueprints.yaml',
'modified' => 1535111354
'modified' => 1546440944
],
'plugins/markdown-notices' => [
'file' => 'user/plugins/markdown-notices/blueprints.yaml',
@@ -33,11 +37,11 @@ return [
],
'plugins/form' => [
'file' => 'user/plugins/form/blueprints.yaml',
'modified' => 1535111347
'modified' => 1546440946
],
'plugins/login' => [
'file' => 'user/plugins/login/blueprints.yaml',
'modified' => 1533014916
'modified' => 1546440940
],
'plugins/error' => [
'file' => 'user/plugins/error/blueprints.yaml',
@@ -53,7 +57,7 @@ return [
],
'plugins/problems' => [
'file' => 'user/plugins/problems/blueprints.yaml',
'modified' => 1533014916
'modified' => 1546440938
]
]
],
@@ -66,6 +70,138 @@ return [
'validation' => 'loose'
]
],
'security' => [
'type' => '_root',
'form_field' => false,
'form' => [
'validation' => 'loose'
]
],
'security.xss_section' => [
'type' => 'section',
'underline' => true,
'name' => 'security.xss_section',
'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_section' => [
'type' => 'section',
'underline' => true,
'name' => 'security.uploads_section',
'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,
@@ -3022,7 +3158,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'
@@ -3050,7 +3186,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'
@@ -3061,10 +3197,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'
@@ -3078,11 +3228,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'
],
@@ -3491,6 +3644,20 @@ return [
],
'nested' => [
'media' => 'media',
'security' => [
'xss_section' => 'security.xss_section',
'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_section' => 'security.uploads_section',
'uploads_dangerous_extensions' => 'security.uploads_dangerous_extensions'
],
'site' => [
'content' => 'site.content',
'title' => 'site.title',
@@ -3816,6 +3983,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'
]