RadzenHtmlEditorLink Check open in new window by default

Hello, is there a way to check the "Open in new window" check box by default in the RadzenHtmlEditorLink? We can make a custom control for building links if needed but I thought I would check to see if the functionality is baked in first to save some time. Thanks

Edit: I see Target Here: https://github.com/radzenhq/radzen-blazor/commit/e3146abae130d8f3676f779b0bdcf4f22b9f26d6 but it does not seem to be a Parameter and I don't see any Parameter that seems like it would work. Sorry if I am overlooking something obvious

Hi @Jeremy,

No, this isn't currently supported. The setting is initialized here. There can be probably a boolean property which is used to initialize it instead of setting it to false. We would gladly accept a pull request implementing that!