From e3208cc0c48c6f959bd1c436ba5d22e10f9a0f2b Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 19 Jan 2022 08:07:14 +0000 Subject: [PATCH] Add 'lowdefy.yaml' --- lowdefy.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 lowdefy.yaml diff --git a/lowdefy.yaml b/lowdefy.yaml new file mode 100644 index 0000000..6d81e52 --- /dev/null +++ b/lowdefy.yaml @@ -0,0 +1,50 @@ +lowdefy: 3.21.2 +name: Lowdefy starter +licence: MIT + +pages: + - id: welcome + type: PageHeaderMenu + properties: + title: Welcome + areas: + content: + justify: center + blocks: + - id: content_card + type: Card + style: + maxWidth: 800 + blocks: + - id: content + type: Result + properties: + title: Docker example + subTitle: Config in volume + icon: + name: HeartTwoTone + color: '#f00' + areas: + extra: + blocks: + - id: docs_button + type: Button + properties: + size: large + title: Let's build something + color: '#1890ff' + events: + onClick: + - id: link_to_docs + type: Link + params: + url: https://docs.lowdefy.com + newTab: true + footer: + blocks: + - id: footer + type: Paragraph + properties: + type: secondary + content: | + Made by a Lowdefy 🤖