From c3105c4d56c252ab908a72a43fc2c07d3ec2f75b Mon Sep 17 00:00:00 2001 From: djpbessems Date: Thu, 20 Jan 2022 16:29:38 +0100 Subject: [PATCH] Show ajax call results --- Lowdefy/stage.yaml | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/Lowdefy/stage.yaml b/Lowdefy/stage.yaml index d9b5f91..5986351 100644 --- a/Lowdefy/stage.yaml +++ b/Lowdefy/stage.yaml @@ -40,32 +40,16 @@ areas: span: 12 contentGutter: 10 blocks: - - id: foo - required: true - type: TextInput + - id: rest_data + type: Markdown properties: - block: true - title: Foo - placeholder: Bar - label: - extra: Lorem ipsum; yada yada - extraStyle: - font-size: smaller - font-style: italic - # span: 5 - - id: woot - required: true - type: TextInput - properties: - block: true - title: Woot - placeholder: Sweet - label: - extra: Dude! - extraStyle: - font-size: smaller - font-style: italic - # span: 5 + content: + _string.concat: + - '```yaml' + - _yaml.stringify: + - _log: + _request: get_data + - '```' - id: rightcolumn type: Box layout: