first commit
This commit is contained in:
53
cache/compiled/files/31f16ce794a36cace89f57c8e6bb97cb.yaml.php
vendored
Normal file
53
cache/compiled/files/31f16ce794a36cace89f57c8e6bb97cb.yaml.php
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/problems/blueprints.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'name' => 'Problems',
|
||||
'version' => '2.0.3',
|
||||
'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' => 'PLUGIN_PROBLEMS.BUILTIN_CSS',
|
||||
'help' => 'PLUGIN_PROBLEMS.BUILTIN_CSS_HELP',
|
||||
'highlight' => 1,
|
||||
'default' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user