...
The configuration of the preview pop-in is placed under $dam.previews
and can be configured based on cursors names.
Config path | Default value | Description |
---|
$dam.previews.header.config
| Code Block |
---|
[
{
"field": "name",
"withoutLabel": true
}
] |
| Add or remove fields to be displayed in the header section of the details zone |
Customizing Metadata Display and Copied metadata
Config path | Default value | Description |
---|
$dam.previews.column
| Code Block |
---|
[
[
withBullet: false,
fieldsToCopy: [
{
"pattern": "preview.copy.name",
"fields": [
{
"field": "name"
}
]
},
{
"pattern": "preview.copy.br",
"fields": []
},
{
"pattern": "preview.copy.author",
"fields": [
{
"field": "photograph.name"
}
]
}
]
],
[
"dam.detail.empty",
{
"field": "photograph",
"withBullet": false
},
{
"field": "dteendrights",
"withBullet": false
},
{
"field": "description",
"withBullet": false
}
]
] |
| Handle displayed fields and copy pattern |