blueprints.yaml 639 B

1234567891011121314151617181920212223242526272829303132
  1. name: Error
  2. version: 1.3.0
  3. description: Displays the error page.
  4. icon: warning
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-error
  10. keywords: error, plugin, required
  11. bugs: https://github.com/getgrav/grav-plugin-error/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. routes.404:
  27. type: text
  28. size: medium
  29. label: 404 Route
  30. default: '/error'