This module allows you to protect your content items with permission(s).
1.1.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.1.0 |
OrchardCoreContrib.ContentPermissions |
1.0.0 |
- Install the
OrchardCoreContrib.ContentPermissionsNuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
Content Permissionsfeature. - Go to Content > Content Definition > Content Types menu.
- Choose your content type that you need to apply the permission(s).
- Click on the
Add Partsbutton. - Choose the
Content Permissionspart. - Edit the part settings
- Check the
Enable Rolesif you want to control the access by roles. - Check the
Enable Usersif 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
Permissionstab. - Choose the role(s) and / or users(s) which will access this content item.