mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°5298 - Merge work from 9bf0addc9c with changes from the WIP CKEditor build repo
This commit is contained in:
16
js/ckeditor/build/plugins/append-itop-classes/append-itop-classes.plugin.d.ts
vendored
Normal file
16
js/ckeditor/build/plugins/append-itop-classes/append-itop-classes.plugin.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
/**
|
||||
* AppendITopClasses Plugin.
|
||||
*
|
||||
* Appends ibo-is-html-content class
|
||||
*/
|
||||
export default class AppendITopClasses extends Plugin {
|
||||
constructor(editor: any);
|
||||
static get pluginName(): string;
|
||||
init(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user