...
Assets can be linked with multiple options :
None of these sections come with the starter kit. The configuration can be changed to activate these sections which are displayed under the asset. |
...
The configuration of the details section is placed under $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column
. You can then configure some tabs to display details informations.
You can define in configuration what fields and sections you want to display in $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[].tabs[].config
, the order will remain the same that the one you configured.
Tabs is an array containing objects :
...
Each field can be configured and by default if there is no data to display, the field is not displayed. For further informations regarding fields configuration, please refer to the fields configuration dedicated page.
You can chose to display all fields containing data and having its “visible” property equals true by setting $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[].tabs[].auto
to true. The order will follow the index
property of each field.
Config path | Default value | Description | ||
---|---|---|---|---|
|
| I18n label to display as a tab title | ||
|
| Use data model to handle the details display of column[0].tabs[0] |
Changing the header defaults (Name + Photograph)
...