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_LIBRARY_PERMISSIONS.VIEW_LIBRARY,resource: 'library',description: 'View content, search, filter, and sort within the library.'},
62
69
{
63
-
key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TAGS,resource: 'library',description: 'Add or remove tags from content.',label: 'Manage Tags',
70
+
key: CONTENT_LIBRARY_PERMISSIONS.VIEW_LIBRARY,resource: 'library',label: 'View',description: 'See the library in Studio and access its content in read-only mode.',icon: RemoveRedEye,
64
71
},
65
-
{key: CONTENT_LIBRARY_PERMISSIONS.PUBLISH_LIBRARY_CONTENT,resource: 'library',description: 'Allows the user to publish the library and all its contents.'},
66
-
67
-
{key: CONTENT_LIBRARY_PERMISSIONS.CREATE_LIBRARY_CONTENT,resource: 'library_content',description: 'Create content within the library.'},
68
-
{key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_CONTENT,resource: 'library_content',description: 'Edit content in draft mode'},
69
-
{key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY_CONTENT,resource: 'library_content',description: 'Delete content within the library.'},
70
-
{key: CONTENT_LIBRARY_PERMISSIONS.PUBLISH_LIBRARY_CONTENT,resource: 'library_content',description: 'Publish content, making it available for reuse'},
71
-
{key: CONTENT_LIBRARY_PERMISSIONS.REUSE_LIBRARY_CONTENT,resource: 'library_content',description: 'Reuse published content within a course.'},
72
72
{
73
-
key: CONTENT_LIBRARY_PERMISSIONS.IMPORT_LIBRARY_CONTENT,resource: 'library_content',description: 'Import content from courses.',label: 'Import Content from Course',
73
+
key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TAGS,resource: 'library',label: 'Manage tag',description: 'Create, edit, and delete tags on this library.',icon: Settings,
74
+
},
75
+
{
76
+
key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY,resource: 'library',label: 'Publish',description: 'Publish the library to make it available for use in courses.',icon: DownloadDone,
77
+
},
78
+
{
79
+
key: CONTENT_LIBRARY_PERMISSIONS.CREATE_LIBRARY_CONTENT,resource: 'library_content',label: 'Create',description: 'Create new content items in the library.',icon: Plus,
80
+
},
81
+
{
82
+
key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_CONTENT,resource: 'library_content',label: 'Edit',description: 'Edit existing content items in the library.',icon: EditOutline,
83
+
},
84
+
{
85
+
key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY_CONTENT,resource: 'library_content',label: 'Delete',description: 'Permanently remove content items from the library.',icon: Delete,
86
+
},
87
+
{
88
+
key: CONTENT_LIBRARY_PERMISSIONS.PUBLISH_LIBRARY_CONTENT,resource: 'library_content',label: 'Publish',description: 'Publish individual content items to make them available for reuse in courses.',icon: DownloadDone,
89
+
},
90
+
{
91
+
key: CONTENT_LIBRARY_PERMISSIONS.REUSE_LIBRARY_CONTENT,resource: 'library_content',label: 'Reuse',description: 'Add published content from this library to a course.',icon: SpinnerIcon,
92
+
},
93
+
{
94
+
key: CONTENT_LIBRARY_PERMISSIONS.IMPORT_LIBRARY_CONTENT,resource: 'library_content',label: 'Import Content from Course',description: ' Import content from an existing course into this library.',icon: FileDownload,
95
+
},
96
+
{
97
+
key: CONTENT_LIBRARY_PERMISSIONS.VIEW_LIBRARY_TEAM,resource: 'library_team',label: 'View',description: 'See the list of users with a role assigned to this library.',icon: RemoveRedEye,
98
+
},
99
+
{
100
+
key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TEAM,resource: 'library_team',label: 'Manage',description: 'Add, change, or remove role assignments for this library from the Roles and Permissions console.',icon: Settings,
101
+
},
102
+
{
103
+
key: CONTENT_LIBRARY_PERMISSIONS.CREATE_LIBRARY_COLLECTION,resource: 'library_collection',label: 'View',description: 'Create new collections to organize content within the library.',icon: RemoveRedEye,
104
+
},
105
+
{
106
+
key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_COLLECTION,resource: 'library_collection',label: 'Publish',description: 'Update the name and contents of existing collections.',icon: EditOutline,
107
+
},
108
+
{
109
+
key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY_COLLECTION,resource: 'library_collection',label: 'Edit',description: 'Permanently remove collections from the library.',icon: EditOutline,
74
110
},
75
-
76
-
{key: CONTENT_LIBRARY_PERMISSIONS.VIEW_LIBRARY_TEAM,resource: 'library_team',description: 'View the list of users who have access to the library.'},
77
-
{key: CONTENT_LIBRARY_PERMISSIONS.MANAGE_LIBRARY_TEAM,resource: 'library_team',description: 'Add, remove, and assign roles to users within the library.'},
78
-
79
-
{key: CONTENT_LIBRARY_PERMISSIONS.CREATE_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Create new collections within a library.'},
80
-
{key: CONTENT_LIBRARY_PERMISSIONS.EDIT_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Add or remove content from existing collections.'},
81
-
{key: CONTENT_LIBRARY_PERMISSIONS.DELETE_LIBRARY_COLLECTION,resource: 'library_collection',description: 'Delete entire collections from the library.'},
0 commit comments