Hiding items from a document type based on user access in Umbraco 8
Hi All,
Does anyone know if there is a way to hide page properties when you create/edit a page based on who you are logged in as in Umbraco 8. I think there used to be something in Umbraco 7, but I've not seen anything for v8.
Basically we want to stop some users from setting specific propeties on the page.
Thanks for this, although it's not quite what I'm after. I'm hoping to hide page properties not the pages themselves i.e. Hiding individual inputs / RTE editors etc.
Hiding items from a document type based on user access in Umbraco 8
Hi All,
Does anyone know if there is a way to hide page properties when you create/edit a page based on who you are logged in as in Umbraco 8. I think there used to be something in Umbraco 7, but I've not seen anything for v8.
Basically we want to stop some users from setting specific propeties on the page.
Thanks
Hey Paul,
Please see here https://our.umbraco.com/forum/using-umbraco-and-getting-started/95250-how-to-hide-some-document-type-from-document-type-as-per-community
Hi,
Thanks for this, although it's not quite what I'm after. I'm hoping to hide page properties not the pages themselves i.e. Hiding individual inputs / RTE editors etc.
Thanks
Hi Paul,
You can do this via EditorModel events: https://our.umbraco.com/documentation/reference/events/EditorModel-Events/
I guess the documentation is very clear how you need to use it but if you need help, let me know.
Best regards,
iNETZO
is working on a reply...