diff options
author | polo <ordipolo@gmx.fr> | 2025-01-11 11:38:59 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-01-11 11:38:59 +0100 |
commit | efa37f996c8493fe54af4352306d8623e2722243 (patch) | |
tree | 5d7239e0ac30b66387f8f523ef9b819924e41dba /lib | |
parent | 5b455dbf1474a3c7c839cd129fd470f1fdae6b0c (diff) | |
download | ckeditor5-efa37f996c8493fe54af4352306d8623e2722243.zip |
mention licenseKey GPL maintenant nécéssaire
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ckeditor5/view.php | 2 |
1 files changed, 2 insertions, 0 deletions
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(); | |||
43 | // Il y a aussi des paramètres dans le fichier de config: ckeditor/webpack.config.js | 43 | // Il y a aussi des paramètres dans le fichier de config: ckeditor/webpack.config.js |
44 | ClassicEditor | 44 | ClassicEditor |
45 | .create( document.querySelector( '#editor' ),{ | 45 | .create( document.querySelector( '#editor' ),{ |
46 | |||
47 | licenseKey: 'GPL', | ||
46 | 48 | ||
47 | plugins: [ Essentials, Heading, Paragraph, Alignment, List, | 49 | plugins: [ Essentials, Heading, Paragraph, Alignment, List, |
48 | BlockQuote, HorizontalLine, Underline, Strikethrough, | 50 | BlockQuote, HorizontalLine, Underline, Strikethrough, |