auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-18 01:29:00 +01:00
parent e2b7b27654
commit d7e95b15c2
83 changed files with 275 additions and 218 deletions

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}