Files
hehe/cache/compiled/files/42fa111cd8293efda95a951b62527fed.yaml.php
T
2018-08-01 16:42:48 +02:00

53 lines
1.8 KiB
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/problems/blueprints.yaml',
'modified' => 1533014916,
'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'
]
]
]
]
]
];