71806: Curation tasks UI

This commit is contained in:
Yana De Pauw
2020-07-16 11:42:11 +02:00
parent 9d3f58770a
commit 2162153ae9
22 changed files with 620 additions and 9 deletions

View File

@@ -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'
}
]
};