Two different create folder options in create menu

时间:2016-04-15 11:11:21

标签: alfresco-share

I want to create Two different create folder options in alfresco menu create menu with my custom types.

can anyone help me, how can i achieve this.

Thanks in advance.

Alfresco Version 5.0.d

1 个答案:

答案 0 :(得分:1)

在share-config-custom.xml类型中:

<config evaluator="string-compare" condition="DocumentLibrary">
        <create-content>
            <content id="newFOlderId" mimetype="text/plain" label="newLabel" itemid="cm:folder" icon=""/>
        </create-content>
    </config>

itemid - 使用您的自定义类型

相关问题