Versions Compared

Key

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

...

Customizing Metadata Display

Config path

Default value

Description

$dam.previews.column[1]

Code Block
[
  "dam.detail.empty",
  {
    "field": "photograph",
    "withBullet": false
  },
  {
    "field": "dteendrights",
    "withBullet": false
  },
  {
    "field": "description",
    "withBullet": false
  }
]

Displayed fields :

First element will be the title of the section, others elements are fields to display.

You can add as many sections as you want by adding elements to $dam.previews.column. See how to configure fields by refering to the dedicated documentation’s page.