mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 04:07:25 -08:00
chore(tooltips): update json schema
This commit is contained in:
parent
fdebf28caa
commit
97a9916be0
|
@ -1570,6 +1570,25 @@
|
|||
"default": [],
|
||||
"description": "https://ohmyposh.dev/docs/configure",
|
||||
"items": { "$ref": "#/definitions/block" }
|
||||
},
|
||||
"tooltips": {
|
||||
"type": "array",
|
||||
"title": "Tooltip list, prompt elements to display based on context",
|
||||
"description": "https://ohmyposh.dev/docs/beta#tooltips",
|
||||
"default": [],
|
||||
"items": {
|
||||
"allOf": [{ "$ref": "#/definitions/segment" }],
|
||||
"properties": {
|
||||
"tips": {
|
||||
"type": "array",
|
||||
"title": "The commands for which you want the segment to show",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["tips"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue