I've a multi tenant application that requires a different name and icon to be presented. However, going through the documentation, you can edit this with the Extensibility Configurations per Environment. However, didn't find any way to do this dynamically or simply based on a tenant
Hi José,
I'm not sure about PWAs, but I had a similar challenge in the past for mobile apps. This approach will work for PWAs but I don't know if there is an easy way... In summary we built all the UI in CW modules and blocks, the end user app was just a shell with the screens to place the blocks. For each tenant we would clone the end user app and customize as needed.
Hope this helps :)
Cheers,
Rúben
Hello Ruben,
It is indeed one of the solutions we considered if anything else fails
Thank you for your input!