mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
feat(blocksAntd): pagehcf examples
This commit is contained in:
parent
6e54a236bf
commit
aa7299f4d6
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user