Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <catalog>
  2. <contenttype>
  3. <name>ProductContentType</name>
  4. <properties>
  5. <property label="Title" name="title" manageable="true">
  6. <value type="string">Product</value>
  7. </property>
  8. <property name="typeDefinitionName" manageable="true">
  9. <value type="string">Product</value>
  10. </property>
  11. <property name="thumbnailUrl" manageable="true">
  12. <value type="string">$(itemRoot)/icon.png</value>
  13. </property>
  14. <property name="src" manageable="true">
  15. <value type="string">$(itemRoot)/product.json</value>
  16. </property>
  17. </properties>
  18. <tags>
  19. <tag blacklist="false" manageable="true" type="regular">structuredcontent</tag>
  20. </tags>
  21. </contenttype>
  22. </catalog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement