Content Permissions Module #17619
hishamco
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
How does it compare to https://github.com/EtchUK/Etch.OrchardCore.ContentPermissions? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're glad that we finally have an
OrchardCoreContrib.CotentPermissions
module. This module allows you to protect the accessibility of content items based on certain permission(s).The current module supports two kinds of permissions:
That can be configured from within the
ContentPermissionsPart
settings.After that, you need to go to any content item - whose type has
ContentPermissionsPart
- then go to thePermissions
tab and select the required permissions as the following:Feel free to have a try https://www.nuget.org/packages/OrchardCoreContrib.ContentPermissions/
If you have any related questions please post them in the
OCC.Modules
repositoryBeta Was this translation helpful? Give feedback.
All reactions