add templateimg

This commit is contained in:
2018-07-26 08:20:55 +02:00
parent 89b9500179
commit 21d6860753
140 changed files with 6142 additions and 492 deletions
+192 -104
View File
@@ -1,31 +1,25 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
'timestamp' => 1531325457,
'checksum' => '2996c20a593f6694b6eafe364c866235',
'timestamp' => 1532585293,
'checksum' => '3bef5b9e254a179c7574883246ba98c2',
'files' => [
'user/plugins/admin/blueprints/config' => [
'media' => [
'file' => 'user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1529597236
]
],
'system/blueprints/config' => [
'media' => [
'file' => 'system/blueprints/config/media.yaml',
'modified' => 1529597236
'modified' => 1532585289
],
'site' => [
'file' => 'system/blueprints/config/site.yaml',
'modified' => 1529597236
'modified' => 1532585289
],
'streams' => [
'file' => 'system/blueprints/config/streams.yaml',
'modified' => 1529597236
'modified' => 1532585289
],
'system' => [
'file' => 'system/blueprints/config/system.yaml',
'modified' => 1529597236
'modified' => 1532585289
]
],
'user/plugins' => [
@@ -47,7 +41,7 @@ return [
],
'plugins/admin' => [
'file' => 'user/plugins/admin/blueprints.yaml',
'modified' => 1529597236
'modified' => 1532585276
],
'plugins/email' => [
'file' => 'user/plugins/email/blueprints.yaml',
@@ -68,53 +62,6 @@ return [
'validation' => 'loose'
]
],
'media.types' => [
'name' => 'media.types',
'type' => 'list',
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
'style' => 'vertical',
'key' => 'extension',
'controls' => 'both',
'collapsed' => true,
'validation' => 'loose',
'array' => true
],
'media.types.*' => [
'type' => '_parent',
'name' => 'media.types.*',
'form_field' => false
],
'media.types.*.type' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.TYPE',
'name' => 'media.types.*.type',
'validation' => 'loose'
],
'media.types.*.thumb' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.THUMB',
'name' => 'media.types.*.thumb',
'validation' => 'loose'
],
'media.types.*.mime' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
'validate' => [
'type' => 'lower'
],
'name' => 'media.types.*.mime',
'validation' => 'loose'
],
'media.types.*.image' => [
'type' => 'textarea',
'yaml' => true,
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
'validate' => [
'type' => 'yaml'
],
'name' => 'media.types.*.image',
'validation' => 'loose'
],
'site' => [
'type' => '_root',
'form_field' => false,
@@ -169,10 +116,17 @@ return [
'name' => 'site.taxonomies',
'validation' => 'loose'
],
'site.content' => [
'type' => 'section',
'underline' => true,
'name' => 'site.content',
'validation' => 'loose'
],
'site.summary' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'site.summary',
'form_field' => false
'validation' => 'loose'
],
'site.summary.enabled' => [
'type' => 'toggle',
@@ -221,8 +175,8 @@ return [
'validation' => 'loose'
],
'site.metadata' => [
'type' => 'array',
'label' => 'PLUGIN_ADMIN.METADATA',
'type' => 'section',
'underline' => true,
'name' => 'site.metadata',
'validation' => 'loose'
],
@@ -233,8 +187,8 @@ return [
'validation' => 'loose'
],
'site.routes' => [
'type' => 'array',
'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES',
'type' => 'section',
'underline' => true,
'name' => 'site.routes',
'validation' => 'loose'
],
@@ -628,10 +582,17 @@ return [
'name' => 'system.pages.frontmatter.ignore_fields',
'validation' => 'loose'
],
'system.content' => [
'type' => 'section',
'underline' => true,
'name' => 'system.content',
'validation' => 'loose'
],
'system.languages' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.languages',
'form_field' => false
'validation' => 'loose'
],
'system.languages.supported' => [
'type' => 'selectize',
@@ -789,6 +750,12 @@ return [
'name' => 'system.pages.vary_accept_encoding',
'validation' => 'loose'
],
'system.http_headers' => [
'type' => 'section',
'underline' => true,
'name' => 'system.http_headers',
'validation' => 'loose'
],
'system.pages.markdown' => [
'type' => '_parent',
'name' => 'system.pages.markdown',
@@ -850,6 +817,12 @@ return [
'name' => 'system.pages.markdown.escape_markup',
'validation' => 'loose'
],
'system.markdown' => [
'type' => 'section',
'underline' => true,
'name' => 'system.markdown',
'validation' => 'loose'
],
'system.cache' => [
'type' => '_parent',
'name' => 'system.cache',
@@ -1052,10 +1025,17 @@ return [
'name' => 'system.cache.redis.password',
'validation' => 'loose'
],
'system.caching' => [
'type' => 'section',
'underline' => true,
'name' => 'system.caching',
'validation' => 'loose'
],
'system.twig' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.twig',
'form_field' => false
'validation' => 'loose'
],
'system.twig.cache' => [
'type' => 'toggle',
@@ -1128,9 +1108,10 @@ return [
'validation' => 'loose'
],
'system.assets' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.assets',
'form_field' => false
'validation' => 'loose'
],
'system.assets.css_pipeline' => [
'type' => 'toggle',
@@ -1296,9 +1277,10 @@ return [
'validation' => 'loose'
],
'system.errors' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.errors',
'form_field' => false
'validation' => 'loose'
],
'system.errors.display' => [
'type' => 'select',
@@ -1331,9 +1313,10 @@ return [
'validation' => 'loose'
],
'system.debugger' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.debugger',
'form_field' => false
'validation' => 'loose'
],
'system.debugger.enabled' => [
'type' => 'toggle',
@@ -1439,9 +1422,10 @@ return [
'validation' => 'loose'
],
'system.media' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.media',
'form_field' => false
'validation' => 'loose'
],
'system.media.enable_media_timestamp' => [
'type' => 'toggle',
@@ -1494,9 +1478,10 @@ return [
'validation' => 'loose'
],
'system.session' => [
'type' => '_parent',
'type' => 'section',
'underline' => true,
'name' => 'system.session',
'form_field' => false
'validation' => 'loose'
],
'system.session.enabled' => [
'type' => 'hidden',
@@ -1767,6 +1752,12 @@ return [
'name' => 'system.custom_base_url',
'validation' => 'loose'
],
'system.advanced' => [
'type' => 'section',
'underline' => true,
'name' => 'system.advanced',
'validation' => 'loose'
],
'plugins.problems' => [
'type' => '_root',
'form_field' => false,
@@ -2045,10 +2036,15 @@ return [
'name' => 'plugins.login.user_registration.redirect_after_activation',
'validation' => 'loose'
],
'plugins.login.routes' => [
'type' => 'section',
'name' => 'plugins.login.routes',
'validation' => 'loose'
],
'plugins.login.rememberme' => [
'type' => '_parent',
'type' => 'section',
'name' => 'plugins.login.rememberme',
'form_field' => false
'validation' => 'loose'
],
'plugins.login.rememberme.enabled' => [
'type' => 'toggle',
@@ -2083,6 +2079,11 @@ return [
'name' => 'plugins.login.rememberme.name',
'validation' => 'loose'
],
'plugins.login.login' => [
'type' => 'tab',
'name' => 'plugins.login.login',
'validation' => 'loose'
],
'plugins.login.user_registration.enabled' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.ENABLED',
@@ -2110,6 +2111,11 @@ return [
'name' => 'plugins.login.user_registration.default_values',
'validation' => 'loose'
],
'plugins.login.registration_fields' => [
'type' => 'section',
'name' => 'plugins.login.registration_fields',
'validation' => 'loose'
],
'plugins.login.user_registration.groups' => [
'type' => 'selectize',
'size' => 'large',
@@ -2137,6 +2143,12 @@ return [
'name' => 'plugins.login.user_registration.access.site',
'validation' => 'loose'
],
'plugins.login.access_levels' => [
'type' => 'section',
'security' => 'admin.super',
'name' => 'plugins.login.access_levels',
'validation' => 'loose'
],
'plugins.login.user_registration.options' => [
'type' => '_parent',
'name' => 'plugins.login.user_registration.options',
@@ -2223,6 +2235,16 @@ return [
'name' => 'plugins.login.user_registration.options.send_welcome_email',
'validation' => 'loose'
],
'plugins.login.options' => [
'type' => 'section',
'name' => 'plugins.login.options',
'validation' => 'loose'
],
'plugins.login.registration' => [
'type' => 'tab',
'name' => 'plugins.login.registration',
'validation' => 'loose'
],
'plugins.login.max_pw_resets_count' => [
'type' => 'number',
'size' => 'x-small',
@@ -2271,6 +2293,18 @@ return [
'name' => 'plugins.login.max_login_interval',
'validation' => 'loose'
],
'plugins.login.Security' => [
'type' => 'tab',
'name' => 'plugins.login.Security',
'validation' => 'loose'
],
'plugins.login.tabs' => [
'type' => 'tabs',
'active' => 1,
'class' => 'subtle',
'name' => 'plugins.login.tabs',
'validation' => 'loose'
],
'plugins.admin' => [
'type' => '_root',
'form_field' => false,
@@ -2278,6 +2312,12 @@ return [
'validation' => 'loose'
]
],
'plugins.admin.Basics' => [
'type' => 'section',
'underline' => false,
'name' => 'plugins.admin.Basics',
'validation' => 'loose'
],
'plugins.admin.enabled' => [
'type' => 'hidden',
'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS',
@@ -2576,6 +2616,19 @@ return [
'name' => 'plugins.admin.hide_modular_page_types',
'validation' => 'loose'
],
'plugins.admin.MediaResize' => [
'type' => 'section',
'underline' => true,
'name' => 'plugins.admin.MediaResize',
'validation' => 'loose'
],
'plugins.admin.MediaResizeNote' => [
'type' => 'spacer',
'text' => 'PLUGIN_ADMIN.PAGEMEDIA_RESIZER',
'markdown' => true,
'name' => 'plugins.admin.MediaResizeNote',
'validation' => 'loose'
],
'plugins.admin.pagemedia' => [
'type' => '_parent',
'name' => 'plugins.admin.pagemedia',
@@ -2666,6 +2719,12 @@ return [
'name' => 'plugins.admin.pagemedia.resize_quality',
'validation' => 'loose'
],
'plugins.admin.Dashboard' => [
'type' => 'section',
'underline' => true,
'name' => 'plugins.admin.Dashboard',
'validation' => 'loose'
],
'plugins.admin.widgets' => [
'type' => '_parent',
'name' => 'plugins.admin.widgets',
@@ -2746,6 +2805,12 @@ return [
'name' => 'plugins.admin.widgets.dashboard-pages',
'validation' => 'loose'
],
'plugins.admin.Notifications' => [
'type' => 'section',
'underline' => true,
'name' => 'plugins.admin.Notifications',
'validation' => 'loose'
],
'plugins.admin.notifications' => [
'type' => '_parent',
'name' => 'plugins.admin.notifications',
@@ -2811,6 +2876,12 @@ return [
'name' => 'plugins.admin.notifications.themes',
'validation' => 'loose'
],
'plugins.admin.Popularity' => [
'type' => 'section',
'underline' => true,
'name' => 'plugins.admin.Popularity',
'validation' => 'loose'
],
'plugins.admin.popularity' => [
'type' => '_parent',
'name' => 'plugins.admin.popularity',
@@ -3209,10 +3280,15 @@ return [
'name' => 'plugins.form.inline_errors',
'validation' => 'strict'
],
'plugins.form.general' => [
'type' => 'section',
'name' => 'plugins.form.general',
'validation' => 'strict'
],
'plugins.form.files' => [
'type' => '_parent',
'type' => 'section',
'name' => 'plugins.form.files',
'form_field' => false
'validation' => 'strict'
],
'plugins.form.files.multiple' => [
'type' => 'toggle',
@@ -3306,9 +3382,9 @@ return [
'validation' => 'strict'
],
'plugins.form.recaptcha' => [
'type' => '_parent',
'type' => 'section',
'name' => 'plugins.form.recaptcha',
'form_field' => false
'validation' => 'strict'
],
'plugins.form.recaptcha.site_key' => [
'type' => 'text',
@@ -3329,17 +3405,9 @@ return [
],
'nested' => [
'media' => [
'types' => [
'*' => [
'type' => 'media.types.*.type',
'thumb' => 'media.types.*.thumb',
'mime' => 'media.types.*.mime',
'image' => 'media.types.*.image'
]
]
],
'media' => 'media',
'site' => [
'content' => 'site.content',
'title' => 'site.title',
'default_lang' => 'site.default_lang',
'author' => [
@@ -3354,8 +3422,8 @@ return [
'delimiter' => 'site.summary.delimiter'
],
'metadata' => 'site.metadata',
'redirects' => 'site.redirects',
'routes' => 'site.routes'
'routes' => 'site.routes',
'redirects' => 'site.redirects'
],
'streams' => [
'schemes' => [
@@ -3363,6 +3431,7 @@ return [
]
],
'system' => [
'content' => 'system.content',
'home' => [
'alias' => 'system.home.alias',
'hide_in_urls' => 'system.home.hide_in_urls'
@@ -3420,6 +3489,9 @@ return [
'http_accept_language' => 'system.languages.http_accept_language',
'override_locale' => 'system.languages.override_locale'
],
'http_headers' => 'system.http_headers',
'markdown' => 'system.markdown',
'caching' => 'system.caching',
'cache' => [
'enabled' => 'system.cache.enabled',
'check' => [
@@ -3478,6 +3550,12 @@ return [
'close_connection' => 'system.debugger.shutdown.close_connection'
]
],
'media' => [
'enable_media_timestamp' => 'system.media.enable_media_timestamp',
'auto_metadata_exif' => 'system.media.auto_metadata_exif',
'allowed_fallback_types' => 'system.media.allowed_fallback_types',
'unsupported_inline_types' => 'system.media.unsupported_inline_types'
],
'images' => [
'default_image_quality' => 'system.images.default_image_quality',
'cache_all' => 'system.images.cache_all',
@@ -3485,12 +3563,6 @@ return [
'debug' => 'system.images.debug',
'auto_fix_orientation' => 'system.images.auto_fix_orientation'
],
'media' => [
'enable_media_timestamp' => 'system.media.enable_media_timestamp',
'auto_metadata_exif' => 'system.media.auto_metadata_exif',
'allowed_fallback_types' => 'system.media.allowed_fallback_types',
'unsupported_inline_types' => 'system.media.unsupported_inline_types'
],
'session' => [
'enabled' => 'system.session.enabled',
'timeout' => 'system.session.timeout',
@@ -3500,6 +3572,7 @@ return [
'path' => 'system.session.path',
'split' => 'system.session.split'
],
'advanced' => 'system.advanced',
'gpm' => [
'releases' => 'system.gpm.releases',
'proxy_url' => 'system.gpm.proxy_url',
@@ -3535,6 +3608,8 @@ return [
]
],
'login' => [
'tabs' => 'plugins.login.tabs',
'login' => 'plugins.login.login',
'enabled' => 'plugins.login.enabled',
'built_in_css' => 'plugins.login.built_in_css',
'route' => 'plugins.login.route',
@@ -3546,6 +3621,7 @@ return [
'parent_acl' => 'plugins.login.parent_acl',
'dynamic_page_visibility' => 'plugins.login.dynamic_page_visibility',
'protect_protected_page_media' => 'plugins.login.protect_protected_page_media',
'routes' => 'plugins.login.routes',
'route_activate' => 'plugins.login.route_activate',
'route_register' => 'plugins.login.route_register',
'user_registration' => [
@@ -3572,12 +3648,18 @@ return [
'timeout' => 'plugins.login.rememberme.timeout',
'name' => 'plugins.login.rememberme.name'
],
'registration' => 'plugins.login.registration',
'registration_fields' => 'plugins.login.registration_fields',
'access_levels' => 'plugins.login.access_levels',
'options' => 'plugins.login.options',
'Security' => 'plugins.login.Security',
'max_pw_resets_count' => 'plugins.login.max_pw_resets_count',
'max_pw_resets_interval' => 'plugins.login.max_pw_resets_interval',
'max_login_count' => 'plugins.login.max_login_count',
'max_login_interval' => 'plugins.login.max_login_interval'
],
'admin' => [
'Basics' => 'plugins.admin.Basics',
'enabled' => 'plugins.admin.enabled',
'cache_enabled' => 'plugins.admin.cache_enabled',
'twofa_enabled' => 'plugins.admin.twofa_enabled',
@@ -3611,6 +3693,8 @@ return [
],
'hide_page_types' => 'plugins.admin.hide_page_types',
'hide_modular_page_types' => 'plugins.admin.hide_modular_page_types',
'MediaResize' => 'plugins.admin.MediaResize',
'MediaResizeNote' => 'plugins.admin.MediaResizeNote',
'pagemedia' => [
'resize_width' => 'plugins.admin.pagemedia.resize_width',
'resize_height' => 'plugins.admin.pagemedia.resize_height',
@@ -3620,6 +3704,7 @@ return [
'res_max_height' => 'plugins.admin.pagemedia.res_max_height',
'resize_quality' => 'plugins.admin.pagemedia.resize_quality'
],
'Dashboard' => 'plugins.admin.Dashboard',
'widgets' => [
'dashboard-maintenance' => 'plugins.admin.widgets.dashboard-maintenance',
'dashboard-statistics' => 'plugins.admin.widgets.dashboard-statistics',
@@ -3627,12 +3712,14 @@ return [
'dashboard-feed' => 'plugins.admin.widgets.dashboard-feed',
'dashboard-pages' => 'plugins.admin.widgets.dashboard-pages'
],
'Notifications' => 'plugins.admin.Notifications',
'notifications' => [
'feed' => 'plugins.admin.notifications.feed',
'dashboard' => 'plugins.admin.notifications.dashboard',
'plugins' => 'plugins.admin.notifications.plugins',
'themes' => 'plugins.admin.notifications.themes'
],
'Popularity' => 'plugins.admin.Popularity',
'popularity' => [
'enabled' => 'plugins.admin.popularity.enabled',
'ignore' => 'plugins.admin.popularity.ignore',
@@ -3677,6 +3764,7 @@ return [
],
'form' => [
'enabled' => 'plugins.form.enabled',
'general' => 'plugins.form.general',
'built_in_css' => 'plugins.form.built_in_css',
'inline_css' => 'plugins.form.inline_css',
'refresh_prevention' => 'plugins.form.refresh_prevention',