@lowdefy/blocks-loaders
Version:
Lowdefy loader blocks.
35 lines (34 loc) • 754 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"style": {
"type": "object",
"description": "Css style object to apply to the skeleton.",
"docs": {
"displayType": "yaml"
}
},
"size": {
"type": "string",
"default": "medium",
"description": "Size of the skeleton.",
"enum": ["small", "medium", "large"]
},
"width": {
"type": ["number", "string"],
"description": "Width of the skeleton.",
"docs": {
"displayType": "string"
}
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}