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.

23 lines
523 B

  1. key: markdownMultiTable
  2. title: MultiMarkdown Table
  3. description: Add MultiMarkdown table support
  4. author: requarks.io
  5. icon: mdi-table
  6. enabledDefault: false
  7. dependsOn: markdownCore
  8. props:
  9. multilineEnabled:
  10. type: Boolean
  11. title: Multiline
  12. hint: Enable multiple lines rows
  13. default: true
  14. headerlessEnabled:
  15. type: Boolean
  16. title: Headerless
  17. hint: Enable ommited table headers
  18. default: true
  19. rowspanEnabled:
  20. type: Boolean
  21. title: Rowspan
  22. hint: Enable table row spans
  23. default: true