226659b03c5b576b13848d0e08cd50a1.yaml.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/problems/blueprints.yaml',
  5. 'modified' => 1509083790,
  6. 'data' => [
  7. 'name' => 'Problems',
  8. 'version' => '1.4.7',
  9. 'description' => 'Detects and reports problems found in the site.',
  10. 'icon' => 'exclamation-circle',
  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-problems',
  17. 'keywords' => 'problems, plugin, detector, assistant, required',
  18. 'bugs' => 'https://github.com/getgrav/grav-plugin-problems/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. 'built_in_css' => [
  37. 'type' => 'toggle',
  38. 'label' => 'Use built in CSS',
  39. 'highlight' => 1,
  40. 'default' => 1,
  41. 'options' => [
  42. 1 => 'PLUGIN_ADMIN.ENABLED',
  43. 0 => 'PLUGIN_ADMIN.DISABLED'
  44. ],
  45. 'validate' => [
  46. 'type' => 'bool'
  47. ]
  48. ]
  49. ]
  50. ]
  51. ]
  52. ];