Created
February 24, 2017 12:44
-
-
Save tcorral/52161c2af1a19c784de109d2919c4ffb 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
<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