Commit 08cb423c authored by Kris Moore's avatar Kris Moore

Switch to list type for Environment, so that UI can render properly

parent 66f48466
...@@ -70,10 +70,25 @@ questions: ...@@ -70,10 +70,25 @@ questions:
- variable: environment - variable: environment
label: "IPFS image environment" label: "IPFS image environment"
group: "IPFS Configuration" group: "IPFS Configuration"
schema:
type: list
default: []
items:
- variable: environmentVariable
label: "Environment Variable"
schema: schema:
type: dict type: dict
additional_attrs: true attrs:
attrs: [] - variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
required: true
- variable: service - variable: service
description: "IPFS Service Configuration" description: "IPFS Service Configuration"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment