Customization of Shortlist app

758
2
Jump to solution
03-06-2019 09:10 PM
GeorgieCassar1
New Contributor III

Has anyone downloadedthe shortlist app template and customized it to enable the feature description content panel to display images and web page links ?

Out of the box just enables plain text (content stored in descrption field in the feature layer.)

In other words I would like the content panel to be more like that in the Journal app template.

Any suggestions welcome.

0 Kudos
1 Solution

Accepted Solutions
BirajaNayak
Esri Contributor

This below link may help:

Working with Story Map Journal (and Shortlist) on different screen sizes 

Otherwise, the best site to answer your queries is below:

Story Maps 

Thanks,

Biraja

View solution in original post

2 Replies
BirajaNayak
Esri Contributor

This below link may help:

Working with Story Map Journal (and Shortlist) on different screen sizes 

Otherwise, the best site to answer your queries is below:

Story Maps 

Thanks,

Biraja

GeorgieCassar1
New Contributor III

Thank you very much for the tips.  If I build a shortlist from scratch using the builder, it's not possible to add html tags.

But using your links I found that if I use the CSV template to create a feature class, it offers 5 description fields and these can be populated with html tags directly to include images, hyperlinks etc.  This is called the 'as is' option as described here. Esri Story Maps - FAQ 

The template and field descriptions can be downloaded with this :

http://links.esri.com/storymaps/shortlist_layer_template 

And here's a tip to ensure your images fit nicely into any size of detail panel.  Use the max_width property with a calculation  :

<img style="max-width: calc(100% - 20px);" src="...your image url..." alt=" ">

0 Kudos