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.

51 lines
1.0 KiB

  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. sdPosition:
  10. type: String
  11. default: 'left'
  12. title: Table of Contents Position
  13. hint: Should the content sidebar be shown on the left or right.
  14. enum:
  15. - 'hidden'
  16. - 'left'
  17. - 'right'
  18. order: 1
  19. icon: mdi-border-vertical
  20. showTOC:
  21. type: Boolean
  22. default: true
  23. title: Display the Table of Contents
  24. order: 2
  25. showTags:
  26. type: Boolean
  27. default: true
  28. title: Display the Page Tags
  29. order: 3
  30. showTags:
  31. type: Boolean
  32. default: true
  33. title: Display the Page Author and Date
  34. order: 4
  35. showTags:
  36. type: Boolean
  37. default: true
  38. title: Display the Page Rating
  39. order: 5
  40. showSocialBar:
  41. type: Boolean
  42. default: true
  43. title: Display the Social Links Bar
  44. order: 6
  45. showEditSpeedDial:
  46. type: Boolean
  47. default: true
  48. title: Display the Edit Speed Dial
  49. hint: Shown in the lower right corner of the page.
  50. order: 7