diff --git a/config/ckeditor-field.php b/config/ckeditor-field.php index bdb8a75..46ac0d4 100644 --- a/config/ckeditor-field.php +++ b/config/ckeditor-field.php @@ -84,5 +84,5 @@ | CKEditor 4 is only supported. This will not work with CKEditor 5 | */ - 'ckeditor_url' => 'https://cdn.ckeditor.com/4.20.0/full-all/ckeditor.js', + 'ckeditor_url' => 'https://cdn.ckeditor.com/4.20.2/full-all/ckeditor.js', ];