mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 18:03:17 +02:00
#666 - Update schema
This commit is contained in:
+19
-16
@@ -1035,22 +1035,25 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.description%",
|
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.description%",
|
||||||
"properties": {
|
"items": {
|
||||||
"title": {
|
"type": "object",
|
||||||
"type": "string",
|
"properties": {
|
||||||
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.title.description%"
|
"title": {
|
||||||
},
|
"type": "string",
|
||||||
"name": {
|
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.title.description%"
|
||||||
"type": "string",
|
},
|
||||||
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.name.description%"
|
"name": {
|
||||||
},
|
"type": "string",
|
||||||
"type": {
|
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.name.description%"
|
||||||
"type": "string",
|
},
|
||||||
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.type.description%"
|
"type": {
|
||||||
},
|
"type": "string",
|
||||||
"single": {
|
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.type.description%"
|
||||||
"type": "boolean",
|
},
|
||||||
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.single.description%"
|
"single": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "%setting.frontMatter.media.contentTypes.items.properties.fields.properties.single.description%"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user