ckeditor-decoupled: Add back find & replace button

This commit is contained in:
Elian Doran 2024-11-14 20:49:20 +02:00
parent cf2639a016
commit 75a81dc28e

View File

@ -64,7 +64,8 @@ export default class DecoupledEditor extends DecoupledEditorBase {
'outdent', 'indent', 'outdent', 'indent',
'|', '|',
'markdownImport', 'markdownImport',
'cuttonote' 'cuttonote',
'findAndReplace'
] ]
} }
}; };