From faeab853f72477c99eb6c60e3f605dfe13632074 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 9 May 2018 15:36:38 +0100 Subject: [PATCH] Update content-metadata.component.md --- docs/content-services/content-metadata.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content-services/content-metadata.component.md b/docs/content-services/content-metadata.component.md index 44e4a3d903..4d3646ba4d 100644 --- a/docs/content-services/content-metadata.component.md +++ b/docs/content-services/content-metadata.component.md @@ -29,7 +29,7 @@ Displays and edits metadata related to a node. | displayEmpty | `boolean` | false | Toggles whether to display empty values in the card view | | editable | `boolean` | false | Toggles whether the edit button should be shown | | expanded | `boolean` | false | Toggles between expanded (ie, full information) and collapsed (ie, reduced information) in the display | -| multi | `boolean` | false | The multi parameter of the underlying material expansion panel | +| multi | `boolean` | false | The multi="true" input allows the expansions state to be set independently of each other. When multi="false" (default) just one panel can be expanded at a given time | | node | `MinimalNodeEntryEntity` | | (required) The node entity to fetch metadata about | | preset | `string` | | Name of the metadata preset, which defines aspects and their properties |