This commit is contained in:
10
stage.yaml
10
stage.yaml
@@ -24,7 +24,7 @@ areas:
|
||||
- id: leftcolumn
|
||||
type: Box
|
||||
layout:
|
||||
span: 12
|
||||
span: 11
|
||||
contentGutter: 10
|
||||
blocks:
|
||||
- id: foo
|
||||
@@ -52,12 +52,12 @@ areas:
|
||||
- id: rightcolumn
|
||||
type: Box
|
||||
layout:
|
||||
span: 12
|
||||
span: 11
|
||||
contentGutter: 10
|
||||
blocks:
|
||||
- id: alpha
|
||||
required: true
|
||||
type: TextInput
|
||||
type: TextArea
|
||||
properties:
|
||||
block: true
|
||||
title: Alpha
|
||||
@@ -68,7 +68,7 @@ areas:
|
||||
span: 4
|
||||
- id: kappa
|
||||
required: true
|
||||
type: TextInput
|
||||
type: TextArea
|
||||
properties:
|
||||
block: true
|
||||
title: Kappa
|
||||
@@ -95,7 +95,7 @@ areas:
|
||||
events:
|
||||
onClick:
|
||||
- id: reset
|
||||
type: reset()
|
||||
type: Reset
|
||||
- id: start_download
|
||||
type: Button
|
||||
layout:
|
||||
|
Reference in New Issue
Block a user