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
Danny Bessems a3a2cc69c7
Some checks failed
continuous-integration/drone/push Build is failing
Update 'stage.yaml'
2022-01-19 14:56:07 +00:00

48 lines
1.1 KiB
YAML

id: stage
type: PageHeaderMenu
properties:
title: Stage
areas:
content:
blocks:
- id: content
type: Card
layout:
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
blocks:
- id: title
type: Title
layout:
grow: 1
properties:
content: Stage
- id: foo
required: true
type: TextInput
properties:
title: Foo
placeholder: Bar
- id: reset_button
type: Button
layout:
grow: 1
properties:
title: Reset
icon: ClearOutlined
block: true
type: default
actions:
onClick:
- id: reset
type: reset()
- id: start_download
type: Button
layout:
grow: 3
properties:
title: Download
icon: CloudDownloadOutlined
block: true