I was successfully able to integrate a custom tile app with a sapui5 app to show a custom visualisation following these steps :
As shown in the screenshot the visualisation type was changed to the custom tile app.
But this was implemented on managed service as these would be available in HTML5 applications content provider.
Now, I want to implement multi tenancy for which I understand I would need standalone app router instead of managed approuter. I came across this tutorial : https://developers.sap.com/tutorials/cp-portal-cloud-foundry-url-applaunchpad.html
But did not find a way to change the visualisation type to custom tile.
Could anyone guide me with a workaround approach?