Skip to content

Instantly share code, notes, and snippets.

@tcorral
Created February 24, 2017 12:44
Show Gist options
  • Save tcorral/52161c2af1a19c784de109d2919c4ffb to your computer and use it in GitHub Desktop.
Save tcorral/52161c2af1a19c784de109d2919c4ffb to your computer and use it in GitHub Desktop.
<catalog>
<contenttype>
<name>ProductContentType</name>
<properties>
<property label="Title" name="title" manageable="true">
<value type="string">Product</value>
</property>
<property name="typeDefinitionName" manageable="true">
<value type="string">Product</value>
</property>
<property name="thumbnailUrl" manageable="true">
<value type="string">$(itemRoot)/icon.png</value>
</property>
<property name="src" manageable="true">
<value type="string">$(itemRoot)/product.json</value>
</property>
</properties>
<tags>
<tag blacklist="false" manageable="true" type="regular">structuredcontent</tag>
</tags>
</contenttype>
</catalog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment