blueprints.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: Pagination
  2. version: 1.4.2
  3. description: "**Pagination** is a very useful plugin to help navigate a large collection of pages, such as for a **blog**."
  4. icon: list-ol
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-pagination
  10. keywords: pagination, plugin, pages, navigation
  11. bugs: https://github.com/getgrav/grav-plugin-pagination/issues
  12. license: MIT
  13. form:
  14. validation: strict
  15. fields:
  16. enabled:
  17. type: toggle
  18. label: PLUGIN_ADMIN.PLUGIN_STATUS
  19. highlight: 1
  20. default: 0
  21. options:
  22. 1: PLUGIN_ADMIN.ENABLED
  23. 0: PLUGIN_ADMIN.DISABLED
  24. validate:
  25. type: bool
  26. delta:
  27. type: number
  28. size: x-small
  29. label: PLUGIN_PAGINATION.DELTA
  30. default: 0
  31. help: PLUGIN_PAGINATION.DELTA_HELP
  32. validate:
  33. type: number
  34. min: 0
  35. built_in_css:
  36. type: toggle
  37. label: PLUGIN_PAGINATION.BUILTIN_CSS
  38. help: PLUGIN_PAGINATION.BUILTIN_CSS_HELP
  39. highlight: 1
  40. default: 1
  41. options:
  42. 1: PLUGIN_ADMIN.ENABLED
  43. 0: PLUGIN_ADMIN.DISABLED
  44. validate:
  45. type: bool