I show attributes from a Custom Post Type in the InfoWindow like this:
‘windowhtml’ => “<div class=’cpm-infowindow’>
<div class=’cpm-content’>
%thumbnail%
%title%
<div>%email%</div>
<div>%address% (%ccaa%)</div>
<div>%nom_projecte%</div>
%pdf% %video%
<div><ul class=’list-inline’>%ambits%</div>
</div>
<div style=’clear:both;’></div>
</div>
%additional%”,
There are links, emails, paths to files and tags.
Thank you very much!
Lucas