This commit is contained in:
2019-01-28 10:10:48 +01:00
parent 762a1ad170
commit 49bd1b7353
126 changed files with 665 additions and 579 deletions
+99 -201
View File
@@ -1,9 +1,15 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
'timestamp' => 1546856055,
'checksum' => '2ed5a234410b18c1601f542d7a06a26f',
'timestamp' => 1547740887,
'checksum' => '7f61ff7a96e77182f951bba6518e7b25',
'files' => [
'user/plugins/admin/blueprints/config' => [
'media' => [
'file' => 'user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1546440944
]
],
'system/blueprints/config' => [
'media' => [
'file' => 'system/blueprints/config/media.yaml',
@@ -70,6 +76,53 @@ 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'
],
'security' => [
'type' => '_root',
'form_field' => false,
@@ -77,12 +130,6 @@ return [
'validation' => 'loose'
]
],
'security.xss_section' => [
'type' => 'section',
'underline' => true,
'name' => 'security.xss_section',
'validation' => 'loose'
],
'security.xss_whitelist' => [
'type' => 'selectize',
'size' => 'large',
@@ -185,12 +232,6 @@ return [
'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',
@@ -256,17 +297,10 @@ return [
'name' => 'site.taxonomies',
'validation' => 'loose'
],
'site.content' => [
'type' => 'section',
'underline' => true,
'name' => 'site.content',
'validation' => 'loose'
],
'site.summary' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'site.summary',
'validation' => 'loose'
'form_field' => false
],
'site.summary.enabled' => [
'type' => 'toggle',
@@ -315,8 +349,8 @@ return [
'validation' => 'loose'
],
'site.metadata' => [
'type' => 'section',
'underline' => true,
'type' => 'array',
'label' => 'PLUGIN_ADMIN.METADATA',
'name' => 'site.metadata',
'validation' => 'loose'
],
@@ -327,8 +361,8 @@ return [
'validation' => 'loose'
],
'site.routes' => [
'type' => 'section',
'underline' => true,
'type' => 'array',
'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES',
'name' => 'site.routes',
'validation' => 'loose'
],
@@ -722,17 +756,10 @@ return [
'name' => 'system.pages.frontmatter.ignore_fields',
'validation' => 'loose'
],
'system.content' => [
'type' => 'section',
'underline' => true,
'name' => 'system.content',
'validation' => 'loose'
],
'system.languages' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.languages',
'validation' => 'loose'
'form_field' => false
],
'system.languages.supported' => [
'type' => 'selectize',
@@ -890,12 +917,6 @@ 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',
@@ -957,12 +978,6 @@ 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',
@@ -1165,17 +1180,10 @@ return [
'name' => 'system.cache.redis.password',
'validation' => 'loose'
],
'system.caching' => [
'type' => 'section',
'underline' => true,
'name' => 'system.caching',
'validation' => 'loose'
],
'system.twig' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.twig',
'validation' => 'loose'
'form_field' => false
],
'system.twig.cache' => [
'type' => 'toggle',
@@ -1248,10 +1256,9 @@ return [
'validation' => 'loose'
],
'system.assets' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.assets',
'validation' => 'loose'
'form_field' => false
],
'system.assets.css_pipeline' => [
'type' => 'toggle',
@@ -1417,10 +1424,9 @@ return [
'validation' => 'loose'
],
'system.errors' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.errors',
'validation' => 'loose'
'form_field' => false
],
'system.errors.display' => [
'type' => 'select',
@@ -1453,10 +1459,9 @@ return [
'validation' => 'loose'
],
'system.debugger' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.debugger',
'validation' => 'loose'
'form_field' => false
],
'system.debugger.enabled' => [
'type' => 'toggle',
@@ -1562,10 +1567,9 @@ return [
'validation' => 'loose'
],
'system.media' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.media',
'validation' => 'loose'
'form_field' => false
],
'system.media.enable_media_timestamp' => [
'type' => 'toggle',
@@ -1618,10 +1622,9 @@ return [
'validation' => 'loose'
],
'system.session' => [
'type' => 'section',
'underline' => true,
'type' => '_parent',
'name' => 'system.session',
'validation' => 'loose'
'form_field' => false
],
'system.session.enabled' => [
'type' => 'hidden',
@@ -1942,12 +1945,6 @@ return [
'name' => 'system.strict_mode.twig_compat',
'validation' => 'loose'
],
'system.advanced' => [
'type' => 'section',
'underline' => true,
'name' => 'system.advanced',
'validation' => 'loose'
],
'plugins.admin' => [
'type' => '_root',
'form_field' => false,
@@ -1960,12 +1957,6 @@ return [
'name' => 'plugins',
'form_field' => false
],
'plugins.admin.Basics' => [
'type' => 'section',
'underline' => false,
'name' => 'plugins.admin.Basics',
'validation' => 'loose'
],
'plugins.admin.enabled' => [
'type' => 'hidden',
'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS',
@@ -2264,19 +2255,6 @@ 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',
@@ -2367,12 +2345,6 @@ 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',
@@ -2453,12 +2425,6 @@ 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',
@@ -2524,12 +2490,6 @@ 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',
@@ -2750,15 +2710,10 @@ return [
'name' => 'plugins.form.inline_errors',
'validation' => 'strict'
],
'plugins.form.general' => [
'type' => 'section',
'name' => 'plugins.form.general',
'validation' => 'strict'
],
'plugins.form.files' => [
'type' => 'section',
'type' => '_parent',
'name' => 'plugins.form.files',
'validation' => 'strict'
'form_field' => false
],
'plugins.form.files.multiple' => [
'type' => 'toggle',
@@ -2852,9 +2807,9 @@ return [
'validation' => 'strict'
],
'plugins.form.recaptcha' => [
'type' => 'section',
'type' => '_parent',
'name' => 'plugins.form.recaptcha',
'validation' => 'strict'
'form_field' => false
],
'plugins.form.recaptcha.site_key' => [
'type' => 'text',
@@ -3023,15 +2978,10 @@ 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' => 'section',
'type' => '_parent',
'name' => 'plugins.login.rememberme',
'validation' => 'loose'
'form_field' => false
],
'plugins.login.rememberme.enabled' => [
'type' => 'toggle',
@@ -3066,11 +3016,6 @@ 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',
@@ -3098,11 +3043,6 @@ 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',
@@ -3130,12 +3070,6 @@ 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',
@@ -3239,16 +3173,6 @@ 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',
@@ -3297,18 +3221,6 @@ 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.error' => [
'type' => '_root',
'form_field' => false,
@@ -3643,9 +3555,17 @@ return [
],
'nested' => [
'media' => 'media',
'media' => [
'types' => [
'*' => [
'type' => 'media.types.*.type',
'thumb' => 'media.types.*.thumb',
'mime' => 'media.types.*.mime',
'image' => 'media.types.*.image'
]
]
],
'security' => [
'xss_section' => 'security.xss_section',
'xss_whitelist' => 'security.xss_whitelist',
'xss_enabled' => [
'on_events' => 'security.xss_enabled.on_events',
@@ -3655,11 +3575,9 @@ return [
'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',
'default_lang' => 'site.default_lang',
'author' => [
@@ -3674,8 +3592,8 @@ return [
'delimiter' => 'site.summary.delimiter'
],
'metadata' => 'site.metadata',
'routes' => 'site.routes',
'redirects' => 'site.redirects'
'redirects' => 'site.redirects',
'routes' => 'site.routes'
],
'streams' => [
'schemes' => [
@@ -3683,7 +3601,6 @@ return [
]
],
'system' => [
'content' => 'system.content',
'home' => [
'alias' => 'system.home.alias',
'hide_in_urls' => 'system.home.hide_in_urls'
@@ -3741,9 +3658,6 @@ 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' => [
@@ -3802,12 +3716,6 @@ 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',
@@ -3815,6 +3723,12 @@ 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',
'initialize' => 'system.session.initialize',
@@ -3825,7 +3739,6 @@ return [
'path' => 'system.session.path',
'split' => 'system.session.split'
],
'advanced' => 'system.advanced',
'gpm' => [
'releases' => 'system.gpm.releases',
'proxy_url' => 'system.gpm.proxy_url',
@@ -3850,7 +3763,6 @@ return [
],
'plugins' => [
'admin' => [
'Basics' => 'plugins.admin.Basics',
'enabled' => 'plugins.admin.enabled',
'cache_enabled' => 'plugins.admin.cache_enabled',
'twofa_enabled' => 'plugins.admin.twofa_enabled',
@@ -3884,8 +3796,6 @@ 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',
@@ -3895,7 +3805,6 @@ 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',
@@ -3903,14 +3812,12 @@ 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',
@@ -3931,7 +3838,6 @@ 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',
@@ -3952,8 +3858,6 @@ 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',
@@ -3965,7 +3869,6 @@ 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' => [
@@ -3993,11 +3896,6 @@ 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',
+5 -5
View File
@@ -1,8 +1,8 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
'timestamp' => 1546856055,
'checksum' => 'b1d163debc8da09311f995709625c1d0',
'timestamp' => 1547740942,
'checksum' => 'eabd5a615dbd832a09d9771b4d88eddc',
'files' => [
'user/config' => [
'media' => [
@@ -27,7 +27,7 @@ return [
],
'system' => [
'file' => 'user/config/system.yaml',
'modified' => 1546856055
'modified' => 1547740942
]
],
'system/config' => [
@@ -662,8 +662,8 @@ return [
],
'dateformat' => [
'default' => NULL,
'short' => 'd.m.y',
'long' => 'd.m.y'
'short' => 'd-m-y G:i',
'long' => 'd-m-y G:i'
],
'publish_dates' => true,
'process' => [
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/system/blueprints/pages/default.yaml',
'modified' => 1546848870,
'modified' => 1547741484,
'data' => [
'title' => 'PLUGIN_ADMIN.DEFAULT',
'rules' => [
@@ -68,12 +68,6 @@ return [
'type' => 'bool'
]
],
'header.date' => [
'type' => 'datetime',
'label' => 'PLUGIN_ADMIN.DATE',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.DATE_HELP'
],
'header.publish_date' => [
'type' => 'datetime',
'label' => 'PLUGIN_ADMIN.PUBLISHED_DATE',
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/config/system.yaml',
'modified' => 1546856055,
'modified' => 1547737932,
'data' => [
'absolute_urls' => false,
'param_sep' => ':',
@@ -0,0 +1,80 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/partials/blog-bits.yaml',
'modified' => 1533014916,
'data' => [
'form' => [
'fields' => [
'hero_title' => [
'type' => 'spacer',
'title' => 'Hero Section'
],
'header.hero_classes' => [
'type' => 'text',
'label' => 'Hero Classes',
'markdown' => true,
'description' => 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
],
'header.hero_image' => [
'type' => 'filepicker',
'label' => 'Hero Image',
'preview_images' => true,
'description' => 'If not specified, this defaults to the first image found in the page\'s folder'
],
'toggles_title' => [
'type' => 'spacer',
'title' => 'Configuration'
],
'header.blog_url' => [
'type' => 'text',
'toggleable' => true,
'label' => 'Blog Route',
'help' => 'The route to the main blog page that contains the "Show ..." configuration',
'default' => '/blog',
'placeholder' => '/blog',
'size' => 'medium'
],
'header.show_sidebar' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'Show Sidebar',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.show_breadcrumbs' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'Show Breadcrumbs',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.show_pagination' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'Show Pagination',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
]
]
]
]
];
@@ -0,0 +1,20 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/item.yaml',
'modified' => 1546847439,
'data' => [
'extends@' => 'default',
'form' => [
'fields' => [
'tabs' => [
'fields' => [
'import@' => [
'type' => 'partials/blog-bits'
]
]
]
]
]
]
];
@@ -0,0 +1,52 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1546440944,
'data' => [
'title' => 'PLUGIN_ADMIN.MEDIA',
'form' => [
'validation' => 'loose',
'fields' => [
'types' => [
'name' => 'medias',
'type' => 'list',
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
'style' => 'vertical',
'key' => 'extension',
'controls' => 'both',
'collapsed' => true,
'fields' => [
'.extension' => [
'type' => 'key',
'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
],
'.type' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.TYPE'
],
'.thumb' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.THUMB'
],
'.mime' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
'validate' => [
'type' => 'lower'
]
],
'.image' => [
'type' => 'textarea',
'yaml' => true,
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
'validate' => [
'type' => 'yaml'
]
]
]
]
]
]
]
];
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
'modified' => 1546846903,
'modified' => 1547741387,
'data' => [
'title' => 'Text',
'@extends' => 'default',
@@ -40,7 +40,7 @@ return [
'column1' => [
'type' => 'column',
'fields' => [
'header.date_start' => [
'header.date' => [
'type' => 'datetime',
'label' => 'Date-start',
'help' => 'PLUGIN_ADMIN.DATE_HELP',
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledLanguages',
'timestamp' => 1546856056,
'timestamp' => 1547738232,
'checksum' => '495b3db575ee24ec002a0d72bd46250f',
'files' => [
'system/languages' => [
@@ -23164,6 +23164,6 @@ Path: `%2$s`
]
],
'checksum' => '495b3db575ee24ec002a0d72bd46250f',
'timestamp' => 1546856056
'timestamp' => 1547738232
]
];