mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
71806: Curation tasks UI
This commit is contained in:
@@ -212,5 +212,19 @@ export const environment: GlobalConfig = {
|
||||
},
|
||||
theme: {
|
||||
name: 'default',
|
||||
}
|
||||
},
|
||||
curationTasks: [
|
||||
{
|
||||
name: 'profileformats',
|
||||
label: 'curation-task.task.profileformats.label'
|
||||
},
|
||||
{
|
||||
name: 'requiredmetadata',
|
||||
label: 'curation-task.task.requiredmetadata.label'
|
||||
},
|
||||
{
|
||||
name: 'checklinks',
|
||||
label: 'curation-task.task.checklinks.label'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user