Where is "id": "widgets_Splash_Widget_31" on config.json

435
2
05-10-2017 07:31 PM
JoseSanchez
Occasional Contributor III

Hello everyone,

I am having a problem with the Splash Widget it does not display. ,And I am thinking that may be the name I imported in the widget  "widgets_Splash_Widget_31" is not the same the application is expecting. I just replaced the Spalsh Widget with another one I created with WAB developers with some new text.

Where can I find the Splash id in the WAB Developer that matches "id": "widgets_Splash_Widget_31" in config.json?

How does the "id" gets the name "widgets_Splash_Widget_31"?

Can I use ArcGIS Online Assistant 

Thanks

Config.json

"version": "2.2",
"id": "widgets_Splash_Widget_31",
"name": "Splash",
"config": "configs/Splash/config_Splash.json"
},

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Jose,

   Honestly the id does not matter as long as it is unique in your app. The main thing is that it is unique and the paths to the config and widget.js are correct.

0 Kudos
JoseSanchez
Occasional Contributor III

Thank you fro your answer.

I found the problem:it

it works removing the  line:    "visible": false,

from:

{
"uri": "widgets/Splash/Widget",
"visible": false,
"position": {
"relativeTo": "browser"
},
"version": "2.2",
"id": "widgets_Splash_Widget_31",
"name": "Splash",
"config": "configs/Splash/config_Splash.json"
},

0 Kudos