Initial commit
This commit is contained in:
23
data/components/resolution.yaml
Normal file
23
data/components/resolution.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
- 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
|
Reference in New Issue
Block a user