document-types
I would like, after drag and drop, to force the document type according to criterias such as parent document type. It seems the doctype can only be defined acording to the MIME type of the file.
1 votes
1 answers
1 comments
2121 views
I created my own contribution to document types, my custom document type contains the following fields: Montant, client, date, mode de règlement ONLY but in render the field Title/Description are added. I don't know how to remove them.
1 votes
1 answers
0 comments
2213 views
Hi, Is there any way to add a restriction list of values for a property of a custom type? I have tried to define a xs:restriction with an enumeration but when i create a document with cmis services; this restriction is not applicated. <xs:element ...
0 votes
0 answers
0 comments
1598 views
I have a doctype in a Nuxeo extension like this: <doctype name="CreativeWork" extends="File"> <schema name="common" /> <schema name="dublincore"/> <schema name="CreativeWork"/>
</doctype> And an XML schema like this: ...
0 votes
1 answers
3 comments
2801 views
I would like to restrict the available types on a new document creation inside a workspace. Using studio I restricted the Accepted Children Types for the Workspace type in Content Model\Documents section Anyway I still have some entries like ...
0 votes
1 answers
2 comments
1876 views
Hi i overloaded the File document type in Studio, that implied to define a custom schema associated with the new document type, although that schema was empty. Now, I need to get rid of that schema : data has to be exported to a new repository that ...
0 votes
0 answers
0 comments
1710 views
Bonjour à tous, Je tente de créer un nouveau type de document afin de pouvoir saisir un champ supplémentaire. J'ai suivi cette page mais je ne vois rien de nouveau quand j'utilise le bouton “Nouveau document” dans mon espace de travail. J'ai créé ...
1 votes
2 answers
1 comments
4362 views
Hello, I want to build a custom domain (for a specific Structure template) , so I created a doctype which extends the docType “Domain”. But, when I do it, my new domain hasn't the same behavior as the basic version (it's just like a normal ...
0 votes
1 answers
0 comments
4543 views
I created a new document type that extends a File. I want it to behave like a file except I don't want it to be publishable. What are my options? Is there a way to turn off this facet? Or…do I have to extend from a Document, and include all the ...
0 votes
1 answers
3 comments
2462 views
The MailFolder and MailMessage document types have been deleted from my Content Model -> Documents listing in Studio. How can I restore these document types? FYI: They are still available in the Accepted Children List, but not in the Content ...
0 votes
1 answers
1 comments
1766 views