I don't even know where to look to 'research' this on my own so I'm posting here HOPING for a dual response.
Hoping I don't have to mess with actual HTML/CSS to do this. I would LIKE to create a template for this kind of thing.
Solved! Go to Solution.
Try something like this
"links": [
{
"label": "<img src='http://talk.onevietnam.org/wp-content/uploads/2011/04/facebook_icon.png' style='width: 28px;height: 28px;top: 6px;position: absolute'>",
"url": "https://www.facebook.com/esriuc"
}
],
You can use the normal html link tags in the "label" field just make sure you use single quotes.
If you want to make this part of your template then just add it to the \client\stemapp\config.json file.
Try something like this
"links": [
{
"label": "<img src='http://talk.onevietnam.org/wp-content/uploads/2011/04/facebook_icon.png' style='width: 28px;height: 28px;top: 6px;position: absolute'>",
"url": "https://www.facebook.com/esriuc"
}
],
You can use the normal html link tags in the "label" field just make sure you use single quotes.
If you want to make this part of your template then just add it to the \client\stemapp\config.json file.