bloom-layout
Version:
layout components used in bloom packages
32 lines (30 loc) • 483 B
JSON
{
"type": "object",
"properties": {
"hmr": {
"type": "boolean"
},
"base": {
"type": "number"
},
"attrs": {
"type": "object"
},
"insertAt": {
"type": ["string", "object"]
},
"insertInto": {
"type": "string"
},
"singleton": {
"type": "boolean"
},
"sourceMap": {
"type": "boolean"
},
"convertToAbsoluteUrls": {
"type": "boolean"
}
},
"additionalProperties": true
}