diff options
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, |
