aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:22:50 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:22:50 +0100
commit2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (patch)
tree25566b8d9013c33119c25019883440c39ab02d4a /schema.json
parentfce56f5088e27c0865d3a2d03936039e1a21059a (diff)
feat(tag): style on hover
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json6
1 files changed, 5 insertions, 1 deletions
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": {