We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939b59 commit 4b1dc52Copy full SHA for 4b1dc52
README.md
@@ -28,13 +28,13 @@ You will need the [Red Hat VS Code YAML Extension](https://github.com/redhat-dev
28
29
```yaml
30
"yaml.schemas": {
31
- "/path/to/your/schema/kirby4-blueprints.schema.json": "site/blueprints/**/*.yml"
+ "/path/to/your/schema/kirby5-blueprints.schema.json": "site/blueprints/**/*.yml"
32
}
33
```
34
35
This will automatically use the schema for all blueprint files.
36
37
-The extension prepends `/` on the path so its `/~/YOUR_FOLDER/kirby3-schema/kirby4-blueprints.schema.json`.
+The extension prepends `/` on the path so its `/~/YOUR_FOLDER/kirby3-schema/kirby5-blueprints.schema.json`.
38
39
> [!NOTE]
40
> thanks @tobimori and @iskrisis
0 commit comments