Skip to content

Block

block

Description

Text block

Attributes

  • default: default value
  • $capture.rows: number of rows
  • $capture.autosize: true|false autosize the control

Example

{
  "type": "string",
  "$capture": {
    "as": "block",
    "rows": 4,
    "autosize": true
  },
  "$display": {
    "as": "block"
  }
}