blueprints.yaml 1005 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. name: Problems
  2. slug: problems
  3. type: plugin
  4. version: 2.1.1
  5. description: Detects and reports problems found in the site.
  6. icon: exclamation-circle
  7. author:
  8. name: Team Grav
  9. email: devs@getgrav.org
  10. url: http://getgrav.org
  11. homepage: https://github.com/getgrav/grav-plugin-problems
  12. keywords: problems, plugin, detector, assistant, required
  13. bugs: https://github.com/getgrav/grav-plugin-problems/issues
  14. license: MIT
  15. dependencies:
  16. - { name: grav, version: '>=1.7.11' }
  17. form:
  18. validation: strict
  19. fields:
  20. enabled:
  21. type: toggle
  22. label: PLUGIN_ADMIN.PLUGIN_STATUS
  23. highlight: 1
  24. default: 0
  25. options:
  26. 1: PLUGIN_ADMIN.ENABLED
  27. 0: PLUGIN_ADMIN.DISABLED
  28. validate:
  29. type: bool
  30. built_in_css:
  31. type: toggle
  32. label: PLUGIN_PROBLEMS.BUILTIN_CSS
  33. help: PLUGIN_PROBLEMS.BUILTIN_CSS_HELP
  34. highlight: 1
  35. default: 1
  36. options:
  37. 1: PLUGIN_ADMIN.ENABLED
  38. 0: PLUGIN_ADMIN.DISABLED
  39. validate:
  40. type: bool