mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs: fix type in json schema
This commit is contained in:
parent
1e3937f5f2
commit
dcebe5abe6
|
@ -149,7 +149,7 @@ At `$.definitions.segment.allOf`, add your segment details:
|
||||||
"properties": {
|
"properties": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"newprop": {
|
"newprop": {
|
||||||
"type": "boolean",
|
"type": "string",
|
||||||
"title": "New Property",
|
"title": "New Property",
|
||||||
"description": "the default text to display",
|
"description": "the default text to display",
|
||||||
"default": "Hello"
|
"default": "Hello"
|
||||||
|
|
Loading…
Reference in a new issue