Forum Discussion
Feb 21, 2017
Displaytemplate Urls in PnP templates
I just upgraded to the latest PnP PowerShell release ( Feb 2017) exporting my template gives me template that includes: <property name="ItemTemplateId" type="string">{site}</property> When I m...
Feb 21, 2017
Hi paulpascha,
The orignal issue had something to do with the location of the links wihtin the CQWP.
So imagine that you take a tempalate from
~sitecollection/subsite
and apply this to
~sitecollection/subsite/subsubsite
then the url is not correct.
There should be a token that holds the url of the web so that both ~sitecollection/subsite/subsubsite and ~sitecollection/subsite are referred to as {web}
paulpascha
Feb 21, 2017Bronze Contributor
Ah thanks! I understand the issue now... I will give this further thought to see if I can come up with a new fix