I've developed a 'hover' widget that does not need to appear in the panel. That is, it's an off-panel widget that should be active at all times and should not have an icon in the panel. I'm using the foldable theme in WAB. However, an icon is appearing in the panel. How do I remove this?
Here's my widget's manifest.json.
{
"name": "Hover",
"2D": true,
"3D": false,
"platform": "HTML",
"version": "1.4",
"wabVersion": "1.4",
"author": "Esri Canada Ltd",
"description": "This is the hover widget",
"copyright": "",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"properties": {
"inPanel":false,
"hasLocale": false,
"hasStyle":true,
"hasConfig":true,
"hasUIFile":false,
"hasSettingPage":true,
"hasSettingUIFile":true,
"hasSettingLocale":true,
"hasSettingStyle":true,
"IsController":false,
"closeable": false,
"openAtStart": true
}
}