Start typing to search...
Docs
Enabling customizations
Text, textarea
Search

Text, textarea (deprecated)

  • Users can change text by clicking the input field and entering the new text.

  • The text VCC type supports short text that does not contain line breaks.

  • The textarea VCC type supports longer text and allows line breaks in the text entry.

textVCC
Text VCC

Sample text VCC

{
  "key": "myText",
  "name": "My Text",
  "description": "This is my text description",
  "type": "text"
}