mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix: correct json schema
This commit is contained in:
parent
cd3f8742ad
commit
4f1310b9d7
|
@ -808,6 +808,12 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"template": {
|
"template": {
|
||||||
"$ref": "#/definitions/template"
|
"$ref": "#/definitions/template"
|
||||||
|
},
|
||||||
|
"display_default": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Display Default User Profile",
|
||||||
|
"description": "Display the segment when default user or not",
|
||||||
|
"default": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1103,7 +1109,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"title": "Node Segment",
|
"title": "Python Segment",
|
||||||
"description": "https://ohmyposh.dev/docs/python",
|
"description": "https://ohmyposh.dev/docs/python",
|
||||||
"properties": {
|
"properties": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1111,6 +1117,12 @@
|
||||||
"display_version": {
|
"display_version": {
|
||||||
"$ref": "#/definitions/display_version"
|
"$ref": "#/definitions/display_version"
|
||||||
},
|
},
|
||||||
|
"display_default": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Display Default Env",
|
||||||
|
"description": "Show the name of the virtualenv when it's default (`system`, `base`)",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"display_virtual_env": {
|
"display_virtual_env": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Display Virtual Env",
|
"title": "Display Virtual Env",
|
||||||
|
@ -1195,7 +1207,7 @@
|
||||||
"description": "The name of the default user",
|
"description": "The name of the default user",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"display_default_user": {
|
"display_default": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Display Default User",
|
"title": "Display Default User",
|
||||||
"description": "Display the segment when default user or not",
|
"description": "Display the segment when default user or not",
|
||||||
|
|
Loading…
Reference in a new issue