String #
The string
field generates a field for entering strings. Multiline string
values are allowed by enableing this property.
Properties #
property | value type | optional | description |
---|---|---|---|
key | string | mandatory | Keys are for internal use and must be unique |
title | string | optional | The title of the element |
tip | string | optional (default: null) | Text entered here with markdown formatting is displayed as context help in an overlay box |
default | string | optional (default: null) | default value when the key is not set yet |
multiLine | boolean | optional (default: false) | Enable multi line value |
Sample #
Configuration #
./quiqr/model/base.
key: sample_field
multiLine: true
title: Sample field
type: string
key = "sample_field"
multiLine = true
title = "Sample field"
type = "string"
{
"key": "sample_field",
"multiLine": true,
"title": "Sample field",
"type": "string"
}
Output #
sample_field: |-
Some multiline
string value