Table of Contents |
---|
Fields are displayed display informations about assets and can be set up depending on your needs.
...
Property | Type | Default | Description |
---|---|---|---|
|
| No default value | Can refer to another named field config or Refers to a field name described in the admin area |
|
|
| Do not display the name of the field before the value |
|
|
| Display a bullet before the field |
|
| No default value | Add class to the corresponding field |
|
| No default value | Label to display (by default the name of the field will be used) |
|
| No default value | I18n key to use for the label |
|
|
| Show field even if the field has no value |
|
| 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 |
---|---|---|---|
|
|
| Which value to use to format dates. The value is placed in i18n files as the format should be internationalised. Internally we use |
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 |
---|---|---|---|
|
| No default value | Choose the variation to display |
|
|
| I18n message to display in case of empty field |
|
|
| Classes to add to the field |
|
|
| Classes to add to the wrapper |
...