Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Fields are displayed display informations about assets and can be set up depending on your needs.

...

Property

Type

Default

Description

field

String

No default value

Can refer to another named field config or Refers to a field name described in the admin area

withoutLabel

Boolean

false

Do not display the name of the field before the value

withBullet

Boolean

true

Display a bullet before the field

itemClass

String

No default value

Add class to the corresponding field

label

String

No default value

Label to display (by default the name of the field will be used)

i18n

String

No default value

I18n key to use for the label

showIfEmpty

Boolean

false

Show field even if the field has no value

doNotHonorFacets

Boolean

No default value

If set to true facets put on the field will be ignored

Additional FieldConfig properties for Relationship fields

Property

Type

Default

Description

badge

Boolean

false

Display field value(s) as a badge

clickable

Boolean

false

Is value clickable or not.

operator

String

in

When a badge is clickable, the click action is to redirect the user to the search page. The value of the field will be used in the search page, you can decide which operator will be used by modifying the value of this property.

incrementCurrentConstraint

Boolean

true

Add constraint to existing ones or replace it. Targets only the corresponding field, not all constrains.

Additional FieldConfig properties for Date fields

Property

Type

Default

Description

dateFormatI18n

String

"global.details.dateformat.long"

Which value to use to format dates. The value is placed in i18n files as the format should be internationalised. Internally we use moment to manipulate dates, see a list of accepted formats here.


Additional FieldConfig properties for Relationship fields that should display an image

Is used for fields of type Array, Object, or resource. You must specify a cwVariation in your config to use these type of field (example : show a dropdown listing users and showing their avatar).

Property

Type

Default

Description

cwVariation

String

No default value

Choose the variation to display

emptyMessageI18n

String

dam.details.defaultEmptyMessage

I18n message to display in case of empty field

resourceClass

String

h-100 w-100 fit-cover cw-thumbnail-circle

Classes to add to the field

resourceWrapperClass

String

cw-collaborator cw-thumbnail-50-3 cw-thumbnail-circle bg-white mr-2

Classes to add to the wrapper

Additional FieldConfig properties for String fields

Property

Type

Default

Description

tooltipOptions

Object

No default value

Handle options for tooltips. v-b-tooltip is used internally, see the documentation page for all available options.