We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error, What am I doing wrong?
This issue was logged by: coops-connector --> plugin.js
on this line: this._ioHandler = editor.config.coops.restIOHandler||new DefaultIOHandler(editor);
The text was updated successfully, but these errors were encountered:
You probably haven't defined "coops" on CKEditor config.
This should of course be null-checked but you will need to define at least a serverUrl directive so it wouldn't work without the config anyway. (See demo for example https://github.com/foyt/coops-demo/blob/master/public/editdoc.js)
Sorry, something went wrong.
No branches or pull requests
Getting this error, What am I doing wrong?
This issue was logged by: coops-connector --> plugin.js
on this line:
this._ioHandler = editor.config.coops.restIOHandler||new DefaultIOHandler(editor);
The text was updated successfully, but these errors were encountered: