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
// Note: this information will eventually come from the backend API
27
27
// but for the MVP we decided to manage it in the frontend
28
28
exportconstlibraryRolesMetadata: RoleMetadata[]=[
29
-
{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'},
30
-
{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'},
31
-
{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'},
32
-
{role: 'library_user',name: 'Library User',description: 'The Library User can view and reuse content but cannot edit or delete any resource.',contextType: 'library'},
29
+
{
30
+
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',
31
+
},
32
+
{
33
+
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',
34
+
},
35
+
{
36
+
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',
37
+
},
38
+
{
39
+
role: 'library_user',name: 'Library User',description: 'The Library User can view and reuse content but cannot edit or delete any resource.',contextType: 'library',
0 commit comments