Does this support setting the value as html? The previous Rich Text Editor

Does this support setting the value as html? The previous Rich Text Editor supported setting the value in html. The reason I’m asking is that I have data stored in html instead of delta format. So how do I migrate the old data to use this component if it does not support setting html data.

Thanks.

Currently this is not possible. Depending on your requirements, you might be able to use my [TinyMCE component]
(https://vaadin.com/directory/component/tinymce-for-flow) instead. It eats plain HTML and binds to your datamodel with Binder. Downside is that it don’t really work with Designer or html templates.