In flex, I was able to host multiple configurations under the core application by using
index.html?config=myconfig.xml
So, different layers and tools would be loaded depending which xml was called.
Is there any way in web appbuilder to do a similar task?
To build an app that depending the url parameter (xml or ?) to attach the appropriate layers and tools.
Thanks.