TextFieldLocales
Displays input text with the possibility of entering the text in several languages.
Interface
interface ITextFieldLocales extends IBaseField {}
Example
TextFieldLocales
{
"name": "title",
"type": "TextFieldLocales",
"label": {
"en-US": "Title",
"es-ES": "Título"
},
"description": {
"en-US": "Write a title for the article",
"es-ES": "Escriba el título del artículo"
},
"validation": {
"required": true
}
}
Properties
type
Must be “TextFieldLocales”.
-
Type:
"TextFieldLocales"
-
Required: Yes