From efa37f996c8493fe54af4352306d8623e2722243 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 11 Jan 2025 11:38:59 +0100 Subject: =?UTF-8?q?mention=20licenseKey=20GPL=20maintenant=20n=C3=A9c?= =?UTF-8?q?=C3=A9ssaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ckeditor5/view.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ckeditor5/view.php b/lib/ckeditor5/view.php index 6d6c961..e592a73 100644 --- a/lib/ckeditor5/view.php +++ b/lib/ckeditor5/view.php @@ -43,6 +43,8 @@ ob_start(); // Il y a aussi des paramètres dans le fichier de config: ckeditor/webpack.config.js ClassicEditor .create( document.querySelector( '#editor' ),{ + + licenseKey: 'GPL', plugins: [ Essentials, Heading, Paragraph, Alignment, List, BlockQuote, HorizontalLine, Underline, Strikethrough, -- cgit v1.2.3