Enable Image Insertion in base 64 in CKEDITOR #2141
Unanswered
emmanuelpineda
asked this question in
Q&A
Replies: 1 comment
-
@emmanuelpineda This cannot be done in our libraries. It would require a modified H5P editor core that changes what CKEditor display. I think the place to do it is here: https://github.com/h5p/h5p-editor-php-library/blob/master/scripts/h5peditor-html.js As an application using our libraries has to include this file anyway, you can simply patch it for your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I would like to thank you for the great job you have done!
I am using this component "H5PEditorUI" from this library "@lumieducation/h5p-react".
Is it possible to enable image insertion in base 64?
I have done some research, it seems that it is necessary to add a plugin to ckeditor, how can I do it using the "@Lumieducation" libraries.
Thank you again!
Beta Was this translation helpful? Give feedback.
All reactions