blueprints.yaml 1007 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: Image Srcset
  2. version: 1.1.1
  3. testing: true
  4. description: "Adds a srcset-attribute to img-elements to allow for responsive images in Markdown."
  5. icon: picture-o
  6. author:
  7. name: Ole Vik
  8. email: git@olevik.me
  9. url: http://olevik.me
  10. homepage: https://github.com/olevik/grav-plugin-imgsrcset
  11. keywords: responsive, srcset
  12. bugs: https://github.com/olevik/grav-plugin-imgsrcset/issues
  13. license: MIT
  14. form:
  15. validation: loose
  16. fields:
  17. enabled:
  18. type: toggle
  19. label: Plugin Status
  20. highlight: 1
  21. default: 1
  22. options:
  23. 1: PLUGIN_ADMIN.ENABLED
  24. 0: PLUGIN_ADMIN.DISABLED
  25. validate:
  26. type: bool
  27. widths:
  28. type: selectize
  29. label: Widths
  30. description: Determines the available image sizes. Comma-separated list of widths.
  31. classes: fancy
  32. validate:
  33. type: commalist
  34. sizes:
  35. type: text
  36. size: x-small
  37. label: Sizes
  38. help: Determines the Sizes-attribute.
  39. validate:
  40. type: text
  41. min: 1