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, "minItems": 1,
"items": { "items": {
"type": "object", "type": "object",
"required": ["type", "label", "controlplane_field_mapping"], "required": ["controlplane_field_mapping"],
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
"description": "Field type", "description": "Field type",
"enum": ["text", "email", "textarea", "number", "choice", "checkbox", "array"] "enum": ["", "text", "email", "textarea", "number", "choice", "checkbox", "array"]
}, },
"label": { "label": {
"type": "string", "type": "string",