03-23-2012 08:26 AM
03-27-2012 06:42 AM
<type name="my:whatever">
<title>Whatever</title>
<parent>cm:content</parent>
[…]
You should define a custom type with <parent>ws:article</parent>03-28-2012 02:16 AM
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<createContent>
<content mimetype="text/plain" icon="plain-text" label="menu.create-content.text" itemid="ws:article"/>
<content mimetype="text/html" icon="html" label="menu.create-content.html" itemid="ws:article"/>
<content mimetype="text/xml" icon="xml" label="menu.create-content.xml" itemid="ws:article"/>
<content id="ws" mimetype="text/xml" icon="xml" label="ws" itemid="ws:employ"/>
<content id="my" mimetype="text/xml" icon="xml" label="ws" itemid="my:sop"/>
</createContent>
<types>
<type name="cm:content">
<subtype name="ws:employ" />
</type>
<type name="ws:article">
<subtype name="my:sop" />
</type>
</types>
</config>Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.