@lowdefy/blocks-loaders
Version:
Lowdefy loader blocks.
34 lines (33 loc) • 744 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"]
},
"shape": {
"type": "string",
"default": "round",
"description": "Shape of the skeleton.",
"enum": ["square", "round"]
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}