blueprints.yaml 948 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Taxonomy List
  2. type: plugin
  3. slug: taxonomylist
  4. version: 1.3.5
  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. dependencies:
  17. - { name: grav, version: '>=1.6.0' }
  18. form:
  19. validation: strict
  20. fields:
  21. enabled:
  22. type: toggle
  23. label: Plugin status
  24. highlight: 1
  25. default: 0
  26. options:
  27. 1: Enabled
  28. 0: Disabled
  29. validate:
  30. type: bool
  31. route:
  32. type: text
  33. label: Route to blog
  34. placeholder: /blog
  35. validate:
  36. pattern: '/([a-z\-_]+/?)+'