update docs
This commit is contained in:
committed by
Pete Matsyburka
parent
25c5c11ab3
commit
93e0730210
@@ -143,9 +143,16 @@ const token = jwt.sign({
|
||||
"payment",
|
||||
"phone",
|
||||
"verification",
|
||||
"kba",
|
||||
"strikethrough"
|
||||
]
|
||||
},
|
||||
"dateFormats": {
|
||||
"type": "array",
|
||||
"required": false,
|
||||
"description": "A list of formats to be used for the date field. Formats may include date ('YYYY', 'MM', 'DD'), time ('HH', 'hh', 'mm', 'ss', 'A') and timezone ('z') parts. The first format in the list is used as the default.",
|
||||
"example": "[\"MM/DD/YYYY\", \"YYYY-MM-DD HH:mm:ss z\"]"
|
||||
},
|
||||
"drawFieldType": {
|
||||
"type": "string",
|
||||
"required": false,
|
||||
@@ -187,6 +194,7 @@ const token = jwt.sign({
|
||||
"payment",
|
||||
"phone",
|
||||
"verification",
|
||||
"kba",
|
||||
"strikethrough"
|
||||
]
|
||||
},
|
||||
@@ -315,6 +323,7 @@ const token = jwt.sign({
|
||||
"payment",
|
||||
"phone",
|
||||
"verification",
|
||||
"kba",
|
||||
"strikethrough"
|
||||
]
|
||||
},
|
||||
@@ -430,13 +439,19 @@ const token = jwt.sign({
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"default": true,
|
||||
"description": "Set `false` to now show the documents list on the left. Documents list is displayed by default."
|
||||
"description": "Set `false` to not show the documents list on the left. Documents list is displayed by default."
|
||||
},
|
||||
"withDynamicDocuments": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"default": false,
|
||||
"description": "Set `true` to allow converting DOCX files to editable dynamic documents."
|
||||
},
|
||||
"withFieldsList": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"default": true,
|
||||
"description": "Set `false` to now show the fields list on the right. Fields list is displayed by default."
|
||||
"description": "Set `false` to not show the fields list on the right. Fields list is displayed by default."
|
||||
},
|
||||
"withFieldsDetection": {
|
||||
"type": "boolean",
|
||||
@@ -444,6 +459,12 @@ const token = jwt.sign({
|
||||
"default": false,
|
||||
"description": "Display a button to automatically detect and add fields to the document with AI."
|
||||
},
|
||||
"withCustomFieldsTab": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"default": false,
|
||||
"description": "Set `true` to display a separate \"Custom\" fields tab in the fields list. Custom fields can be configured using the `fields` or `requiredFields` prop."
|
||||
},
|
||||
"withFieldPlaceholder": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
@@ -455,6 +476,12 @@ const token = jwt.sign({
|
||||
"required": false,
|
||||
"description": "Set to `true` to enable Signature ID by default for newly added fields. If set to `false`, the Signature ID toggle will be displayed under field settings, with the Signature ID turned off by default."
|
||||
},
|
||||
"withRevisions": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"default": false,
|
||||
"description": "Set `true` to save revisions and display a dropdown next to the Save button that provides access to the template revisions history."
|
||||
},
|
||||
"onlyDefinedFields": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
|
||||
Reference in New Issue
Block a user