mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
32 lines
889 B
JSON
32 lines
889 B
JSON
{
|
|
"$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",
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/#meta-file",
|
|
"pattern": "\\.yml$",
|
|
"default": "\"**/.meta.yml\""
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
]
|
|
}
|