TextArea

Displays multi-line input text.

Interface

interface ITextAreaField extends ITextField {}

Example

TextArea
{
  "name": "summary",
  "type": "TextArea",
  "label": {
    "en-US": "Summary",
    "es-ES": "Resumen"
  },
  "description": {
    "en-US": "Write a summary about the article",
    "es-ES": "Escriba un resumen sobre el artículo"
  }
}

Properties

type

Must be “TextArea”.

  • Type: "TextArea"

  • Required: Yes