fix(angular): json schema in line with implementation

This commit is contained in:
Jan De Dobbeleer 2021-11-08 18:58:51 +01:00 committed by Jan De Dobbeleer
parent 114cda474a
commit 793ac2cd97

View file

@ -170,7 +170,7 @@
"rust", "rust",
"owm", "owm",
"memory", "memory",
"angularcli", "angular",
"php" "php"
] ]
}, },
@ -1695,12 +1695,12 @@
{ {
"if": { "if": {
"properties": { "properties": {
"type": { "const": "angularcli" } "type": { "const": "angular" }
} }
}, },
"then": { "then": {
"title": "Angular CLI Segment", "title": "Angular CLI Segment",
"description": "https://ohmyposh.dev/docs/angularcli", "description": "https://ohmyposh.dev/docs/angular",
"properties": { "properties": {
"properties": { "properties": {
"properties": { "properties": {