Is it possible to use multiple rich text editor instances #3495
-
I was wondering if it's possible to use multiple rich text editor instances, for example the default editor for certain components and the ckeditor for other components. Or different configurations for ckeditor depending on the component. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @sylvia-vdv not really, right now, the only way I could think is to create a new text component by extending the default one and putting there the logic for a new custom rich text editor. |
Beta Was this translation helpful? Give feedback.
Hi @sylvia-vdv not really, right now, the only way I could think is to create a new text component by extending the default one and putting there the logic for a new custom rich text editor.