[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:
MichalKinas
2023-10-16 10:43:04 +02:00
committed by GitHub
parent bc98af0968
commit 928c6b5731
12 changed files with 166 additions and 59 deletions
+6
View File
@@ -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",