mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
N°5298 - Update CKEditor to version 5
This commit is contained in:
12
js/ckeditor/build/plugins/editor-features.plugin.d.ts
vendored
Normal file
12
js/ckeditor/build/plugins/editor-features.plugin.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
/**
|
||||
* EditorFeatures Plugin.
|
||||
*
|
||||
* - trigger update event when editor is ready
|
||||
* - dispatch submit event on the closest editor form when Ctrl+Enter pressed
|
||||
*
|
||||
*/
|
||||
export declare class EditorFeatures extends Plugin {
|
||||
static get pluginName(): string;
|
||||
init(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user