Skip to main content
Skip table of contents

Configuration per field

First get accustomed to the following page to understand how to use the template below Introduction to Details Pane Templates

Find below detail template snippets for each category of fields in an entry. For a list of fields and their type see Available Binding Values in Content Manager.

Boolean fields and custom fields and flags

Boolean fields such as Perfect, Ready, NoDelete, Invalid

Custom fields such as LOUDNESS/DISABLE

Adding editable check-box component

Adding merge-check-box component

DateTime fields

DeleteDate, BroadcastDate, …

Adding editable date-time component

Adding merge-date-time component

Definition fields

Author, Editor, …

Adding combo-box component and binding to dynamic data sources

Adding combo-box component for multi-selection of entries | Configuration-for-definitions

Duration

Single edit Adding editable-duration component, single readAdding format helpers

Adding sum-array helper

Bulk edit of duration is not supported.

FileSize

Adding format helpers

Adding sum-array helper

Bulk edit of file size is not supported.

Single and multi choice fields and custom fields

Fields such as Class, Distribution, …

Custom fields such as DAVID/DISTRIBUTIONENDPOINTS, LOUDNESS/ILK, …

Adding combo-box component with fixed data source

Adding combo-box component for multi-selection of entries | Configuration-for-the-property-Class-of-an-entry

Note that we do not yet support loading unique values from the database for a given field to a combo-box drop down at the moment.

Ressort, SubRessort

Adding ressorts

Adding ressorts for multi-selection of entries

Text custom fields

Adding editable-custom-field component

Adding bulk-text-box component

Text fields

Broadcast, MusicID, Performer, Recordplace, Title, …

Adding editable input component

Adding bulk-text-box component

You can go for a multi/single choice field with a fixed source.

Text area fields

Remark

Adding text area component

no support for bulk at the moment

Default specific behaviors of comboboxes/selectboxes

For some entry properties, we preset some default behaviors that you can overwrite in the details pane template.

e.g. entry.Distribution is by default in multiselection, you can enforce single selection as follows

CODE
{{combo-box model=editModel field="Distribution" multiSelection=false}}

Some combobox/selectbox behaviors are used only for some entry properties.
See the descriptions and possible values of specific behaviors below.

Combobox/Selectbox behaviors

Possible values

Description

allowEmpty

true or false

adds an empty option in the drop down for setting the value to an empty string

ariaLabel

any string

ARIA message when focusing on the control

distinct

true or false

only for Author and Editor to use distinct values from the database instead of the list of possible definition values

multiSelection

true or false

if true, allows to multiselect values.

source

stringified list of strings

A subset of options
e.g. Class : source="['Audio', 'Music']"
or for any string custom fields, : source="['Value1', 'Value2', 'AnyOtherStringValue']"

See the list of specific behaviors that you can overwrite per entry property :

Entry property

Default combobox behaviors

Class

source='[...all available classes allowed in the entry table...]'

Ressort

ariaLabel="Select ressort"

SubRessort

ariaLabel="Select SubRessort"

Entry definition properties

Default combobox behaviors

other definition properties

see available definition fields in Adding combo-box component and binding to dynamic data sources

allowEmpty=true

Author

canCreate=true

allowEmpty=true

distinct=false

Broadcast

canCreate=true

allowEmpty=true

Distribution

multiSelection=true

canCreate=true

allowEmpty=true

Editor

canCreate=true

allowEmpty=true

Motive

canCreate=true

allowEmpty=true

Entry custom fields

Default combobox/selectbox behaviors

all custom fields

source='[]'

DAVID/DISTRIBUTIONENDPOINTS

it uses a select-box

multiSelection=true

optionImagePath="imageUrl" (specific to this field)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.