Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

blueprints.yaml 769 B

123456789101112131415161718192021222324252627282930313233343536
  1. name: Error
  2. version: 1.8.0
  3. description: Displays the error page.
  4. type: plugin
  5. slug: error
  6. icon: warning
  7. author:
  8. name: Team Grav
  9. email: devs@getgrav.org
  10. url: http://getgrav.org
  11. homepage: https://github.com/getgrav/grav-plugin-error
  12. keywords: error, plugin, required
  13. bugs: https://github.com/getgrav/grav-plugin-error/issues
  14. license: MIT
  15. dependencies:
  16. - { name: grav, version: '>=1.7.0' }
  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. routes.404:
  31. type: text
  32. size: medium
  33. label: PLUGIN_ERROR.ROUTE_404
  34. default: '/error'