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

This commit is contained in:
2022-01-19 21:18:12 +00:00
parent 8d464bf9d3
commit 9addff136a

View File

@@ -13,7 +13,6 @@ areas:
type: Card type: Card
layout: layout:
size: 800 size: 800
contentGutter: 5
blocks: blocks:
- id: title - id: title
type: Title type: Title
@@ -24,7 +23,8 @@ areas:
- id: leftcolumn - id: leftcolumn
type: Box type: Box
layout: layout:
span: 9 span: 12
contentGutter: 10
blocks: blocks:
- id: foo - id: foo
required: true required: true
@@ -51,7 +51,8 @@ areas:
- id: rightcolumn - id: rightcolumn
type: Box type: Box
layout: layout:
span: 9 span: 12
contentGutter: 10
blocks: blocks:
- id: alpha - id: alpha
required: true required: true
@@ -80,6 +81,7 @@ areas:
type: Box type: Box
layout: layout:
span: 24 span: 24
contentGutter: 10
blocks: blocks:
- id: reset_button - id: reset_button
type: Button type: Button