New “default” configuration for the detail page of an asset in Portal
The configuration entry $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[i].tabs[n].auto
is introduced and allow to handle the displayed fields automatically.
Then, the display in Portal becomes the same as in Back-Office : all fields of the library where the asset is attached will be displayed in the order defined by their property “index”. Therefore the configuration entry $dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[i].tabs[n].config
is not taken into account anymore when auto = true.
Section titles are defined by a field with name starting by “separator_”.
$dam.details.defaultCursorConfig.defaultAssetDetailMeta.column[i].tabs[n].auto
is set to true
by default in starter-kit configuration.
In both modes (auto or manual) only metadatas with corresponding data are displayed.
Reference page : Asset details page