mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated JSON schema
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user