alfresco-ng2-components/docs/content-services/interfaces/content-metadata-custom-panel.interface.md
MichalKinas f7dcab7adb
[ACS-6831] Property panel refactoring (#9372)
* [ACS-6831] Refactor property panel feature to mitigate bugs and increase code quality

* [ACS-6831] Introduce new interace for metadata panel

* ACS-6831 Corrected tests

* ACS-6831 Fixed unit tests

* ACS-6831 Fixed unit tests

* ACS-6831 Cleaning code

* ACS-6831 Added tests

* ACS-6831 Replaced fdescribe with describe

* [ACS-6831] Use default properties enum, fix editing state

* [ACS-6831] Expand correct section based on displayAspect property

* [ACS-6831] Lint fix

---------

Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2024-02-26 08:47:56 +01:00

1.1 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Content Metadata Custom Panel interface v6.4.0 Active 2023-10-06

Content Metadata Custom Panel interface

Specifies required properties for custom metadata panel to be displayed in ContentMetadataCardComponent.

Basic usage

export interface ContentMetadataCustomPanel extends ContentMetadataPanel {
    component: string;
}

Properties

Name Type Default value Description
component string Id of the registered Dynamic component to be displayed inside expansion panel.

See also