Greetings,
I am located in the Caribbean and our data is separated based on the island location. Is there a way to increase the number of links in the attribute branding section? I am using the tab theme on WAB v1.3 and I've noticed that I am limited to just four (4) links (see attached). In my example, I have island #1 - Island #4, and I would like to create two more islands (ie. island #5 and island #6). Can someone advise on how to create additional links?
Grateful if anyone can provide some workable solutions.
Thanks in advance.
Troy,
Sure go to your apps folder and open the config.json (i.e. [install dir]\server\apps\[app #]\config.json)
and add the additional links to the links array:
"links": [ { "label": "Island 1", "url": "http://www.google.com" }, { "label": "Island 2", "url": "http://www.google.com" }, { "label": "Island 3", "url": "http://www.google.com" }, { "label": "Island 4", "url": "http://www.google.com" }, { "label": "Island 5", "url": "http://www.google.com" }, { "label": "Island 6", "url": "http://www.google.com" } ],
You could use the About widget—Web AppBuilder for ArcGIS | ArcGIS and put the 6 links with some description there, or use a single link to point to a customized page that hosts links to the 6 islands.
Received with thanks Xander. I can see that working conceptually; however I can also foresee the city government officials complaining of the Links being difficult to find. I was hoping that there would have been some quick adjustment that could be done to one of the configuration files to achieve the additional 2 links. Is WAB that inflexible?
Editing the Builder GUI is very difficult as all the code is minified. But you can manually add the links to your apps config.json links array and then will show when you launch the app on a device that has enough screen real estate to show all the links.
Received with thanks Robert. Can you detail the steps to achieve your recommendation?
thanks in advance
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.