mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°5298 - Update CKEditor to version 5
This commit is contained in:
11
js/ckeditor/build/plugins/ibo-compatibility.plugin.d.ts
vendored
Normal file
11
js/ckeditor/build/plugins/ibo-compatibility.plugin.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
/**
|
||||
* IBOCompatibility Plugin.
|
||||
*
|
||||
* - exclude ck-reset_all for mention dropdown
|
||||
* - appends ibo-is-html-content class
|
||||
*/
|
||||
export declare class IBOCompatibility extends Plugin {
|
||||
static get pluginName(): string;
|
||||
init(): Promise<unknown> | void | undefined | null;
|
||||
}
|
||||
Reference in New Issue
Block a user