You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
579 B

  1. name: Default
  2. author: requarks.io
  3. site: https://wiki.requarks.io/
  4. version: 1.0.0
  5. requirements:
  6. minimum: '>= 2.0.0'
  7. maximum: '< 3.0.0'
  8. props:
  9. accentColor:
  10. type: String
  11. title: Accent Color
  12. hint: Color used in the sidebar navigation and other elements.
  13. order: 1
  14. default: blue darken-2
  15. control: color-material
  16. tocPosition:
  17. type: String
  18. title: Table of Contents Position
  19. hint: Select whether the table of contents is shown on the left, right or not at all.
  20. order: 2
  21. default: left
  22. enum:
  23. - left
  24. - right
  25. - hidden