Empty line #
The empty-line
field is renders 1 or more empty lines in the form. It generates no output.
Properties #
property | value type | optional | description |
---|---|---|---|
key | string | mandatory | Keys are for internal use and must be unique |
amount | integer | optional (default: 1) | Amount of empty lines to draw |
Sample #
Configuration #
./quiqr/model/base.
amount: 2
key: sample_field
type: empty-line
amount = 2
key = "sample_field"
type = "empty-line"
{
"amount": 2,
"key": "sample_field",
"type": "empty-line"
}