Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phillipharding/01fe6cfb975270d998df to your computer and use it in GitHub Desktop.
Save phillipharding/01fe6cfb975270d998df to your computer and use it in GitHub Desktop.
SharePoint 2013 Script Editor webPart
<webParts>
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
<metaData>
<type name="Microsoft.SharePoint.WebPartPages.ScriptEditorWebPart, Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
<importErrorMessage>Cannot import this Web Part.</importErrorMessage>
</metaData>
<data>
<properties>
<property name="Title" type="string">$Resources:core,ScriptEditorWebPartTitle;</property>
<property name="Description" type="string">$Resources:core,ScriptEditorWebPartDescription;</property>
<property name="ChromeType" type="chrometype">None</property>
<property name="Content" type="string"><![CDATA[]]></property>
</properties>
</data>
</webPart>
</webParts>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment