-
-
Save einaros/733263 to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | |
<ListInstance Title="Portfolios" | |
OnQuickLaunch="TRUE" | |
TemplateType="10001" | |
FeatureId="59abaf93-f315-4c64-a7e3-e6402e05191c" | |
Url="Lists/Portfolios" | |
Description="List containing the available project portfolios"> | |
<Data> | |
<Rows> | |
<Row> | |
<Field Name="Title"> | |
System projects | |
</Field> | |
<Field Name="PortfolioOwner"> | |
Per Petterson | |
</Field> | |
</Row> | |
</Rows> | |
</Data> | |
</ListInstance> | |
</Elements> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment