From 1c5df20bec30ef3a34d83c17692295ec396d600a Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 2 Nov 2023 18:52:44 +0000 Subject: [PATCH] User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json --- .../daemonbuilder2/InitialDataCollection-schema.json | 8 ++++++-- .../daemonbuilder2/InitialDataCollection-uischema.json | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-schema.json b/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-schema.json index 6f54ef99..acfa688d 100644 --- a/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-schema.json +++ b/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-schema.json @@ -1,6 +1,6 @@ { - "title": "Text Field", - "description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')", + "title": "Text Area", + "description": "A larger resizable area to enter longer text. (field name will be 'bio')", "type": "object", "required": [ "firstName" @@ -10,6 +10,10 @@ "type": "string", "title": "Daemon name", "default": "Sensor Type 1" + }, + "bio": { + "type": "string", + "title": "Bio" } } } \ No newline at end of file diff --git a/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json b/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json index 411a28d3..c0efb481 100644 --- a/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json +++ b/playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json @@ -6,5 +6,8 @@ "ui:autocomplete": "family-name", "ui:enableMarkdownInDescription": true, "ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)." + }, + "bio": { + "ui:widget": "textarea" } } \ No newline at end of file