implement image upload
This commit is contained in:
@ -56,6 +56,7 @@ export class WysiwygShortcuts {
|
||||
{ type: 'quote', label: 'Quote', icon: '"' },
|
||||
{ type: 'code', label: 'Code', icon: '<>' },
|
||||
{ type: 'list', label: 'List', icon: '•' },
|
||||
{ type: 'image', label: 'Image', icon: '🖼' },
|
||||
{ type: 'divider', label: 'Divider', icon: '—' },
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user