CustomFieldDisplaySettings


Properties

defaultToMultilineText?

optional defaultToMultilineText: boolean;

When set to true, all text fields will be displayed as multiline text fields by default. This is currently the
only way to get support for multiline text inputs.

This setting will impact both the "edit card details" panel, and the "add card" panel (if you define one).

If you would like certain fields to be shown as single line text, you can add the
FieldConstraintType.SINGLE_LINE_ONLY constraint to the necessary fields.


displayMappedDatesAsDateRange?

optional displayMappedDatesAsDateRange: boolean;

When this is true and a user has setup their mappings for LucidFields.Time and LucidFields.EndTime, the dates
will be combined into a single date field in the edit panel.


useRoundIcons?

optional useRoundIcons: boolean;

Whether to default to using round icons in dropdowns in both the edit details panel and basic edit panel