Temporarily remove the json code field from user input page (#651)

Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
Riskey
2025-12-30 15:46:22 +08:00
committed by GitHub
parent 465749876c
commit 2da8eb41f0
3 changed files with 0 additions and 18 deletions

View File

@@ -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