Forum Discussion
Dean Verleger
Jan 31, 2020Copper Contributor
Escape tokens in pnp provisioning template
When applying a provisioning template including a page template, a token such as {site}, {siteid}, or {sitename} will get replaced with its associated value. These tokens are often useful to preserve...
- Feb 27, 2021
You can also try "{site.URL}" instead of {site}. This will not be replaced by the relative URL, and has the same functionality as {site}.
MLeysen
Feb 27, 2021Copper Contributor
You can also try "{site.URL}" instead of {site}. This will not be replaced by the relative URL, and has the same functionality as {site}.
Dean Verleger
Feb 27, 2021Copper Contributor
Thanks for the tip! I'll try that out next time.