-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Description
Is there a master list of all the supported toolbar item names?
The Documentation example is great, but it would be helpful to know a full listing or a listing of those in use by default.
I was able to guess alignment, but I'd like to know them all.
data() {
return {
content: '',
customToolbar: [
['bold', 'italic', 'underline'],
[{ 'list': 'ordered'}, { 'list': 'bullet' }],
[{ 'align': ''},{ 'align': 'justify'}, { 'align': 'right' }],
['link', 'video']
]
}
}Metadata
Metadata
Assignees
Labels
No labels