- "inputType": "color-input"
- Description: An input to select a color. Users can define a list of hex values to select from or use the complete color picker.
- Example:
"color": {
"inputType": "color-input",
"title": "Color Picker",
"list": [
"#fcba03",
"#1d6280"
],
"showIfComputed": true,
"value": "#fcba03"
}