blueprints.yaml 862 B

12345678910111213141516171819202122232425262728293031323334
  1. name: Taxonomy List
  2. version: 1.2.6
  3. description: "With the **TaxonomyList plugin** you can easily create list of **taxonomy** items such as **tags**, **categories**, etc."
  4. icon: tag
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-taxonomylist
  10. demo: http://demo.getgrav.org/blog-skeleton
  11. keywords: taxonomylist, plugin, taxonomy, list, tags, categories
  12. bugs: https://github.com/getgrav/grav-plugin-taxonomylist/issues
  13. license: MIT
  14. form:
  15. validation: strict
  16. fields:
  17. enabled:
  18. type: toggle
  19. label: Plugin status
  20. highlight: 1
  21. default: 0
  22. options:
  23. 1: Enabled
  24. 0: Disabled
  25. validate:
  26. type: bool
  27. route:
  28. type: text
  29. label: Route to blog
  30. placeholder: /blog
  31. validate:
  32. pattern: "/([a-z\-_]+/?)+"