We need to hide some of the built-in field of our Pages in the "Edit Properties" form.
I tried to hide the fields in the content type file using Hidden="TRUE"
, ShowInDisplayForm="FALSE"
etc, but it does not seem to work.
Also, we have a content type hierarchy, so the fields would be "hidden" in our main content type that all concrete content types inherit from.
I would like to avoid having to create some edit form for each of our content type, if possible, so something generic and hierarchical would be perfect.