Hi,
I am trying to use the config url parameter to have alternative versions of an application.
I wonder if there is a way to edit other configs file in the WAB interface? For instance, I can load an application using the config url parameter with an url like https://mydomain/webappbuilder/apps/33/?config=config_2.json but it seems I can't open and edit that config_2.json in the WAB interface.
When entering edit/configuration mode with such url https://mydomain/webappbuilder/?id=33&config=config_2.json this is the config.json that is loaded, not config_2.json. The config url parameter is not used.
Is there a way to achieve what Im trying to do?
Thanks