I've successfully created several custom models, but when trying to do not show some properties in Alfresco Explorer interface, once these are control properties not to be shown to users, it was impossible to use them in JavaScript code. When I look for them using the Node Browser, I didn't found any in the properties list. In this list there are several itens that do not are shown in user interface, so it must exist some way to hide them when desired.
Note: What I did: The properties were defined in …extension/model/contentModel/<mymodel>.xml file, but not listed at tag config evaluator="node-type"/<property-sheet>/show property in …extension/web-client-config-custom.xml.
Thanks for any help,