Custom form configuration #268
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue