You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video block in toolbar(default) add <oembed>, But it doesn't seem to be rendered.
Is it possible to use <embed> or <iframe> with configuration?
2. Image Issue
Image block in toolbar(default) is system image picker.
I expect it would be added to Base64 <img>, but it just makes filerepository-no-upload-adapter warning.
While looking for a solution, it was confirmed that the Base64UploadAdapter was used and applied as follows, but please provide an appropriate solution due to a conflict between modules.
1. Video Issue
Video block in toolbar(default) add
<oembed>
, But it doesn't seem to be rendered.<embed>
or<iframe>
with configuration?2. Image Issue
Image block in toolbar(default) is system image picker.
I expect it would be added to Base64
<img>
, but it just makesfilerepository-no-upload-adapter
warning.Base64UploadAdapter
was used and applied as follows, but please provide an appropriate solution due to a conflict between modules.References
/plugins/ckeditor.js
/pages/sample.vue
The text was updated successfully, but these errors were encountered: