definition.yml 523 B

1234567891011121314151617181920212223
  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