23 lines
776 B
YAML
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 |