add the custom class option to all extensions that generate HTML tags

This commit is contained in:
Hans Pagel
2020-09-09 16:15:22 +02:00
parent 0efab21338
commit 9244c3e912
14 changed files with 42 additions and 15 deletions

View File

@@ -3,5 +3,6 @@ Enables you to use the `<a>` HTML tag in the editor.
## Options
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| openOnClick | Boolean | true | Specifies if links will be opened on click. |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
| openOnClick | Boolean | true | Specifies if links will be opened on click. |