Hi all. I would like to disable popups for certain layers while still drawing the layers on the screen. As an example, imagine a city boundary line.I noticed that if I remove the popupconfig field from the sublayer's XML entry in config.xml, the popup would be disabled, but making any changes in Application Builder just puts the field back (as does removing the entry entirely).
<sublayer id="33" popupconfig="popups/PopUp_33.xml"/>
<sublayer id="34"/>
<sublayer id="35" popupconfig="popups/PopUp_35.xml"/>
I've searched and can't find anything on this. Is there any way to toggle off popups for specific layers?Thanks!