mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user