@lowdefy/blocks-antd
Version:
Lowdefy Ant Design Blocks
23 lines (22 loc) • 456 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"style": {
"type": "object",
"description": "Css style object to applied to header.",
"docs": {
"displayType": "yaml"
}
},
"theme": {
"type": "string",
"enum": ["light", "dark"],
"default": "dark",
"description": "Page theme."
}
}
}
}