blueprints.yaml 532 B

1234567891011121314151617181920212223242526
  1. name: Form
  2. version: 0.6.0
  3. description: Enables the forms handling
  4. icon: check-square
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. keywords: plugin, form
  10. homepage: https://github.com/getgrav/grav-plugin-form
  11. bugs: https://github.com/getgrav/grav-plugin-form/issues
  12. license: MIT
  13. form:
  14. validation: strict
  15. fields:
  16. enabled:
  17. type: hidden
  18. label: Plugin status
  19. highlight: 1
  20. default: 0
  21. options:
  22. 1: Enabled
  23. 0: Disabled
  24. validate:
  25. type: bool