Updated CM schema

This commit is contained in:
Tig
2024-06-24 08:24:45 -07:00
parent c48a020ecb
commit fab361d554
4 changed files with 7 additions and 12 deletions

View File

@@ -29,14 +29,13 @@
"template": [
"default",
"templates/modern"
// ,
// "templates/singulinkfx"
],
"output": "_site",
"content": [
{
"files": [
"**/*.{md,yml}"
"**/*.{md,yml}",
"schemas/**.json"
],
"exclude": [
"_site/**"

View File

@@ -3,10 +3,6 @@
"description": "The JSON schema for the Terminal.Gui Configuration Manager (https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json).",
"type": "object",
"properties": {
"Application.HeightAsBuffer": {
"description": "See HeightAsBuffer API documentation.",
"type": "boolean"
},
"Application.AlternateForwardKey": {
"description": "Alternative key for navigating forwards through views. SCtrl+Tab is the primary key.",
"$ref": "#/definitions/Key"
@@ -16,7 +12,7 @@
"$ref": "#/definitions/Key"
},
"Application.QuitKey": {
"description": "The key to quit the application. Ctrl+Q is the default.",
"description": "The key to quit the application. Esc is the default.",
"$ref": "#/definitions/Key"
},
"Application.IsMouseDisabled": {