N°7622 - Add carriage return after a block elements in ckeditor 5

This commit is contained in:
Stephen Abello
2024-07-03 15:26:05 +02:00
parent f98e92b255
commit 0b442a2e1a
8 changed files with 54 additions and 27 deletions

View File

@@ -1,8 +1,3 @@
/*
* @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.
@@ -10,7 +5,6 @@ import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
* Appends ibo-is-html-content class
*/
export default class AppendITopClasses extends Plugin {
constructor(editor: any);
static get pluginName(): string;
init(): void;
}