121 lines
3.2 KiB
YAML
121 lines
3.2 KiB
YAML
|
id: stage
|
||
|
type: PageHeaderMenu
|
||
|
properties:
|
||
|
title: Stage
|
||
|
|
||
|
layout:
|
||
|
contentJustify: center
|
||
|
|
||
|
areas:
|
||
|
content:
|
||
|
blocks:
|
||
|
- id: content
|
||
|
type: Card
|
||
|
layout:
|
||
|
size: 1000
|
||
|
contentGutter: 10
|
||
|
blocks:
|
||
|
- id: title
|
||
|
type: Title
|
||
|
layout:
|
||
|
span: 24
|
||
|
properties:
|
||
|
content: Stage
|
||
|
- id: leftcolumn
|
||
|
type: Box
|
||
|
layout:
|
||
|
span: 12
|
||
|
contentGutter: 10
|
||
|
blocks:
|
||
|
- id: foo
|
||
|
required: true
|
||
|
type: TextInput
|
||
|
properties:
|
||
|
block: true
|
||
|
title: Foo
|
||
|
placeholder: Bar
|
||
|
label:
|
||
|
extra: Lorem ipsum; yada yada
|
||
|
extraStyle:
|
||
|
font-size: smaller
|
||
|
font-style: italic
|
||
|
# span: 5
|
||
|
- id: woot
|
||
|
required: true
|
||
|
type: TextInput
|
||
|
properties:
|
||
|
block: true
|
||
|
title: Woot
|
||
|
placeholder: Sweet
|
||
|
label:
|
||
|
extra: Dude!
|
||
|
extraStyle:
|
||
|
font-size: smaller
|
||
|
font-style: italic
|
||
|
# span: 5
|
||
|
- id: rightcolumn
|
||
|
type: Box
|
||
|
layout:
|
||
|
span: 12
|
||
|
contentGutter: 10
|
||
|
blocks:
|
||
|
- id: alpha
|
||
|
required: true
|
||
|
type: TextArea
|
||
|
properties:
|
||
|
autoSize:
|
||
|
maxRows: 3
|
||
|
minRows: 3
|
||
|
block: true
|
||
|
title: Alpha
|
||
|
placeholder: Beta
|
||
|
label:
|
||
|
extra: Gamma
|
||
|
extraStyle:
|
||
|
font-size: smaller
|
||
|
font-style: italic
|
||
|
# span: 5
|
||
|
- id: kappa
|
||
|
required: true
|
||
|
type: TextArea
|
||
|
properties:
|
||
|
autoSize:
|
||
|
maxRows: 3
|
||
|
minRows: 3
|
||
|
block: true
|
||
|
title: Kappa
|
||
|
placeholder: Lambda
|
||
|
label:
|
||
|
extra: Mu
|
||
|
extraStyle:
|
||
|
font-size: smaller
|
||
|
font-style: italic
|
||
|
# span: 5
|
||
|
- id: bottomrow
|
||
|
type: Box
|
||
|
layout:
|
||
|
span: 24
|
||
|
contentGutter: 10
|
||
|
blocks:
|
||
|
- id: reset_button
|
||
|
type: Button
|
||
|
layout:
|
||
|
grow: 1
|
||
|
properties:
|
||
|
title: Reset
|
||
|
icon: ClearOutlined
|
||
|
block: true
|
||
|
type: default
|
||
|
events:
|
||
|
onClick:
|
||
|
- id: reset
|
||
|
type: Reset
|
||
|
- id: start_download
|
||
|
type: Button
|
||
|
layout:
|
||
|
grow: 3
|
||
|
properties:
|
||
|
title: Download
|
||
|
icon: CloudDownloadOutlined
|
||
|
block: true
|