Custom form configuration #268

Merged
tobru merged 34 commits from 165-form-configuration into main 2025-11-10 14:49:33 +00:00
Showing only changes of commit 45f17cabaa - Show all commits

View file

@ -23,12 +23,12 @@
"minItems": 1,
"items": {
"type": "object",
"required": ["type", "label", "controlplane_field_mapping"],
"required": ["controlplane_field_mapping"],
"properties": {
"type": {
"type": "string",
"description": "Field type",
"enum": ["text", "email", "textarea", "number", "choice", "checkbox", "array"]
"enum": ["", "text", "email", "textarea", "number", "choice", "checkbox", "array"]
},
"label": {
"type": "string",