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
{key: 'content_libraries.delete_library',resource: 'library',description: 'Allows the user to delete the library and all its contents.'},
21
-
{key: 'content_libraries.manage_library_tags',resource: 'library',description: 'Add or remove tags from content.'},
22
-
{key: 'content_libraries.view_library',resource: 'library',description: 'View content, search, filter, and sort within the library.'},
37
+
{key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY,resource: 'library',description: 'Allows the user to delete the library and all its contents.'},
38
+
{key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TAGS,resource: 'library',description: 'Add or remove tags from content.'},
39
+
{key: CONTENT_LIBRARY_PERMISSIONS.VIEW_LIBRARY,resource: 'library',description: 'View content, search, filter, and sort within the library.'},
23
40
24
-
{key: 'content_libraries.edit_library_content',resource: 'library_content',description: 'Edit content in draft mode'},
25
-
{key: 'content_libraries.publish_library_content',resource: 'library_content',description: 'Publish content, making it available for reuse'},
26
-
{key: 'content_libraries.reuse_library_content',resource: 'library_content',description: 'Reuse published content within a course.'},
41
+
{key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_CONTENT,resource: 'library_content',description: 'Edit content in draft mode'},
42
+
{key: CONTENT_LIBRARY_PERMISSIONS.PUBLISH_LIBRARY_CONTENT,resource: 'library_content',description: 'Publish content, making it available for reuse'},
43
+
{key: CONTENT_LIBRARY_PERMISSIONS.REUSE_LIBRARY_CONTENT,resource: 'library_content',description: 'Reuse published content within a course.'},
27
44
28
-
{key: 'content_libraries.create_library_collection',resource: 'library_collection',description: 'Create new collections within a library.'},
29
-
{key: 'content_libraries.edit_library_collection',resource: 'library_collection',description: 'Add or remove content from existing collections.'},
30
-
{key: 'content_libraries.delete_library_collection',resource: 'library_collection',description: 'Delete entire collections from the library.'},
45
+
{key: CONTENT_LIBRARY_PERMISSIONS.CREATE_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Create new collections within a library.'},
46
+
{key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Add or remove content from existing collections.'},
47
+
{key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Delete entire collections from the library.'},
31
48
32
-
{key: 'content_libraries.manage_library_team',resource: 'library_team',description: 'View the list of users who have access to the library.'},
33
-
{key: 'content_libraries.view_library_team',resource: 'library_team',description: 'Add, remove, and assign roles to users within the library.'},
49
+
{key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TEAM,resource: 'library_team',description: 'View the list of users who have access to the library.'},
50
+
{key: CONTENT_LIBRARY_PERMISSIONS.VIEW_LIBRARY_TEAM,resource: 'library_team',description: 'Add, remove, and assign roles to users within the library.'},
0 commit comments