This package makes it possible to create rules in the umbraco backoffice to hide (tabs, properties, buttons <> and content apps) for certain Users, User Groups, Content Ids, Parent Content Ids and/or Content Types.
This package is supported on Umbraco 8.10.0+. (It may work for lower 8 versions but it has not been tested)
UmbracoHider is available from NuGet.
To install from NuGet, you can run the following command from within Visual Studio:
PM> Install-Package Our.Umbraco.Hider
After installing the package you will see new tab inside the setting dashboard to create your rules.
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.
This package was built using https://our.umbraco.com/packages/collaboration/backoffice-tweaking/ and https://github.com/janvanhelvoort/Umbraco-hide-properties as inspiration, so big kudos to Alain and Jan for their work.
Finally thanks to Imran Haider that without knowing gave his last name to name this package 😂.
Licensed under the MIT License