mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Updated schema
This commit is contained in:
parent
cb5cff9231
commit
9035fcca35
@ -27,11 +27,6 @@
|
||||
"type": "string",
|
||||
"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": {
|
||||
"title": "Format string for post dates",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format",
|
||||
|
@ -491,7 +491,7 @@
|
||||
"defaultSnippets": [
|
||||
{
|
||||
"label": "note",
|
||||
"body": "note: ${1:material/pencil}"
|
||||
"body": "note: ${1:material/pencil-circle}"
|
||||
},
|
||||
{
|
||||
"label": "abstract",
|
||||
@ -507,7 +507,7 @@
|
||||
},
|
||||
{
|
||||
"label": "success",
|
||||
"body": "success: ${1:material/check-bold}"
|
||||
"body": "success: ${1:material/check}"
|
||||
},
|
||||
{
|
||||
"label": "question",
|
||||
@ -519,19 +519,19 @@
|
||||
},
|
||||
{
|
||||
"label": "failure",
|
||||
"body": "failure: ${1:material/close-thick}"
|
||||
"body": "failure: ${1:material/close}"
|
||||
},
|
||||
{
|
||||
"label": "danger",
|
||||
"body": "danger: ${1:material/lightning-bolt}"
|
||||
"body": "danger: ${1:material/lightning-bolt-circle}"
|
||||
},
|
||||
{
|
||||
"label": "bug",
|
||||
"body": "bug: ${1:material/bug}"
|
||||
"body": "bug: ${1:material/shield-bug}"
|
||||
},
|
||||
{
|
||||
"label": "example",
|
||||
"body": "example: ${1:material/format-list-numbered}"
|
||||
"body": "example: ${1:material/test-tube}"
|
||||
},
|
||||
{
|
||||
"label": "quote",
|
||||
|
Loading…
Reference in New Issue
Block a user