This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ContainerImage.WendyUI/stage.yaml

121 lines
3.2 KiB
YAML
Raw Normal View History

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-20 07:55:58 +00:00
size: 1000
2022-01-20 07:46:41 +00:00
contentGutter: 10
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:
extra: Lorem ipsum; yada yada
2022-01-20 07:46:41 +00:00
extraStyle:
font-size: smaller
font-style: italic
# span: 5
2022-01-19 20:58:17 +00:00
- id: woot
required: true
type: TextInput
properties:
block: true
title: Woot
placeholder: Sweet
label:
extra: Dude!
2022-01-20 07:46:41 +00:00
extraStyle:
font-size: smaller
font-style: italic
# 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:
2022-01-20 07:55:58 +00:00
autoSize:
maxRows: 3
minRows: 3
2022-01-19 20:58:17 +00:00
block: true
title: Alpha
placeholder: Beta
label:
extra: Gamma
2022-01-20 07:46:41 +00:00
extraStyle:
font-size: smaller
font-style: italic
# 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:
2022-01-20 07:55:58 +00:00
autoSize:
maxRows: 3
minRows: 3
2022-01-19 20:58:17 +00:00
block: true
title: Kappa
placeholder: Lambda
label:
extra: Mu
2022-01-20 07:46:41 +00:00
extraStyle:
font-size: smaller
font-style: italic
# 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