chore(ckeditor5/plugins): integrate uploadimage

This commit is contained in:
Elian Doran
2025-05-03 16:40:32 +03:00
parent 444e33628c
commit 5cb5d8e511
5 changed files with 40 additions and 28 deletions

View File

@@ -12,7 +12,6 @@ export default class CutToNotePlugin extends Plugin {
this.editor.ui.componentFactory.add( 'cutToNote', locale => {
const view = new ButtonView( locale );
console.log("Got ", scissorsIcon);
view.set( {
label: 'Cut & paste selection to sub-note',
icon: scissorsIcon,