From aa7299f4d6b21429a26f62f0b791b113d476f563 Mon Sep 17 00:00:00 2001 From: Albert van Wyk Date: Tue, 17 Nov 2020 09:39:41 +0200 Subject: [PATCH] feat(blocksAntd): pagehcf examples --- .../blocksAntd/demo/examples/PageHCF.yaml | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/blocksAntd/demo/examples/PageHCF.yaml b/packages/blocksAntd/demo/examples/PageHCF.yaml index ffc8b1781..0e77b6de7 100644 --- a/packages/blocksAntd/demo/examples/PageHCF.yaml +++ b/packages/blocksAntd/demo/examples/PageHCF.yaml @@ -1,7 +1,35 @@ - id: default type: PageHCF - id: properties.content + type: PageHCF + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] +- id: "properties.header.theme: light - dark is default" type: PageHCF properties: - content: - content: This is page content + header: + theme: light + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] +- id: "properties.header.color: #4432a8 " + type: PageHCF + properties: + header: + color: "#4432a8" + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: []