mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 18:49:21 +01:00
Updated JSON schema
This commit is contained in:
parent
aae0122680
commit
60325df375
@ -37,6 +37,12 @@
|
|||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/#+projects.projects_dir",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/#+projects.projects_dir",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "projects"
|
"default": "projects"
|
||||||
|
},
|
||||||
|
"hosting": {
|
||||||
|
"title": "Enable hoisting",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/#+projects.hoisting",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
@ -53,6 +53,26 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "\"-\""
|
"default": "\"-\""
|
||||||
},
|
},
|
||||||
|
"tags_compare": {
|
||||||
|
"title": "Sort tags by this function",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_compare",
|
||||||
|
"default": "!!python/name:material.plugins.tags.casefold"
|
||||||
|
},
|
||||||
|
"tags_compare_reverse": {
|
||||||
|
"title": "Soft tags in reverse",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_compare_reverse",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
|
"tags_pages_compare": {
|
||||||
|
"title": "Sort tags pages by this function",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_pages_compare",
|
||||||
|
"default": "!!python/name:material.plugins.tags.page_title"
|
||||||
|
},
|
||||||
|
"tags_pages_compare_reverse": {
|
||||||
|
"title": "Soft tags pages in reverse",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_pages_compare_reverse",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"tags_allowed": {
|
"tags_allowed": {
|
||||||
"title": "Tags allowed",
|
"title": "Tags allowed",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_allowed",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#+tags.tags_allowed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user