Solved! Go to Solution.
//Activities to be displayed in info window for a feature
Activities: [{
FieldName: "${RESTROOM}",
Alias: "Restrooms Available",
Image: "images/restrooms.png",
isSelected: true
}, {
FieldName: "${ADACOMPLY}",
Alias: "ADA Compliant",
Image: "images/ada compliant.png"
}, {
FieldName: "${SWIMMING}",
Alias: "Swimming",
Image: "images/swimming.png"
}, {
FieldName: "${HIKING}",
Alias: "Hiking",
Image: "images/hiking.png"
}, {
Hey,
Can you upload a sample of your config.js file?
I had the same problem and I forgot what I did to fix it 😕 Make sure your config.js is formatted properly. See example below of part of the activities code section:
Thanks,
Luci