Skip to content

Commit

Permalink
Added freeflow text example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Dec 19, 2023
1 parent 991dd8e commit 6664f1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/helloWorld/helloR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ inputs:
- second option
- third option
example: third option
freeflow_text:
label: Freeflow text
description: This is regular text, and can have multiple lines.
type: text/plain
example: |
This is a multiline example.
Once there is a line break in the example, it becomes a textarea in the UI.
outputs:
text:
label: Text
Expand Down

0 comments on commit 6664f1f

Please sign in to comment.