Skip to content

Commit 158dfcd

Browse files
authored
feat: add _merge property to hugo outputs with mergeType reference (SchemaStore#5219)
1 parent 83323d1 commit 158dfcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schemas/json/hugo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,6 +3264,11 @@
32643264
"section": ["html", "rss"],
32653265
"taxonomy": ["html", "rss"],
32663266
"term": ["html", "rss"]
3267+
},
3268+
"properties": {
3269+
"_merge": {
3270+
"$ref": "#/definitions/mergeType"
3271+
}
32673272
}
32683273
},
32693274
"page": {

0 commit comments

Comments
 (0)