/
Image
Image
Field options
Name | Type | Description |
---|---|---|
name | string | The name by which the field will internally be referenced |
displayText | string | The main field label displayed above the field |
description | string | An additional description displayed below the main label |
defaultValue | string | The value the field should initially be filled with |
options | object | Additional field options (see below) |
options.required | boolean | Whether the field must be filled to advance |
options.readOnly | boolean | Whether it’s allowed to change the field value |
options.confirmation | boolean | Whether to include this field in the confirmation page |
options.maxCount | number | How many images are allowed to be uploaded |
JSON Example
{
"name": "Image",
"displayText": "Image upload",
"description": "Upload an image",
"type": "Image",
"options": {
"required": true,
"maxCount": 1
}
}
, multiple selections available,
Related content
Portrait 6.2.0 - Schöpfl
Portrait 6.2.0 - Schöpfl
Read with this
Image
Image
More like this
Entry
Entry
Read with this
File
File
More like this
Column Types
Column Types
Read with this
File
File
More like this
Copyright Treskon GmbH.