aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 14:58:05 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 14:58:05 +0100
commitfce56f5088e27c0865d3a2d03936039e1a21059a (patch)
treef96f915d21a15a5f6accec7bc0459a06c0aa2025 /schema.json
parent83a7fc5cf8eda929eef75305ec8435ecd228d2f4 (diff)
feat(style): harmonize button color
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json18
1 files changed, 1 insertions, 17 deletions
diff --git a/schema.json b/schema.json
index 1ef362b..d84d5b2 100644
--- a/schema.json
+++ b/schema.json
@@ -115,33 +115,17 @@
"items": {
"type": "object",
"properties": {
- "color": {
- "type": "string"
- },
- "color_hover": {
- "type": "string"
- },
"content": {
"type": "string"
},
"link": {
"type": "string"
- },
- "text_color": {
- "type": "string"
- },
- "text_color_hover": {
- "type": "string"
}
},
"additionalProperties": false,
"required": [
"link",
- "content",
- "color",
- "text_color",
- "color_hover",
- "text_color_hover"
+ "content"
]
}
},