Romain FERE a écrit :
> Hello all,
> 
> Do you have an example of how to hide a type like "File" when I click on
> the "New document" button when I'm in a folder. I want the folder to
> contain the type "File" but I don't want the user be able to create one.
> 
> I read this :
> http://svn.nuxeo.org/nxpointdoc/_index_extension_points.html but there
> is no hiding example.

Please add a jira issue to track specific missing documentation points. For your
case you can use the following:

    <type id="Folder" coretype="Folder">
      <deniedSubtypes>
        <type>File</type>
      </deniedSubtypes>
    </type>

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to