Empty line

Empty line #

The empty-line field is renders 1 or more empty lines in the form. It generates no output.

empty line between title and description with amount: 2

empty line between title and description with amount: 2

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
amountintegeroptional (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"
}