mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4160] Fixed default props description for cont metadata card docs (#4445)
This commit is contained in:
committed by
Eugenio Romano
parent
e7197b9bd2
commit
48b685fe25
@@ -2,7 +2,7 @@
|
||||
Title: Content Metadata Card component
|
||||
Added: v2.1.0
|
||||
Status: Active
|
||||
Last reviewed: 2019-01-16
|
||||
Last reviewed: 2019-03-15
|
||||
---
|
||||
|
||||
# [Content Metadata Card component](../../../lib/content-services/content-metadata/components/content-metadata-card/content-metadata-card.component.ts "Defined in content-metadata-card.component.ts")
|
||||
@@ -47,8 +47,8 @@ properties.
|
||||
### Application config presets
|
||||
|
||||
You can define different presets for the metadata component or override the default presets in
|
||||
the `app.config.json` file. The **default** preset is "\*" if not set, meaning the component
|
||||
will display every aspect and property of a node without filtering.
|
||||
the `app.config.json` file. If nothing else is set, the **default** preset is "\*",
|
||||
which will use the "indifferent" config described below.
|
||||
|
||||
You can define as many extra presets as you need for your components.
|
||||
|
||||
@@ -68,6 +68,10 @@ The default configuration behaves like the following:
|
||||
...
|
||||
```
|
||||
|
||||
This will display a default set of basic node properties: **name**, **title**,
|
||||
**creator**, **created date**, **size**, **modifier**, **modified date**,
|
||||
**mime type**, **author**, **description**.
|
||||
|
||||
#### Aspect oriented config
|
||||
|
||||
With this type of configuration you can "whitelist" aspects and properties for a preset, but everything will be grouped by aspects and there is no further way to group properties. Use a
|
||||
|
Reference in New Issue
Block a user