[ADF-2504] Add read-only mode for the content meta-data component (#3089)

* Add read-only mode for the content meta-data component

* Multi parameter

* Fix input param name
This commit is contained in:
Popovics András
2018-03-20 12:24:30 +00:00
committed by Eugenio Romano
parent afb91cf062
commit f5d58178db
6 changed files with 35 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ The different aspects and their properties to be shown can be configured as appl
| --- | --- | --- | --- |
| node | MinimalNodeEntryEntity | - | (**required**) The node entity to fetch metadata about |
| displayEmpty | boolean | false | Display empty values in card view or not |
| readOnly | boolean | true | Whether the edit button to be shown or not |
| multi | boolean | false | multi parameter of the underlying material expansion panel |
| preset | string | "*" | The metadata preset's name, which defines aspects and their properties |
## Details