I'm trying to make a widget's config different for when the site is opened on a phone. I'm trying to do this within the apps main config.json file, but it's not taking my changes. I added the following lines to the bottom of the mobileLayout array.
{
"uri": "widgets/FindSchool/Widget",
"position": {
"left": 0,
"top": 30,
"right": 50,
"relativeTo": "map"
},
"version": "2.3"
}