blueprints.yaml 916 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: DevTools
  2. slug: devtools
  3. type: plugin
  4. version: 1.5.4
  5. description: Plugin and Theme scaffolding utilities
  6. icon: cogs
  7. author:
  8. name: Team Grav
  9. email: devs@getgrav.org
  10. url: http://getgrav.org
  11. homepage: https://github.com/getgrav/grav-plugin-devtools
  12. keywords: devtools, plugin, theme
  13. bugs: https://github.com/getgrav/grav-plugin-devtools/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. collision_check:
  31. type: toggle
  32. label: PLUGIN_DEVTOOLS.COLLISION_CHECK
  33. highlight: 1
  34. default: 1
  35. options:
  36. 1: PLUGIN_ADMIN.ENABLED
  37. 0: PLUGIN_ADMIN.DISABLED
  38. validate:
  39. type: bool