016d05303b7ccdfb0f74c68297e892c7.yaml.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/static-ethica.net/user/plugins/error/blueprints.yaml',
  5. 'modified' => 1520021428,
  6. 'data' => [
  7. 'name' => 'Error',
  8. 'version' => '1.6.0',
  9. 'description' => 'Displays the error page.',
  10. 'icon' => 'warning',
  11. 'author' => [
  12. 'name' => 'Team Grav',
  13. 'email' => 'devs@getgrav.org',
  14. 'url' => 'http://getgrav.org'
  15. ],
  16. 'homepage' => 'https://github.com/getgrav/grav-plugin-error',
  17. 'keywords' => 'error, plugin, required',
  18. 'bugs' => 'https://github.com/getgrav/grav-plugin-error/issues',
  19. 'license' => 'MIT',
  20. 'form' => [
  21. 'validation' => 'strict',
  22. 'fields' => [
  23. 'enabled' => [
  24. 'type' => 'toggle',
  25. 'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS',
  26. 'highlight' => 1,
  27. 'default' => 0,
  28. 'options' => [
  29. 1 => 'PLUGIN_ADMIN.ENABLED',
  30. 0 => 'PLUGIN_ADMIN.DISABLED'
  31. ],
  32. 'validate' => [
  33. 'type' => 'bool'
  34. ]
  35. ],
  36. 'routes.404' => [
  37. 'type' => 'text',
  38. 'size' => 'medium',
  39. 'label' => '404 Route',
  40. 'default' => '/error'
  41. ]
  42. ]
  43. ]
  44. ]
  45. ];