Updated schema

This commit is contained in:
squidfunk 2022-11-13 17:42:28 +01:00
parent cb5cff9231
commit 9035fcca35
2 changed files with 6 additions and 11 deletions

View File

@ -27,11 +27,6 @@
"type": "string", "type": "string",
"default": "blog" "default": "blog"
}, },
"blog_custom_dir": {
"title": "Blog template directory (internal)",
"markdownDescription": "Warning: this option is for internal use only, use at your own risk",
"type": "string"
},
"post_date_format": { "post_date_format": {
"title": "Format string for post dates", "title": "Format string for post dates",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format",

View File

@ -491,7 +491,7 @@
"defaultSnippets": [ "defaultSnippets": [
{ {
"label": "note", "label": "note",
"body": "note: ${1:material/pencil}" "body": "note: ${1:material/pencil-circle}"
}, },
{ {
"label": "abstract", "label": "abstract",
@ -507,7 +507,7 @@
}, },
{ {
"label": "success", "label": "success",
"body": "success: ${1:material/check-bold}" "body": "success: ${1:material/check}"
}, },
{ {
"label": "question", "label": "question",
@ -519,19 +519,19 @@
}, },
{ {
"label": "failure", "label": "failure",
"body": "failure: ${1:material/close-thick}" "body": "failure: ${1:material/close}"
}, },
{ {
"label": "danger", "label": "danger",
"body": "danger: ${1:material/lightning-bolt}" "body": "danger: ${1:material/lightning-bolt-circle}"
}, },
{ {
"label": "bug", "label": "bug",
"body": "bug: ${1:material/bug}" "body": "bug: ${1:material/shield-bug}"
}, },
{ {
"label": "example", "label": "example",
"body": "example: ${1:material/format-list-numbered}" "body": "example: ${1:material/test-tube}"
}, },
{ {
"label": "quote", "label": "quote",