Versions Compared

Key

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

...

Info

Default Behaviour(s) :

#00 : Display modes component is used on in two different pages :

  • Search results page : Each cursor have a list of activated display modes.

    • on the main page

    • with each cursor

  • Boards page

    • on the main page

    • when looking at assets in a board

#02 : On the search page, 4 of the 6 display modes are displayed by defaulton the main page as well as within each cursor:

  • Line layout

  • Column layout

  • List layout

  • Square layout

#03 : On the boards page, 2 of the 6 display modes are displayed by defaulton the main page:

  • Line layout

  • Square layout

Whereas looking at assets in a board, 4 of the 6 display modes are displayed:

  • Line layout

  • Column layout

  • List layout

  • Square layout

#04 : Square Layout is always active by default for All assets and All Videos cursors, and for the board’s pageThe default layout selected is mostly the Square Layout except when looking at assets in a board where the default layout will be the Column Layout.

#05 : For the List layout the metadata displayed by default on each tile are : 

On the search results main page and the cursors:

  • Name

  • Caption

  • Keywords

When looking at assets in a board:

  • name

  • Photograph

  • Caption

#06 : 2 additionnal modes are available, but not displayed by default :

  • Small square : No metadata overlay can be displayed on the tiles in that mode. The only action available is selection. Can be setup at the JSON configuration level.

  • Table : The metadata displayed as columns can be setup at the JSON configuration level.

...

Config path

Default value

Description

$.dam.explore.layouts.default-cursor-config.default-resource-config.available.json

{ "key": "squareSmall", "i18n": "layout.squareSmall", "class": "fal fa-grip-horizontal" }

Small square in the searsh result page

$.board.explore.layout.available.json

{ "key": "table", "i18n": "layout.table", "class": "fal fa-table" }

Table when looking at assets in a board

$.common.named-displays.asset-table-row.preview.json

{
"colWeight": 8,
"headerClass": "cw-table-cell-media",
"i18n": "asset.media.preview",
"namedVariation": "tiny"
}

Table when looking at assets in a board

$.common.named-displays.asset-table-row.row.json

[
{
"colWeight": 15,
"field": "name",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"colWeight": 10,
"field": "dteendrights",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"colWeight": 5,
"field": "clipped",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"badge": true,
"colWeight": 15,
"field": "keywords",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"colWeight": 20,
"field": "description",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"colWeight": 7,
"field": "width",
"hideLongTextTooltip": true,
"withoutLabel": true
},
{
"colWeight": 7,
"field": "height",
"hideLongTextTooltip": true,
"withoutLabel": true
}
]

Table when looking at assets in a board