mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
docs: add flutter schema
This commit is contained in:
parent
d1501a6211
commit
7b6f791026
|
@ -195,6 +195,7 @@
|
|||
"dart",
|
||||
"exit",
|
||||
"executiontime",
|
||||
"flutter",
|
||||
"fossil",
|
||||
"git",
|
||||
"go",
|
||||
|
@ -566,6 +567,37 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
"type": {
|
||||
"const": "flutter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"then": {
|
||||
"title": "Flutter Segment",
|
||||
"description": "https://ohmyposh.dev/docs/segments/flutter",
|
||||
"properties": {
|
||||
"properties": {
|
||||
"properties": {
|
||||
"home_enabled": {
|
||||
"$ref": "#/definitions/home_enabled"
|
||||
},
|
||||
"fetch_version": {
|
||||
"$ref": "#/definitions/fetch_version"
|
||||
},
|
||||
"display_mode": {
|
||||
"$ref": "#/definitions/display_mode"
|
||||
},
|
||||
"missing_command_text": {
|
||||
"$ref": "#/definitions/missing_command_text"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in a new issue