Information on the CKEditor message:
We are aware of this message and it will be disabled in v32.
You can disable version checking by editing the src/tools/js/ckeditor/config.js
file and adding config.versionCheck = false;
. Here is an example:
/**
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config.versionCheck = false;
};
Tip: If the message is still displayed, clear the browser cache.
The CKEditor is a tool that is used in i-doit. You do not need to update a tool integrated in i-doit.
Please ignore the message and use the solution offered (deactivate version control).
The developers update the ckeditor at regular intervals. The last time it was v30.
Comments
0 comments
Please sign in to leave a comment.