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
Hi, beautiful people!
"friendsofsymfony/ckeditor-bundle": "^2.4"
fos_ck_editor: default_config: basic configs: basic: toolbar: basic
On page load with integrated ckeditor I see this warning:
[CKEDITOR] Error code: exportpdf-no-token-url. https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#exportpdf-no-token-url
Yes, it's not a blocker but I want to avoid it anyway.
Regarding to Internet we should to use removePlugins property (Link #1, Link #2), but seems like this bundles doesn't support it
removePlugins
Thank you.
The text was updated successfully, but these errors were encountered:
Just do this:
fos_ck_editor: default_config: basic configs: basic: toolbar: basic removePlugins: 'exportpdf'
Sorry, something went wrong.
No branches or pull requests
Hi, beautiful people!
On page load with integrated ckeditor I see this warning:
Yes, it's not a blocker but I want to avoid it anyway.
Regarding to Internet we should to use
removePlugins
property (Link #1, Link #2), but seems like this bundles doesn't support itThank you.
The text was updated successfully, but these errors were encountered: