Hi
We have a custom widget with multifield Component that includes OOB RichText component. We need to support foreign-language characters on that RichText
this.DescriptionField= new CQ.form.RichText({
width: '420px',
"stateful": false
});
How can we add rtePlugin to custom widget using RichText?
Thanks!