...
Config path | Default value | Description | ||
---|---|---|---|---|
|
| 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 |
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
...