48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
|
|
<Field ID="{060E50AC-E9C1-4D3C-B1F9-DE0BCAC300F6}"
|
|
Name="SPFxAmount"
|
|
DisplayName="Amount"
|
|
Type="Currency"
|
|
Decimals="2"
|
|
Min="0"
|
|
Required="FALSE"
|
|
Group="SPFx Columns" />
|
|
|
|
<Field ID="{943E7530-5E2B-4C02-8259-CCD93A9ECB18}"
|
|
Name="SPFxCostCenter"
|
|
DisplayName="Cost Center"
|
|
Type="Choice"
|
|
Required="FALSE"
|
|
Group="SPFx Columns">
|
|
<CHOICES>
|
|
<CHOICE>Administration</CHOICE>
|
|
<CHOICE>Information</CHOICE>
|
|
<CHOICE>Facilities</CHOICE>
|
|
<CHOICE>Operations</CHOICE>
|
|
<CHOICE>Sales</CHOICE>
|
|
<CHOICE>Marketing</CHOICE>
|
|
</CHOICES>
|
|
</Field>
|
|
|
|
<ContentType ID="0x010042D0C1C200A14B6887742B6344675C8B"
|
|
Name="Cost Center"
|
|
Group="SPFx Content Types"
|
|
Description="Sample content types from web part solution">
|
|
<FieldRefs>
|
|
<FieldRef ID="{060E50AC-E9C1-4D3C-B1F9-DE0BCAC300F6}" />
|
|
<FieldRef ID="{943E7530-5E2B-4C02-8259-CCD93A9ECB18}" />
|
|
</FieldRefs>
|
|
</ContentType>
|
|
|
|
<ListInstance
|
|
CustomSchema="schema.xml"
|
|
FeatureId="00bfea71-de22-43b2-a848-c05709900100"
|
|
Title="SPFx List"
|
|
Description="SPFx List"
|
|
TemplateType="100"
|
|
Url="Lists/SPFxList">
|
|
</ListInstance>
|
|
|
|
</Elements> |