File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ placeholder | String | - | Placeholder text for the editor
35
35
editor-content | String | null | Set the the content of the editor
36
36
use-save-button | Boolean | True | Set to false to use your own button to save editor content
37
37
button-text | String | Save Content | Set the button's text
38
- editor-toolbar | Array | ** _ It is too long for effective legibility and comprehension. _ | Use a custom toolbar
38
+ editor-toolbar | Array | ** _ Too long for table. See toolbar example below _ | Use a custom toolbar
39
39
show-preview | Boolean | False | Set to true to get live preview
40
40
41
41
## Events
42
42
43
43
Name | Description
44
44
---------------- | -----------
45
- editor-updated | Emitted when the editor contents change. You will want to listen for this event if using your own save button.
46
- save-content | Emitted when the default save button is clicked.
45
+ editor-updated | Emitted when the editor contents change
46
+ save-content | Emitted when the default save button is clicked
47
47
48
48
49
49
## Example
You can’t perform that action at this time.
0 commit comments