- Issue created by @ransomweaver
- πΊπΈUnited States ransomweaver
Disregard this. Problem was not passing rendered field value to the component that received the output of the ckeditor.
I've created an embed, following the _examples example, implemented in a module.
The embed configures and displays correctly in CKEditor 5. However, the tag is not converted to the markup when displayed through the front-end theme.
There are no console or dblog errors.
I've tried putting the text format execution order for the embed element first and last.
I've checked permissions and the problem is for both anon and auth users.
The template for the embed is in the custom module, but @includes an SDC defined in the front-end theme (but it displays that component in CKEditor, so doubt this is an issue.
Why is the theme not doing the render? It seems like this should happen in the text format, and it shouldn't matter what theme is used.
Active
2.0
Miscellaneous
Disregard this. Problem was not passing rendered field value to the component that received the output of the ckeditor.