Extended Experience Fragment Component Not shown as a reference when publishing
I have extended the OOTB Experience fragment component by setting it as my custom components super type. Everything works great except that when I publish the page, the references UI does not detect that the extended Experience Fragment is pointing to a reference and so does not trigger replication of the experience fragment and any images etc included in the fragment e.g. http://localhost:4502/libs/wcm/core/content/sites/publishpagewizard.html?item=/content/mysite/en/xftest&editmode shows nothing other than the page to replicate but if I use the OOTB XF component the XF itself and any images show up in the list of that url.
Do i need to add anything to my custom XF component other than setting the base XF as it's super type (sling:resourceSuperType="cq/experience-fragments/editor/components/experiencefragment") or is extending the base XF component not currently supported?