We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75b945 commit 5bef6a1Copy full SHA for 5bef6a1
src/compiler/contentModel/models/collection/category.js
@@ -53,6 +53,8 @@ class Category extends ContentModelEntryNode {
53
if (categoriesAlias) {
54
data[entriesAlias] = data.categories
55
}
56
+
57
+ return data
58
59
60
static draftCheck (mode, node) {
0 commit comments