Asset details page
- 1 Design
- 2 How it works
- 3 Advanced Configuration
- 3.1.1 Disabling the asset detail page
- 3.1.2 Configuring the details sections (Asset details area)
- 3.1.2.1 Automatic configuration (default) :
- 3.1.2.2 Manual configuration :
- 3.1.3 Changing the header defaults (Name + Photograph)
- 3.1.4 Configuring the body
- 3.1.5 Configuring the actions list
- 3.1.6 Configuring the number of actions displayed
- 3.1.7 Configuring the Asset Relations
- 3.1.8 Disabling Views and Downloads count
- 3.1.9 Disabling AI Keywords
- 3.1.10 Display a field even if facettes forbid it
- 3.1.11 Configuring AI Insights
- 3.2 Editing an asset configuration
- 3.2.1 Date fields
Design
How it works
Access, and composition of the page
User access the asset details page by clicking on an asset thumbnail from :
The search page,
A board.
Asset details page is composed of :
Asset Details area,
Asset Actions list,
Feedback popin,
Help popin.
Those points are detailed in the next chapters.
Asset details area
Design | How it works |
---|---|
| Back link redirects user to the page he was before |
| The header corresponds to the following metadata : Name + Photograph. The configuration can be changed with the metadata of your choice. |
| Next / Previous button allow navigation to the next or previous asset details following the order of the search results |
| Out of the box, Metadata section contains 3 sections :
Properties display depends on the property type. The configuration can be changed with the sections and metadata of your choice. |
| Contains all information calculated by Artificial Intelligence : Keywords, and specific information for video like transcript of the video, identified objects and concepts. |
| In this area, the user can see the asset and play it (if it is a video, an audio file, or 3D). It has several additional options: zoom, full screen. |
| Number of Views and downloads for the asset. The configuration can be modified to hide these information. |
Asset Actions list
| Actions for an asset are :
Additionnal actions can be activated in the configuration :
|
Asset Relations (not configured in starter kit)
None of these sections come with the starter kit. Assets can be linked with multiple options :
The configuration can be changed to activate these sections which are displayed under the asset. |
Feedback popin
No documentation available yet.
Help popin
No documentation available yet.
Advanced Configuration
Disabling the asset detail page
Access to the asset detail page can be disabled by switching the value of $features.canViewAssetDetails
to false.
Configuring the details sections (Asset details area)
Automatic configuration (default) :
You can chose to display all fields containing data and having its “visible” property equals true by setting $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[].tabs[].auto
to true. The order will follow the index
property of each field. In this mode, if you want to re-order the metadata, create a section and decide which metadata to show, you can use the configuration interface.
Config path | Default value | Description |
---|---|---|
|
| I18n label to display as a tab title |
|
true | Use data model to handle the details display of column[0].tabs[0] |
Manual configuration :
The configuration of the details section is placed under $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column
. You can then configure some tabs to display details informations.
You can define in configuration what fields and sections you want to display in $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[].tabs[].config
, the order will remain the same that the one you configured.
Tabs is an array containing objects :
Config path | Default value | Description |
---|---|---|
|
| I18n label to display as a tab title |
|
[
"defaultAssetDetailSectionInformation",
"defaultAssetDetailSectionRights",
"defaultAssetDetailSectionTechMeta"
] | Sets the different section displayed in a tab |
|
[
"detail.section.information",
"detailFieldName",
"description",
"detailFieldKeywords",
"lang",
"collection"
] | Set the title (first element) and the fields to display in a section. A field can be either a string for simple configuration or referencing a |
Each field can be configured and by default if there is no data to display, the field is not displayed. For further informations regarding fields configuration, please refer to the fields configuration dedicated page.
Changing the header defaults (Name + Photograph)
The displayed header is set in $dam.details.defaultCursorConfig.defaultAssetDetailMeta.header
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
See : this page
Configuring the actions list
The action “Where is this asset published ?” required the plugin “PACKAGED_ReverseSearch” to be activated.
The action “Embed code generation” required feature “dxm“ to be activated (see : $features.dxm
).
Actions are placed under $dam.details.items.actions
as an array of actions. Removing or adding a value will remove or add an action.
Actions can have two different formats :
Configuring the number of actions displayed
The default value for $dam.explore.items.actions.maxDisplayedActions
is 3
. And the default configuration is 8
.
Configuring the Asset Relations
The configuration of the details section is placed under $dam.details.defaultCursorConfig.defaultAssetDetailMeta.body
which did not exists by default (hence the body is empty and nothing is displayed under the asset).
More information about configuring the asset relations
Disabling Views and Downloads count
Set $dam.details.disableAnalytics
to true
.
Disabling AI Keywords
Remove the corresponding tab ($dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[0].tabs[1]
in default configuration).
Display a field even if facettes forbid it
If you have a facette on a field saying to not display it in some context but you still want to display it in the detail page, you can set a property "doNotHonorFacets": true
to the related field to force it to be displayed.
Configuring AI Insights
It’s possible to add an “AI Insights” tab for videos with three different AI options:
objects
concepts
and timeline
Config path | Default value | Description |
---|---|---|
|
| An array containing the tabs to display:
|
If none of the three items are in the configuration, the “AI Insights” tab won’t be shown.
Editing an asset configuration
Date fields
By default, the date field for the expiration date comes with a text to add a year from today.
It is possible to configure this display of text.
Config path | Default value | Description |
---|---|---|
|
| Adds a number of days/weeks/months/year to the date. Properties:
|
|
|
|