Data source items drag and drop to custom components
We have built a set of custom Form components that have superResourceTypes of core guide components.
We also have some xdp files that we are using to define the data model.
From the editor left hand panel (Data Sources selected) we would like to be able to drag an item onto the form and for the editor to insert one of our custom components rather than the standard set. For example rather than
/libs/fd/af/components/guideradiobutton in inserts /apps/ourapp/forms/components/radiobutton
I was hoping to find a mapping definition but I cannot find one.
Has anyone done something similar?