-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Premiun features? #238
Comments
For anybody finding this. I did manage to insert the editor into my admin form but wasn't able to configure it to use paid features like ExportPdf which to be honest is the only reason I need CKEditor instead of more well documented options like tinyMCE.
The only other change is the ckeditor-init.js file in static which was generated by https://ckeditor.com/ckeditor-5/builder/ and modified to replace the relevant django admin form fields with ckeditor |
@ewartmouton This is currently not supported but adding it should not be too complicated (especially once we upgrade to ckeditor 42.x) |
Is it possible to use premium features like export to PDF?
https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html#installation
where do you specify API details like token URL etc
The text was updated successfully, but these errors were encountered: