Updated block components

This commit is contained in:
DaanV2
2021-06-23 15:15:12 +02:00
parent 4af9fc56bd
commit 20a8089506
3 changed files with 23 additions and 18 deletions

View File

@@ -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" }
}