Using ArcGIS Pro v2.3 the custom drop handlers defined in DAML seem to be ignored. This perfectly worked with ArcGIS Pro v2.0.
Definition of the handler:
<dropHandlers>
<insertHandler id="FoxDropHandler_FoxHandler" className="FoxHandler" dataTypes=".FOX|.fox" />
</dropHandlers>
After the custom file is dropped onto the mapview a datatype not supported message is shown:

Do we have to implement another interface or change the DAML configuration?