Interface CustomFieldContextDefaultValueForgeMultiStringField

The default text for a Forge collection of strings custom field.

interface CustomFieldContextDefaultValueForgeMultiStringField {
    type: string;
    values?: string[];
}

Properties

Properties

type: string
values?: string[]

List of string values. The maximum length for a value is 254 characters.