Projet

General

Profil

How to add/remove action under "create menu"

Ajouté par Kevin Keung il y a plus de 9 ans

Hi,

I would like to add some additional types and add the corresponding actions in the "Create menu", any help would be appreciated.


Réponses (2)

RE: How to add/remove action under "create menu" - Ajouté par Matthieu Laborie il y a plus de 9 ans

Hi,

Have a look at Alfresco documentation. You should add something like that


        <config evaluator="string-compare" condition="DocumentLibrary" >
        <create-content>
            <content id="my-id" label="My label" type="pagelink" index="115" icon="project">
                <param name="page">myPage?nodeRef={nodeRef}</param>
            </content>
        </create-content>    
    </config>

Under share-config-custom.xml

Regards

RE: How to add/remove action under "create menu" - Ajouté par Kevin Keung il y a plus de 9 ans

Got it, thank you for your prompt rely.

    (1-2/2)