Alfresco Share Tag Window with Custom Model

209 views
Skip to first unread message

Craig Nelson

unread,
Mar 28, 2013, 6:51:45 PM3/28/13
to alfresco-techn...@googlegroups.com
Hi everyone, 
         I created a custom content model that inherits off of cm:content. When i go to the tag window it looks like this
Inline image 1

I would like it to look like this
Inline image 2

Does anyone know why this is happening? I assume it is a configuration file in the share-custom-config.xml file, but what should i change? 
image.png
image.png

Craig Nelson

unread,
Mar 29, 2013, 12:50:53 PM3/29/13
to alfresco-techn...@googlegroups.com

Hi everyone, 
        I figured out why this is happening. I forgot to change the appearance of the cm:taggable in my model. 
<appearance>
<field id="cm:taggable">
<control>
<control-param name="compactMode">true</control-param>
<control-param name="params">aspect=cm:taggable</control-param>
<control-param name="createNewItemUri">/api/tag/workspace/SpacesStore</control-param>
<control-param name="createNewItemIcon">tag</control-param>
</control>
</field>
</appearance>
image.png
image.png
Reply all
Reply to author
Forward
0 new messages