Create a Web IDE settings object to configure the Web IDE
As we start adding more and more features to the IDE and different ones among versions, it's getting harder to configure the web IDE without hardcoding things. I think it may be useful to implement an object, which holds all the required data and all the authorization functionality. This way, when the IDE starts we can request that object and configure it properly. /cc @jramsay @andr3 @pslaughter
issue