71806: Use server config for curation tasks

This commit is contained in:
Yana De Pauw
2020-07-30 14:31:59 +02:00
parent 3e8ff05d2d
commit 76ad72f536
13 changed files with 260 additions and 51 deletions

View File

@@ -213,18 +213,4 @@ 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'
}
]
};