blueprints.yaml 894 B

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