Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created September 11, 2017 12:43
Show Gist options
  • Select an option

  • Save chrisobriensp/84ba085913f2c82901563d98e7d90258 to your computer and use it in GitHub Desktop.

Select an option

Save chrisobriensp/84ba085913f2c82901563d98e7d90258 to your computer and use it in GitHub Desktop.
An extract of PnP template XML, which associates a tenant-scoped SPFx extension to the web being provisioned.
<pnp:CustomActions>
<pnp:WebCustomActions>
<pnp:CustomAction Name="COB-SPFx-GlobalHeader"
Description="Adds a global header to the site"
Location="ClientSideExtension.ApplicationCustomizer"
Title="COB-SPFx-GlobalHeader"
ClientSideComponentId="[YOUR GUID HERE]"
Sequence="0"
Rights=""
RegistrationType="None" />
</pnp:WebCustomActions>
</pnp:CustomActions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment