first commit
This commit is contained in:
45
cache/compiled/files/3e99cb7f2a265a846e2ea01bf557c0e1.yaml.php
vendored
Normal file
45
cache/compiled/files/3e99cb7f2a265a846e2ea01bf557c0e1.yaml.php
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/error/blueprints.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'name' => 'Error',
|
||||
'version' => '1.6.2',
|
||||
'description' => 'Displays the error page.',
|
||||
'icon' => 'warning',
|
||||
'author' => [
|
||||
'name' => 'Team Grav',
|
||||
'email' => 'devs@getgrav.org',
|
||||
'url' => 'http://getgrav.org'
|
||||
],
|
||||
'homepage' => 'https://github.com/getgrav/grav-plugin-error',
|
||||
'keywords' => 'error, plugin, required',
|
||||
'bugs' => 'https://github.com/getgrav/grav-plugin-error/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'
|
||||
]
|
||||
],
|
||||
'routes.404' => [
|
||||
'type' => 'text',
|
||||
'size' => 'medium',
|
||||
'label' => 'PLUGIN_ERROR.ROUTE_404',
|
||||
'default' => '/error'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user