TextAreaLocales

Displays multi-line input text with the possibility of entering the text in several languages.

Interface

interface ITextAreaLocales extends IBaseField {}

Example

TextAreaLocales
{
  "name": "summary",
  "type": "TextAreaLocales",
  "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 “TextAreaLocales”.

  • Type: "TextAreaLocales"

  • Required: Yes