Disable type document

Hi, I would like to restrict the available types on a new document creation inside a specific path. For example, when I'm inside “http://lNuxeo_server/nuxeo/nxpath/default/default-domain/workspaces/test/Revues, i want to display the types document “Archives”.

0 votes

1 answers

1215 views

ANSWER

You should be able to enforce parent and children document types in Studio, if you have access
11/28/2018



If you are using the java client, this may be helpful. http://community.nuxeo.com/api/nuxeo/8.10/javadoc/org/nuxeo/ecm/platform/types/localconfiguration/UITypesConfigurationConstants.html

You can set the allowed types using document.setProperty ui_types_configuration.

0 votes