I'm using Kentico 13 .NET Core and want to integrate with Bynder
https://github.com/Kentico/xperience-module-bynder
https://www.kentico.com/discover/blog/powerful-integrations-kentico-xperience-13-refresh
It works fine with the page types and I can see the new form control under the form control selection but how do I use it in a widget in the .NET core MVC app?
Ex: I want to replace this UrlSelector component with the Bynder component. How do I do that?
[EditingComponent(UrlSelector.IDENTIFIER, Order = 5, Label = "Image Slider Selector")]
[EditingComponentProperty(nameof(UrlSelectorProperties.Tabs), ContentSelectorTabs.Page)]
public string ImageSliderSelector { get; set; }

The "integration" is only with the page type selector. There are no other controls. You have to make those on your own. This would mean you'd need one for the CKEditor and the Froala editor as well.