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

67 lines
1.6 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-19 14:56:07 +00:00
size: 800 # Set the size of the card so it does not fill the full screen
contentGutter: 16 # Make a 16px gap between all blocks in this card
2022-01-19 13:43:17 +00:00
blocks:
2022-01-19 14:56:07 +00:00
- id: title
type: Title
layout:
grow: 1
properties:
content: Stage
- id: foo
required: true
type: TextInput
properties:
2022-01-19 15:07:48 +00:00
block: true
2022-01-19 14:56:07 +00:00
title: Foo
placeholder: Bar
2022-01-19 15:13:11 +00:00
label:
colon: false
extra: Lorem ipsum; yada yada
inline: true
2022-01-19 15:07:48 +00:00
- id: woot
required: true
type: TextInput
properties:
block: true
title: Woot
placeholder: Sweet
2022-01-19 15:13:11 +00:00
label:
colon: false
extra: Dude!
inline: true
2022-01-19 14:56:07 +00:00
- id: reset_button
type: Button
layout:
grow: 1
properties:
title: Reset
icon: ClearOutlined
block: true
type: default
2022-01-19 15:20:34 +00:00
events:
2022-01-19 13:43:17 +00:00
onClick:
2022-01-19 14:56:07 +00:00
- id: reset
type: reset()
- id: start_download
type: Button
layout:
grow: 3
properties:
title: Download
icon: CloudDownloadOutlined
block: true