Updated schema.json

This commit is contained in:
squidfunk
2022-06-05 10:26:58 +02:00
parent 7998dbf06a
commit 093b6e6aaa
4 changed files with 86 additions and 55 deletions

View File

@@ -143,19 +143,5 @@
"$ref": "schema/nav.json"
}
},
"additionalProperties": false,
"defaultSnippets": [
{
"label": "site_author",
"body": "${1:Jane Doe}"
},
{
"label": "repo_url",
"body": "repo_url: https://github.com/${1:user}/${2:repo}"
},
{
"label": "copyright",
"body": "copyright: Copyright © 2022 ${1:Jane Doe}"
}
]
"additionalProperties": false
}