This commit is contained in:
29
stage.yaml
29
stage.yaml
@@ -21,6 +21,9 @@ areas:
|
|||||||
grow: 1
|
grow: 1
|
||||||
properties:
|
properties:
|
||||||
content: Stage
|
content: Stage
|
||||||
|
- id: leftcolumn
|
||||||
|
type: Box
|
||||||
|
blocks:
|
||||||
- id: foo
|
- id: foo
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
@@ -43,6 +46,32 @@ areas:
|
|||||||
colon: false
|
colon: false
|
||||||
extra: Dude!
|
extra: Dude!
|
||||||
span: 3
|
span: 3
|
||||||
|
- id: rightcolumn
|
||||||
|
type: Box
|
||||||
|
blocks:
|
||||||
|
- id: alpha
|
||||||
|
required: true
|
||||||
|
type: TextInput
|
||||||
|
properties:
|
||||||
|
block: true
|
||||||
|
title: Alpha
|
||||||
|
placeholder: Beta
|
||||||
|
label:
|
||||||
|
colon: false
|
||||||
|
extra: Gamma
|
||||||
|
span: 3
|
||||||
|
- id: kappa
|
||||||
|
required: true
|
||||||
|
type: TextInput
|
||||||
|
properties:
|
||||||
|
block: true
|
||||||
|
title: Kappa
|
||||||
|
placeholder: Lambda
|
||||||
|
label:
|
||||||
|
colon: false
|
||||||
|
extra: Mu
|
||||||
|
span: 3
|
||||||
|
|
||||||
- id: reset_button
|
- id: reset_button
|
||||||
type: Button
|
type: Button
|
||||||
layout:
|
layout:
|
||||||
|
|||||||
Reference in New Issue
Block a user