update docs

This commit is contained in:
Pete Matsyburka
2025-06-26 17:15:08 +03:00
parent 7eba4865bc
commit bf2f5b24dc
19 changed files with 14582 additions and 54 deletions
+21 -1
View File
@@ -317,7 +317,27 @@
"type": "string",
"required": false,
"description": "Comma separated field type names to be used in the form builder. All field types are used by default.",
"example": "text,date"
"example": "text,date",
"enum": [
"heading",
"text",
"signature",
"initials",
"date",
"datenow",
"number",
"image",
"checkbox",
"multiple",
"file",
"radio",
"select",
"cells",
"stamp",
"payment",
"phone",
"verification"
]
},
"data-draw-field-type": {
"type": "string",