- Description:
This key defines the input type, which controls how this input appears and behaves.
- Appears in:
└── _inputs └── * └── Text Input └── type- Type:
stringRequired- Allowed values:
textemaildisabledpinterestfacebooktwittergithubinstagram- Examples:
In this example, we have configured the
titlekey as a Text Input type.Copied to clipboard_inputs: title: type: text{ "_inputs": { "title": { "type": "text" } } }