Hello gavinc,
I have this for mimetype:
<config evaluator="node-type" condition="tal:lilacdoc">
<property-sheet>
<show-property name="mimetype" display-label-id="submission.mimetype" show-in-view-mode="true" show-in-edit-mode="false" />
<show-property name="tal:url" display-label-id="submission.url" />
….
The "Content Type" I meant is the mimetype property on "Details" page. For the out-of-box type "Content", it will display the document's mimetype, for example "Content Type: Plain Text". When you edit properties, it even comes with a drop-down list to make change to document mimetype.
But for my custom content model, I lost the capability as "Content". Using the line <show-property name="mimetype" ….>, I only get it displaying on "Details" page, but can't have it editable. I also tried converter="org.alfresco.faces.MimeTypeConverter". But it lost the drop-down list in edit mode and even worst, lost the mimetype if you click "Close".
Is there a way I can fix that? Thank you.
Ally