mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5611] Add custom metadata side panels as new extension feature (#3466)
* [ACS-5611] Add custom metadata panels as new extensions feature * [ACS-5611] Add custom metadata panels unit tests * [ACS-5611] Minor fixes * [ACS-5611] Text ellipsis for name column to always display badges * [ACS-5611] Use latest ADF and JS-API * [ACS-5611] Unit test fix * [ACS-5611] Click action only if exists
This commit is contained in:
@@ -641,6 +641,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"customMetadataPanels": {
|
||||
"description": "List of cutom metadata panels to display in metadata card component",
|
||||
"type": "array",
|
||||
"items": { "ref": "#/definitions/contentActionRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"badges": {
|
||||
"description": "List of badges to display in the name column",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user