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
// but for the MVP we decided to manage it in the frontend
35
35
exportconstlibraryRolesMetadata=[
36
36
{
37
-
role: 'library_admin',name: 'Library Admin',description: 'The Library Admin has full control over the library, including managing users, modifying content, and handling publishing workflows. They ensure content is properly maintained and accessible as needed.',contextType: 'library',
37
+
role: 'library_admin',name: 'Library Admin',description: 'Can create and manage content libraries, including access and structure.',contextType: 'library',
38
38
},
39
39
{
40
-
role: 'library_author',name: 'Library Author',description: 'The Library Author is responsible for creating, editing, and publishing content within a library. They can manage tags and collections but cannot delete libraries or manage users.',contextType: 'library',
40
+
role: 'library_author',name: 'Library Author',description: 'Can create and edit library content, but cannot manage access.',contextType: 'library',
41
41
},
42
42
{
43
-
role: 'library_contributor',name: 'Library Contributor',description: 'The Library Contributor can create and edit content within a library but cannot publish it. They support the authoring process while leaving final publishing to Authors or Admins.',contextType: 'library',
43
+
role: 'library_contributor',name: 'Library Contributor',description: 'Can contribute and update library content shared with them.',contextType: 'library',
44
44
},
45
45
{
46
-
role: 'library_user',name: 'Library User',description: 'The Library User can view and reuse content but cannot edit or delete any resource.',contextType: 'library',
46
+
role: 'library_user',name: 'Library User',description: 'Can view and use library content, but cannot edit it.',contextType: 'library',
0 commit comments