I have a created a custom document type with properties that can be viewed and edited from the HippoCMS UI. However, for some backend logic I would like to add a property which is not exposed to the user and can only be edited by the backend system user id.
I tried digging into documentation that could help with this, however I couldn’t find suitable ones.
I’ve just confirmed that it is still working. You should add “mode” property (String single) and set it to “view”. Then it makes the field as read-only: