-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Create a document editor example (and a build) #874
Comments
That's already done! |
@Reinmar i need your help please , i updated to cke 5 editor in my angular app, i used document editor plugin and use onready function to render it but i'm not able to upload any image file from my gallery , My question is how can i catch the image upload file and display it in the email body? i tried to configure the simple upload file adapter plugin but my application complains about the duplicate plugin , i'm not sure how can i use together this is my onready fun public onReady( editor ) {
} Any help will be appreciated! |
@oleq hello, I see that you have implemented 'Fullscreen editor' mode, any advices how to implement it in react tsx? |
Created on top of the do-it-yourself editor, the document editor example will correspond to what we have in v4.
Docs
WIP
The text was updated successfully, but these errors were encountered: