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