mep template

This commit is contained in:
2018-08-02 14:46:36 +02:00
parent dfc21db8bc
commit e4b4bbdb09
68 changed files with 643 additions and 1020 deletions
+41 -2
View File
@@ -1,8 +1,8 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
'timestamp' => 1533136703,
'checksum' => '8adcdeef63232c2546b4b3b573a22ad6',
'timestamp' => 1533212898,
'checksum' => '4dcee84bfe33cf4c48e8f8ff29b374b7',
'files' => [
'user/plugins/admin/blueprints/config' => [
'media' => [
@@ -53,6 +53,10 @@ return [
'file' => 'user/plugins/email/blueprints.yaml',
'modified' => 1533014916
],
'plugins/taxonomylist' => [
'file' => 'user/plugins/taxonomylist/blueprints.yaml',
'modified' => 1533212893
],
'plugins/problems' => [
'file' => 'user/plugins/problems/blueprints.yaml',
'modified' => 1533014916
@@ -3287,6 +3291,37 @@ return [
'name' => 'plugins.email.debug',
'validation' => 'loose'
],
'plugins.taxonomylist' => [
'type' => '_root',
'form_field' => false,
'form' => [
'validation' => 'strict'
]
],
'plugins.taxonomylist.enabled' => [
'type' => 'toggle',
'label' => 'Plugin status',
'highlight' => 1,
'default' => 0,
'options' => [
1 => 'Enabled',
0 => 'Disabled'
],
'validate' => [
'type' => 'bool'
],
'name' => 'plugins.taxonomylist.enabled',
'validation' => 'strict'
],
'plugins.taxonomylist.route' => [
'type' => 'text',
'label' => 'Route to blog',
'validate' => [
'pattern' => '/([a-z\\-_]+/?)+'
],
'name' => 'plugins.taxonomylist.route',
'validation' => 'strict'
],
'plugins.problems' => [
'type' => '_root',
'form_field' => false,
@@ -3692,6 +3727,10 @@ return [
'body' => 'plugins.email.body',
'debug' => 'plugins.email.debug'
],
'taxonomylist' => [
'enabled' => 'plugins.taxonomylist.enabled',
'route' => 'plugins.taxonomylist.route'
],
'problems' => [
'enabled' => 'plugins.problems.enabled',
'built_in_css' => 'plugins.problems.built_in_css'