2022-07-17 17:36:42 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
"title": "Built-in meta plugin",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/",
|
2022-07-17 17:36:42 +03:00
|
|
|
"enum": [
|
|
|
|
"meta"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"meta": {
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/",
|
2022-07-17 17:36:42 +03:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2023-09-15 12:30:01 +03:00
|
|
|
"enabled": {
|
|
|
|
"title": "Enable plugin",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.enabled",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
2022-07-17 17:36:42 +03:00
|
|
|
"meta_file": {
|
|
|
|
"title": "Meta file name",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.meta_file",
|
2022-07-17 17:36:42 +03:00
|
|
|
"pattern": "\\.yml$",
|
|
|
|
"default": "\"**/.meta.yml\""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|