From 6664f1f9581731d8e6161fd568d9072d9f0313c5 Mon Sep 17 00:00:00 2001 From: Jean-Michel Lord Date: Tue, 19 Dec 2023 14:54:28 -0500 Subject: [PATCH] Added freeflow text example --- scripts/helloWorld/helloR.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/helloWorld/helloR.yml b/scripts/helloWorld/helloR.yml index 0bb84c3e2..a1f3bd808 100644 --- a/scripts/helloWorld/helloR.yml +++ b/scripts/helloWorld/helloR.yml @@ -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