Sergey Zhemzhitskiy a écrit : > Hi, all > I work with documents of the custom type and I have a questions. > 1. What is the metadata of the document, and why all fields which are > displayed on the "metadata" tab are contained in the "dublincore" > schema? Can I add my own fields to the "metadata" tab? Can I add > readonly fields to the "modify" tab?
You can override the metadata template, hide them or write new templates as you which. The dublincore is the most standard way to define metadata of a document + nuxeo need the dublincore:tite field in most document views. Please have a look at the sample project on the subversion repository. > 2. Do new fields of the document type indexable or not if they are > defined in the new schema file, which is included into the document type? You must configure the search service to define additional indexes for your document: http://doc.nuxeo.org/current/reference/html/search-service.html -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
