Would like to add our Bing imagery we have into the app builder site.
I'm assuming will need to edit the config.json file in the basemaps widget but where do you put your bing key ect....
thanks
The ExtenChooser.js in C:\arcgis-web-appbuilder-1.0beta2\client\stemapp\jimu.js\dijit has a spot that looks like you could enter the Bing key:
initExtent: null,
//bingMapsKey: String
// required if working with Microsoft Bing Maps
bingMapsKey: ' ',
I just haven't had time to test it myself.
Great I will look into that. Thanks.