This commit is contained in:
73
stage.yaml
73
stage.yaml
@@ -21,28 +21,57 @@ areas:
|
|||||||
grow: 1
|
grow: 1
|
||||||
properties:
|
properties:
|
||||||
content: Stage
|
content: Stage
|
||||||
- id: foo
|
- id: leftcolumn
|
||||||
required: true
|
type: Box
|
||||||
type: TextInput
|
blocks:
|
||||||
properties:
|
- id: foo
|
||||||
block: true
|
required: true
|
||||||
title: Foo
|
type: TextInput
|
||||||
placeholder: Bar
|
properties:
|
||||||
label:
|
block: true
|
||||||
colon: false
|
title: Foo
|
||||||
extra: Lorem ipsum; yada yada
|
placeholder: Bar
|
||||||
span: 3
|
label:
|
||||||
- id: woot
|
colon: false
|
||||||
required: true
|
extra: Lorem ipsum; yada yada
|
||||||
type: TextInput
|
span: 3
|
||||||
properties:
|
- id: woot
|
||||||
block: true
|
required: true
|
||||||
title: Woot
|
type: TextInput
|
||||||
placeholder: Sweet
|
properties:
|
||||||
label:
|
block: true
|
||||||
colon: false
|
title: Woot
|
||||||
extra: Dude!
|
placeholder: Sweet
|
||||||
span: 3
|
label:
|
||||||
|
colon: false
|
||||||
|
extra: Dude!
|
||||||
|
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