Files
builder-prototype/data/components/resolution.yaml
Nathan Schneider 521c782c42 Initial commit
2025-03-23 21:44:39 -06:00

23 lines
776 B
YAML

- id: resolution_process
title: "How does resolution of the dispute occur?"
description: "Methods for reaching a resolution"
stageId: resolution
order: 1
fields:
- id: resolutionProcessText
type: text
label: "How does resolution of the dispute occur?"
placeholder: "Describe the process by which disputes are resolved..."
required: true
- id: resolution_failure
title: "What if a resolution cannot be reached?"
description: "Handling situations where resolution is not achieved"
stageId: resolution
order: 2
fields:
- id: resolutionFailureText
type: text
label: "What if a resolution cannot be reached?"
placeholder: "Describe what happens when parties cannot come to a resolution..."
required: true