fix(schema): correct property names

This commit is contained in:
Jan De Dobbeleer 2021-11-09 07:02:27 +01:00 committed by Jan De Dobbeleer
parent bf16671587
commit 17a53f63bd

View file

@ -515,18 +515,36 @@
"template": { "template": {
"$ref": "#/definitions/template" "$ref": "#/definitions/template"
}, },
"fetch_status": {
"type": "boolean",
"title": "Display Status",
"description": "Display the local changes or not",
"default": true
},
"fetch_stash_count": {
"type": "boolean",
"title": "Display Stash Count",
"description": "Display the stash count or not",
"default": false
},
"fetch_worktree_count": {
"type": "boolean",
"title": "Display Worktree Count",
"description": "Display the worktree count or not",
"default": false
},
"fetch_upstream_icon": {
"type": "boolean",
"title": "Display Upstream Icon",
"description": "Display upstream icon or not",
"default": false
},
"branch_icon": { "branch_icon": {
"type": "string", "type": "string",
"title": "Branch Icon", "title": "Branch Icon",
"description": "The icon to use in front of the git branch name", "description": "The icon to use in front of the git branch name",
"default": "\uE0A0 " "default": "\uE0A0 "
}, },
"display_branch_status": {
"type": "boolean",
"title": "Display Branch Status",
"description": "Display the branch status or not",
"default": true
},
"branch_identical_icon": { "branch_identical_icon": {
"type": "string", "type": "string",
"title": "Branch Identical Icon", "title": "Branch Identical Icon",
@ -551,24 +569,6 @@
"description": "The icon to display when there's no remote branch", "description": "The icon to display when there's no remote branch",
"default": "\u2262" "default": "\u2262"
}, },
"display_status": {
"type": "boolean",
"title": "Display Status",
"description": "Display the local changes or not",
"default": true
},
"display_stash_count": {
"type": "boolean",
"title": "Display Stash Count",
"description": "Display the stash count or not",
"default": false
},
"display_worktree_count": {
"type": "boolean",
"title": "Display Worktree Count",
"description": "Display the worktree count or not",
"default": false
},
"commit_icon": { "commit_icon": {
"type": "string", "type": "string",
"title": "Commit Icon", "title": "Commit Icon",
@ -611,12 +611,6 @@
"description": "Icon/text to display when there are no commits in the repo", "description": "Icon/text to display when there are no commits in the repo",
"default": "\uF594" "default": "\uF594"
}, },
"fetch_upstream_icon": {
"type": "boolean",
"title": "Display Upstream Icon",
"description": "Display upstream icon or not",
"default": false
},
"github_icon": { "github_icon": {
"type": "string", "type": "string",
"title": "Github Icon", "title": "Github Icon",