Added context Component

This commit is contained in:
Nathan Schneider
2025-05-07 15:33:05 -06:00
parent 668ce763f7
commit 52310fa657
5 changed files with 92 additions and 9 deletions

View File

@ -68,4 +68,16 @@
type: text
label: "What commitments does participation involve?"
placeholder: "Describe what participants are committing to when they engage in the process..."
required: true
required: true
- id: context
title: "What additional context should participants know?"
description: "Background information, external knowledge sources, and relevant references"
stageId: intake
order: 7
fields:
- id: contextText
type: text
label: "What additional context should participants know?"
placeholder: "Provide additional context such as links to external knowledge sources, background information, or other relevant references..."
required: false