This commit is contained in:
DaanV2
2021-07-02 21:31:53 +02:00
parent 202f443a58
commit 74cd9336a6
8 changed files with 19 additions and 21 deletions

View File

@@ -36,13 +36,12 @@
"always_show": { "type": "boolean", "default": false, "description": "If true, the name will always be shown", "title": "Always Show" },
"default_trigger": { "$ref": "../types/trigger.json", "description": "Trigger to run when the entity gets named", "title": "Default Trigger" },
"name_actions": {
"title": "Name Actions",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
"oneOf": [
{ "type": "array", "items": { "$ref": "#/definitions/name_action" } },
{ "type": "object", "$ref": "#/definitions/name_action" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Name Actions"
]
}
}
}