Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assets can be linked with multiple options :

  1. When they are part of the same collection

  2. When they match the same keywords / AI generated keywords.

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

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[0].tabs[0].i18n

asset.assetInformation.label

I18n label to display as a tab title

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[0].tabs[0].auto

Code Block
true

Use data model to handle the details display of column[0].tabs[0]

Changing the header defaults (Name + Photograph)

...