I have a bunch of features that I want to display attributes for. Right now I have it set to iTemplate = new InfoTemplate(layerName, "${*}"); which shows everything. I want to display everything except the FID and layerName. I really don't want to have to define each attribute for every layer in the map. Each layer has slightly different attributes. Is there a way to exclude those two common attributes from the popup and show everything else?