You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/core_roles_and_permissions/content_library_roles.rst
+40-36Lines changed: 40 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,46 +28,46 @@ The following permissions are associated with the content library roles:
28
28
Library Permissions
29
29
=======================
30
30
31
-
- **View the library** (``view_library``): Allows users to view the content library.
32
-
- **Manage library tags** (``manage_library_tags``): Allows users to manage the tags associated with library items.
33
-
- **Delete the library** (``delete_library``): Allows users to delete the entire content library.
31
+
- **View the library** (``content_libraries.view_library``): Allows users to view the content library.
32
+
- **Manage library tags** (``content_libraries.manage_library_tags``): Allows users to manage the tags associated with library items.
33
+
- **Delete the library** (``content_libraries.delete_library``): Allows users to delete the entire content library.
34
34
35
35
36
36
Library Content Permissions
37
37
===============================
38
38
39
-
- **Edit library content** (``edit_library_content``): Allows users to edit existing content within the library.
40
-
- **Publish library content** (``publish_library_content``): Allows users to publish content to or from the library.
41
-
- **Reuse library content** (``reuse_library_content``): Allows users to reuse content from the library in other contexts.
39
+
- **Edit library content** (``content_libraries.edit_library_content``): Allows users to edit existing content within the library.
40
+
- **Publish library content** (``content_libraries.publish_library_content``): Allows users to publish content to or from the library.
41
+
- **Reuse library content** (``content_libraries.reuse_library_content``): Allows users to reuse content from the library in other contexts.
42
42
43
43
44
44
Library Team Permissions
45
45
=============================
46
46
47
-
- **View the library team** (``view_library_team``): Allows users to view the list of users or roles associated with the library.
48
-
- **Manage the library team** (``manage_library_team``): Allows users to add, remove, or change the roles of users in the library team.
47
+
- **View the library team** (``content_libraries.view_library_team``): Allows users to view the list of users or roles associated with the library.
48
+
- **Manage the library team** (``content_libraries.manage_library_team``): Allows users to add, remove, or change the roles of users in the library team.
49
49
50
50
51
51
Library Collections Permissions
52
52
===================================
53
53
54
-
- **Create library collections** (``create_library_collection``): Allows users to create new collections within the library.
55
-
- **Edit library collections** (``edit_library_collection``): Allows users to modify existing collections within the library.
56
-
- **Delete library collections** (``delete_library_collection``): Allows users to delete collections within the library.
54
+
- **Create library collections** (``content_libraries.create_library_collection``): Allows users to create new collections within the library.
55
+
- **Edit library collections** (``content_libraries.edit_library_collection``): Allows users to modify existing collections within the library.
56
+
- **Delete library collections** (``content_libraries.delete_library_collection``): Allows users to delete collections within the library.
0 commit comments