Compare commits

..

1 Commits

Author SHA1 Message Date
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": [
"title",
"items"
],
"additionalProperties": false,
@@ -231,7 +230,6 @@
},
"required": [
"name",
"title",
"type",
"items"
],