|
|
## CKEditor Plugins
|
|
|
|
|
|
### How to `install CKEditor plugins`?
|
|
|
In your QUIQQER-administration navigate to `Settings -> CKEditor -> Editor -> Plugins`.
|
|
|
By clicking on the `"Upload"`-button you can upload CKEditor Plugins
|
|
|
|
|
|
### How to `disable CKEditor plugins`?
|
|
|
In your QUIQQER-administration navigate to `Settings -> CKEditor -> Editor -> Plugins`.
|
|
|
After clicking on a plugin in the list, click on the `"Deactivate"` button to deactivate it.
|
|
|
|
|
|
----------
|
|
|
|
|
|
## Errors
|
|
|
|
|
|
### What is the `embed-no-provider-url`-error?
|
|
|
```
|
|
|
[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#embed-no-provider-url
|
|
|
```
|
|
|
When this error occurs you need to set an embed provider URL as mentioned in the error message.
|
|
|
If you do not want to change this settings you can also disable the following CKEditor Plugins:
|
|
|
- embed
|
|
|
- embedbase
|
|
|
- autoembed
|
|
|
|
|
|
To find out how to disable plugins see the FAQ-section above. |
|
|
\ No newline at end of file |