I've added a custom Managed Metadata field in my custom contenttype but need to show the full path. Anyone knows how to do this? (if possible with xml, else with c#)
XML so far:
<Field ID="{0DEB6928-56E5-4E36-B2C7-75C1F0A7D49C}" Name="Process0" DisplayName="Process_0" StaticName="Process0" Group="Sioen" Type="Note" ShowInViewForms="FALSE" Hidden="TRUE" CanToggleHidden="TRUE" RowOrdinal="0" DisplaceOnUpgrade="TRUE" xmlns="http://schemas.microsoft.com/sharepoint/"/>
<Field ID="{D1F39E25-9DB1-49FA-B7A2-993795A1251F}" Name="Process" DisplayName="Process" StaticName="Process" Group="Sioen" Type="TaxonomyFieldType" Required="TRUE" ShowField="Path1033" DisplaceOnUpgrade="TRUE" xmlns="http://schemas.microsoft.com/sharepoint/">
<Customization>
<ArrayOfProperty>
<Property>
<Name>TextField</Name>
<Value xmlns:q6="http://www.w3.org/2001/XMLSchema" p4:type="q6:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">{0DEB6928-56E5-4E36-B2C7-75C1F0A7D49C}</Value>
</Property>
<Property>
<Name>IsPathRendered</Name>
<Value xmlns:q7="http://www.w3.org/2001/XMLSchema" p4:type="q7:boolean" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">true</Value>
</Property>
</ArrayOfProperty>
</Customization>
</Field>