This module allows you to protect your content items with permission(s).
1.0.0
Content Management
This module has no dependencies.
Name | Content Permissions (OrchardCoreContrib.ContentPermissions ) |
Description | Provides a control to access the contents via permission(s). |
Dependencies |
Name | Version |
---|---|
OrchardCoreContrib.ContentPermissions |
1.0.0 |
- Install the
OrchardCoreContrib.ContentPermissions
NuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
Content Permissions
feature. - Go to Content > Content Definition > Content Types menu.
- Choose your content type that you need to apply the permission(s).
- Click on the
Add Parts
button. - Choose the
Content Permissions
part. - Edit the part settings
- Check the
Enable Roles
if you want to control the access by roles. - Check the
Enable Users
if you want to control the access by users.
- Check the
- Go to the Content > Content Items menu.
- Edit the content item that you need to apply the permission(s).
- Select the
Permissions
tab. - Choose the role(s) and / or users(s) which will access this content item.