Updated block components
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"type": "object",
|
||||
"description": "Sets a block property on this block",
|
||||
"title": "Set Block Property",
|
||||
"additionalProperties": false,
|
||||
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }
|
||||
"propertyNames": { "examples": ["self:foo"] },
|
||||
"additionalProperties": { "type": "string", "description": "Block property to set on the block.", "title": "Property" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user