From 2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 15:22:50 +0100 Subject: feat(tag): style on hover --- schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'schema.json') diff --git a/schema.json b/schema.json index d84d5b2..d73f3db 100644 --- a/schema.json +++ b/schema.json @@ -72,13 +72,17 @@ }, "text": { "type": "string" + }, + "tag_hover": { + "type": "string" } }, "additionalProperties": false, "required": [ "background", "buttons", - "text" + "text", + "tag_hover" ] }, "description": { -- cgit v1.2.3