pnp / PnP-Provisioning-Schema

Office 365 Patterns and Practices - Remote Provisioning Schema
MIT License
159 stars 219 forks source link

Footer does not use tokens #560

Open BollietMZK opened 3 years ago

BollietMZK commented 3 years ago

Hello,

Currently, the footer does not use tokens, which can generate errors when applying template on another site.

<pnp:ProvisioningTemplate ID="TEMPLATE-B74CDADFFB8F4F2BB1A80EFCF24DAD99" Version="1" BaseSiteTemplate="SITEPAGEPUBLISHING#0" Scope="RootSite">
    <pnp:Footer Enabled="true" Logo="/sites/LeadershipConnection/SiteAssets/__footerlogo__ContosoElectronics_slab_white.png" RemoveExistingNodes="false" />
</pnp:ProvisioningTemplate>
smpeart commented 3 years ago

Hello - have you been able to apply your provisioning template with the pnp:footer element?

Your issue sounds similar to one I am experiencing - the template will not apply as the pnp:footer element as (apparently) it requires an access token. https://github.com/pnp/PnP-Provisioning-Schema/issues/565