[ADF-4559] Add chips to multivalue metadata properties (#5552)

* [ADF-4559] Add chips to multivalue metadata properties

* Fix app config schema

* Restore app config

* Fix checkListIsSorted method

* Fix e2e datatable sorting

* Fix e2e tests

* Improve chips input
This commit is contained in:
davidcanonieto
2020-03-23 13:02:01 +00:00
committed by GitHub
parent 666dd45fa2
commit 144da83d0e
9 changed files with 223 additions and 95 deletions

View File

@@ -899,26 +899,6 @@
"pattern": "^\\*$",
"description": "Wildcard for every aspect"
},
{
"type": "object",
"description": "",
"required": [
"includeAll"
],
"properties": {
"includeAll": {
"description": "includeAll all property",
"type": "boolean"
},
"postfix": {
"description": "exclude",
"type": [
"string",
"array"
]
}
}
},
{
"$ref": "#/definitions/content-metadata-aspect"
},
@@ -932,6 +912,10 @@
"multi-value-pipe-separator": {
"description": "Content metadata's separator for multi value properties",
"type": "string"
},
"multi-value-chips": {
"description": "Use chips for multi value properties",
"type": "boolean"
}
}
},