2022-01-19 13:43:17 +00:00
|
|
|
id: stage
|
2022-01-19 14:56:07 +00:00
|
|
|
type: PageHeaderMenu
|
2022-01-19 13:43:17 +00:00
|
|
|
properties:
|
|
|
|
title: Stage
|
|
|
|
|
2022-01-19 15:07:48 +00:00
|
|
|
layout:
|
|
|
|
contentJustify: center
|
|
|
|
|
2022-01-19 13:43:17 +00:00
|
|
|
areas:
|
|
|
|
content:
|
|
|
|
blocks:
|
2022-01-19 14:56:07 +00:00
|
|
|
- id: content
|
|
|
|
type: Card
|
2022-01-19 13:43:17 +00:00
|
|
|
layout:
|
2022-01-19 15:21:12 +00:00
|
|
|
size: 800
|
2022-01-19 21:24:56 +00:00
|
|
|
contentGutter: 20
|
2022-01-19 13:43:17 +00:00
|
|
|
blocks:
|
2022-01-19 14:56:07 +00:00
|
|
|
- id: title
|
|
|
|
type: Title
|
|
|
|
layout:
|
2022-01-19 21:14:27 +00:00
|
|
|
span: 24
|
2022-01-19 14:56:07 +00:00
|
|
|
properties:
|
|
|
|
content: Stage
|
2022-01-19 20:58:17 +00:00
|
|
|
- id: leftcolumn
|
|
|
|
type: Box
|
2022-01-19 21:06:04 +00:00
|
|
|
layout:
|
2022-01-19 22:06:11 +00:00
|
|
|
span: 12
|
2022-01-19 21:18:12 +00:00
|
|
|
contentGutter: 10
|
2022-01-19 20:58:17 +00:00
|
|
|
blocks:
|
|
|
|
- id: foo
|
|
|
|
required: true
|
|
|
|
type: TextInput
|
|
|
|
properties:
|
|
|
|
block: true
|
|
|
|
title: Foo
|
|
|
|
placeholder: Bar
|
|
|
|
label:
|
|
|
|
colon: false
|
|
|
|
extra: Lorem ipsum; yada yada
|
2022-01-19 21:24:56 +00:00
|
|
|
span: 5
|
2022-01-19 20:58:17 +00:00
|
|
|
- id: woot
|
|
|
|
required: true
|
|
|
|
type: TextInput
|
|
|
|
properties:
|
|
|
|
block: true
|
|
|
|
title: Woot
|
|
|
|
placeholder: Sweet
|
|
|
|
label:
|
|
|
|
colon: false
|
|
|
|
extra: Dude!
|
2022-01-19 21:24:56 +00:00
|
|
|
span: 5
|
2022-01-19 20:58:17 +00:00
|
|
|
- id: rightcolumn
|
|
|
|
type: Box
|
2022-01-19 21:06:04 +00:00
|
|
|
layout:
|
2022-01-19 22:06:11 +00:00
|
|
|
span: 12
|
2022-01-19 21:18:12 +00:00
|
|
|
contentGutter: 10
|
2022-01-19 20:58:17 +00:00
|
|
|
blocks:
|
|
|
|
- id: alpha
|
|
|
|
required: true
|
2022-01-19 21:29:57 +00:00
|
|
|
type: TextArea
|
2022-01-19 20:58:17 +00:00
|
|
|
properties:
|
|
|
|
block: true
|
|
|
|
title: Alpha
|
|
|
|
placeholder: Beta
|
|
|
|
label:
|
|
|
|
colon: false
|
|
|
|
extra: Gamma
|
2022-01-19 22:06:11 +00:00
|
|
|
span: 5
|
2022-01-19 20:58:17 +00:00
|
|
|
- id: kappa
|
|
|
|
required: true
|
2022-01-19 21:29:57 +00:00
|
|
|
type: TextArea
|
2022-01-19 20:58:17 +00:00
|
|
|
properties:
|
|
|
|
block: true
|
|
|
|
title: Kappa
|
|
|
|
placeholder: Lambda
|
|
|
|
label:
|
|
|
|
colon: false
|
|
|
|
extra: Mu
|
2022-01-19 22:06:11 +00:00
|
|
|
span: 5
|
2022-01-19 21:14:27 +00:00
|
|
|
- id: bottomrow
|
|
|
|
type: Box
|
2022-01-19 14:56:07 +00:00
|
|
|
layout:
|
2022-01-19 21:14:27 +00:00
|
|
|
span: 24
|
2022-01-19 21:18:12 +00:00
|
|
|
contentGutter: 10
|
2022-01-19 21:14:27 +00:00
|
|
|
blocks:
|
|
|
|
- id: reset_button
|
|
|
|
type: Button
|
|
|
|
layout:
|
|
|
|
grow: 1
|
|
|
|
properties:
|
|
|
|
title: Reset
|
|
|
|
icon: ClearOutlined
|
|
|
|
block: true
|
|
|
|
type: default
|
|
|
|
events:
|
|
|
|
onClick:
|
|
|
|
- id: reset
|
2022-01-19 21:29:57 +00:00
|
|
|
type: Reset
|
2022-01-19 21:14:27 +00:00
|
|
|
- id: start_download
|
|
|
|
type: Button
|
|
|
|
layout:
|
|
|
|
grow: 3
|
|
|
|
properties:
|
|
|
|
title: Download
|
|
|
|
icon: CloudDownloadOutlined
|
|
|
|
block: true
|