Compare commits

...

2 Commits

Author SHA1 Message Date
Philip Abbey
ce7ea4d519 Update config.schema.json (#324)
Removed the need to specify any menu titles. The code works with a
`Null` as-is. I'm not convinced the lack of a title saves screen space
as desired, but the code works without a title, there's no real reason
to specify one as its not essential, so perhaps we just relax the
schema?

There is one user requesting this. They can work with a schema warning
for now and this can be rolled into the next release, when there's more
changes.
2025-11-15 11:34:26 +00:00
Philip Abbey
0ce95fa58a Update config.schema.json
Removed the need to specify any menu titles. The code works with a `Null` as-is.
2025-11-14 17:05:30 +00:00

View File

@@ -18,7 +18,6 @@
} }
}, },
"required": [ "required": [
"title",
"items" "items"
], ],
"additionalProperties": false, "additionalProperties": false,
@@ -231,7 +230,6 @@
}, },
"required": [ "required": [
"name", "name",
"title",
"type", "type",
"items" "items"
], ],