Update 'stage.yaml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-20 07:55:58 +00:00
parent 5e56f6d630
commit 91425647b3

View File

@@ -12,7 +12,7 @@ areas:
- id: content - id: content
type: Card type: Card
layout: layout:
size: 800 size: 1000
contentGutter: 10 contentGutter: 10
blocks: blocks:
- id: title - id: title
@@ -35,7 +35,6 @@ areas:
title: Foo title: Foo
placeholder: Bar placeholder: Bar
label: label:
colon: false
extra: Lorem ipsum; yada yada extra: Lorem ipsum; yada yada
extraStyle: extraStyle:
font-size: smaller font-size: smaller
@@ -49,7 +48,6 @@ areas:
title: Woot title: Woot
placeholder: Sweet placeholder: Sweet
label: label:
colon: false
extra: Dude! extra: Dude!
extraStyle: extraStyle:
font-size: smaller font-size: smaller
@@ -65,11 +63,13 @@ areas:
required: true required: true
type: TextArea type: TextArea
properties: properties:
autoSize:
maxRows: 3
minRows: 3
block: true block: true
title: Alpha title: Alpha
placeholder: Beta placeholder: Beta
label: label:
colon: false
extra: Gamma extra: Gamma
extraStyle: extraStyle:
font-size: smaller font-size: smaller
@@ -79,11 +79,13 @@ areas:
required: true required: true
type: TextArea type: TextArea
properties: properties:
autoSize:
maxRows: 3
minRows: 3
block: true block: true
title: Kappa title: Kappa
placeholder: Lambda placeholder: Lambda
label: label:
colon: false
extra: Mu extra: Mu
extraStyle: extraStyle:
font-size: smaller font-size: smaller