Forked from paulryan/provision_webpart_view.webpart.xml
Last active
August 29, 2015 14:19
-
-
Save phillipharding/a1e7b2776bd5e4043e1c to your computer and use it in GitHub Desktop.
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
<View WebPartZoneID="wpzHeader" WebPartOrder="0" List="Lists/PromotedLinks" DefaultView="FALSE" BaseViewID="1" Hidden="TRUE"> | |
<![CDATA[ | |
<webParts> | |
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3"> | |
<metaData> | |
<type name="Microsoft.SharePoint.WebPartPages.XsltListViewWebPart,Microsoft.SharePoint,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" /> | |
<importErrorMessage>Cannot import this Web Part.</importErrorMessage> | |
</metaData> | |
<data> | |
<properties> | |
<property name="AllowConnect" type="bool">True</property> | |
<property name="ChromeType" type="chrometype">None</property> | |
<property name="Title" type="string">Promoted Links</property> | |
</properties> | |
</data> | |
</webPart> | |
</webParts> | |
]]> | |
</View> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment