blueprints.yaml 799 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: Problems
  2. version: 1.2.0
  3. description: Detects and reports problems found in the site.
  4. icon: exclamation-circle
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-problems
  10. keywords: problems, plugin, detector, assistant, required
  11. bugs: https://github.com/getgrav/grav-plugin-problems/issues
  12. license: MIT
  13. form:
  14. validation: strict
  15. fields:
  16. enabled:
  17. type: toggle
  18. label: Plugin status
  19. highlight: 1
  20. default: 0
  21. options:
  22. 1: Enabled
  23. 0: Disabled
  24. validate:
  25. type: bool
  26. built_in_css:
  27. type: toggle
  28. label: Use built in CSS
  29. highlight: 1
  30. default: 1
  31. options:
  32. 1: Enabled
  33. 0: Disabled
  34. validate:
  35. type: bool