[ADF-2211] added configuration filter for task header properties (#2914)

* [ADF-2211] added configuration filter for task header properties

* [ADF-2211] removed added configuration

* [ADF-2211] updated schema.json with the new attribute

* [ADF-2211] added schema check on build step of demo shell
This commit is contained in:
Vito
2018-02-06 14:53:50 +00:00
committed by Eugenio Romano
parent 84775804c0
commit 2080d75d51
5 changed files with 189 additions and 100 deletions

View File

@@ -248,6 +248,24 @@
}
}
},
"adf-task-header": {
"description": "Task header component configuration",
"type": "object",
"properties": {
"presets": {
"description": "Presets for task header component",
"type": "object",
"properties": {
"properties": {
"type": "array",
"items": {
"enum": [ "assignee", "status", "priority", "dueDate", "category", "parentName", "created-by", "created", "id", "description", "formName" ]
}
}
}
}
}
},
"adf-task-list": {
"description": "Task list component configuration",
"type": "object",
@@ -316,4 +334,4 @@
}
}
}
}
}