Update 'stage.yaml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-19 21:29:57 +00:00
parent ad90639b6e
commit 82082f86d7

View File

@@ -24,7 +24,7 @@ areas:
- id: leftcolumn - id: leftcolumn
type: Box type: Box
layout: layout:
span: 12 span: 11
contentGutter: 10 contentGutter: 10
blocks: blocks:
- id: foo - id: foo
@@ -52,12 +52,12 @@ areas:
- id: rightcolumn - id: rightcolumn
type: Box type: Box
layout: layout:
span: 12 span: 11
contentGutter: 10 contentGutter: 10
blocks: blocks:
- id: alpha - id: alpha
required: true required: true
type: TextInput type: TextArea
properties: properties:
block: true block: true
title: Alpha title: Alpha
@@ -68,7 +68,7 @@ areas:
span: 4 span: 4
- id: kappa - id: kappa
required: true required: true
type: TextInput type: TextArea
properties: properties:
block: true block: true
title: Kappa title: Kappa
@@ -95,7 +95,7 @@ areas:
events: events:
onClick: onClick:
- id: reset - id: reset
type: reset() type: Reset
- id: start_download - id: start_download
type: Button type: Button
layout: layout: