Created
September 11, 2017 12:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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