mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Updated CM schema
This commit is contained in:
@@ -29,14 +29,13 @@
|
||||
"template": [
|
||||
"default",
|
||||
"templates/modern"
|
||||
// ,
|
||||
// "templates/singulinkfx"
|
||||
],
|
||||
"output": "_site",
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.{md,yml}"
|
||||
"**/*.{md,yml}",
|
||||
"schemas/**.json"
|
||||
],
|
||||
"exclude": [
|
||||
"_site/**"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user