feat(blocksAntd): pagehcf examples

This commit is contained in:
Albert van Wyk 2020-11-17 09:39:41 +02:00 committed by Gervwyk
parent 6e54a236bf
commit aa7299f4d6

View File

@ -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: []