I'm working with the Editor component (https://www.telerik.com/kendo-react-ui/components/editor/) .
If a user creates a link, I need to enforce all links open in a new window. By default it's a checkbox that isn't checked.
I haven't found a way to accomplish this yet. I'd like to either check and disable the checkbox or even not show it at all, but still have it enabled.
I also tried using the custom rendering (https://www.telerik.com/kendo-react-ui/components/editor/custom-rendering/) but it seems to all be tucked inside the content var.