Versions Compared

Key

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

...

Default Behaviour(s)

Info

By default the popin pop-in is composed of the following elements :

  • The actual asset on the left

  • A copy credit action is defined by default, and copies the name and photographer into the clipboard

  • An information area on the right with those informations :

    • The name of the asset

    • A “copy credits” button, when clicked, the name of the asset and the name of the photographer are copied

    • The name of the photographer

    • Expiration date

    • Description

In the top right corner arrows allow to navigate between assets.

...

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

...

copied metadata

Config path

Default value

Description

$dam.previews.column[0]

Code Block
[{
  [
    withBullet: false,
    fieldsToCopy"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

Customizing Metadata Display