addmodular

This commit is contained in:
2018-07-11 17:35:54 +02:00
parent a8828f642f
commit 1f8585e9af
418 changed files with 11063 additions and 10573 deletions
@@ -0,0 +1,52 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/plugins/problems/blueprints.yaml',
'modified' => 1529597237,
'data' => [
'name' => 'Problems',
'version' => '1.4.7',
'description' => 'Detects and reports problems found in the site.',
'icon' => 'exclamation-circle',
'author' => [
'name' => 'Team Grav',
'email' => 'devs@getgrav.org',
'url' => 'http://getgrav.org'
],
'homepage' => 'https://github.com/getgrav/grav-plugin-problems',
'keywords' => 'problems, plugin, detector, assistant, required',
'bugs' => 'https://github.com/getgrav/grav-plugin-problems/issues',
'license' => 'MIT',
'form' => [
'validation' => 'strict',
'fields' => [
'enabled' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS',
'highlight' => 1,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'built_in_css' => [
'type' => 'toggle',
'label' => 'Use built in CSS',
'highlight' => 1,
'default' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
]
]
]
]
];