blueprints.yaml 974 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Markdown Notices
  2. version: 1.0.1
  3. description: "Adds the ability to render notices blocks in Markdown"
  4. icon: asterisk
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-markdown-notices
  10. license: MIT
  11. form:
  12. validation: strict
  13. fields:
  14. enabled:
  15. type: toggle
  16. label: Plugin status
  17. highlight: 1
  18. default: 0
  19. options:
  20. 1: Enabled
  21. 0: Disabled
  22. validate:
  23. type: bool
  24. built_in_css:
  25. type: toggle
  26. label: Use built in CSS
  27. highlight: 1
  28. default: 1
  29. options:
  30. 1: Enabled
  31. 0: Disabled
  32. validate:
  33. type: bool
  34. level_classes:
  35. type: selectize
  36. size: large
  37. placeholder: "e.g. yellow, red, blue, green"
  38. label: Level classes
  39. help: The classes to use for each level of notices depth
  40. classes: fancy
  41. validate:
  42. type: commalist