2022-07-17 16:36:42 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
"title": "Built-in meta plugin",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/#built-in-meta-plugin",
|
|
|
|
"enum": [
|
|
|
|
"meta"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"meta": {
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/#built-in-meta-plugin",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"meta_file": {
|
|
|
|
"title": "Meta file name",
|
2022-09-11 19:25:40 +02:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/#+meta.meta_file",
|
2022-07-17 16:36:42 +02:00
|
|
|
"pattern": "\\.yml$",
|
|
|
|
"default": "\"**/.meta.yml\""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|