mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Temporarily remove the json code field from user input page (#651)
Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
@@ -73,12 +73,6 @@ You can configure custom input fields in a User Input node to collect different
|
||||
<Tab title="Checkbox">
|
||||
Provides a simple yes/no option. When a user checks the box, the output is `true`; otherwise, it's `false`. Use it for confirmations or any case that requires a binary choice.
|
||||
</Tab>
|
||||
|
||||
<Tab title="JSON Code">
|
||||
Accepts data in JSON object format, ideal for passing complex, nested data structures into your application.
|
||||
|
||||
You can optionally define a JSON schema to validate the input and guide users on the expected structure. This also allows you to reference individual properties of the object in other nodes.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
#### File Input
|
||||
|
||||
Reference in New Issue
Block a user