Versions Compared

Key

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

...

Config path

Default value

Description

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.header.config

Code Block
[
  "name",
  {
    "field": "photograph",
    "withoutLabel": true
  }
]

An array of fields to be displayed in the header section of a detail page.

A field can be either a string for simple configuration or referencing a named config. You can use an object for more precise configuration.

Configuring the body

The body correspond to the informations displayed under the player and is set in $dam.details.defaultCursorConfig.defaultAssetDetailMeta.body

...

Config path

...

Default value

...

Description

...

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.body[0].showIfEmpty

...

false

...

Show or not the section if their is no content to display

...

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.body[0].i18n

...

-

...

i18n key of the section title

...

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.body[0].fulltextFields[]

...

-

...

Array of fields names to use to find related content

...

$dam.details.defaultCursorConfig.defaultAssetDetailMeta.body[0].cursor.max

...

6

...

See : this page

Configuring the actions list

...