blueprints.yaml 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Markdown Notices
  2. version: 1.0.0
  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. license: MIT
  10. form:
  11. validation: strict
  12. fields:
  13. enabled:
  14. type: toggle
  15. label: Plugin status
  16. highlight: 1
  17. default: 0
  18. options:
  19. 1: Enabled
  20. 0: Disabled
  21. validate:
  22. type: bool
  23. built_in_css:
  24. type: toggle
  25. label: Use built in CSS
  26. highlight: 1
  27. default: 1
  28. options:
  29. 1: Enabled
  30. 0: Disabled
  31. validate:
  32. type: bool
  33. level_classes:
  34. type: selectize
  35. size: large
  36. placeholder: "e.g. yellow, red, blue, green"
  37. label: Level classes
  38. help: The classes to use for each level of notices depth
  39. classes: fancy
  40. validate:
  41. type: commalist