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