ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.71k stars 3.62k forks source link

Docs issue report from "getting-started/setup/getting-and-setting-data.html" #16645

Open Paruls50 opened 1 week ago

Paruls50 commented 1 week ago

Origin URL

https://ckeditor.com/docs/ckeditor5/latest/getting-started/setup/getting-and-setting-data.html

Project version

42.0.0

Is the information outdated? How?

No response

Is there something missing in the guide? What is it?

is there a way to set the editor data outside of a module type. in v41 we were able to create CKeditor instances in outside of a module but with v42, it looks like it is not possible.

Is there anything else you would like to add?

No response

User agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Witoso commented 6 days ago

is there a way to set the editor data outside of a module type. in v41 we were able to create CKeditor instances in outside of a module but with v42, it looks like it is not possible.

Hi! Could you describe what setup and installation method you used before. It's definitely possible to use the editor outside the ESM modules but before jumping to the solution, I'd like to understand more from which setup you're planning to migrate.