- Description:
This key defines the input type, which controls how this input appears and behaves.
- Appears in:
└── _inputs └── * └── Textarea Input └── type- Type:
"textarea"Required- Examples:
In this example, we have configured the
descriptionkey as a Textarea Input type.Copied to clipboard_inputs: description: type: textarea{ "_inputs": { "description": { "type": "textarea" } } }