feat(map): add mapIncludeRelation and mapExcludeRelation to builtin_attributes

This commit is contained in:
Kieran 2025-06-27 20:18:28 +01:00
parent 9d99da14e1
commit 31df2341c3
No known key found for this signature in database

View File

@ -45,6 +45,8 @@ export default [
{ type: "label", name: "pageSize" }, { type: "label", name: "pageSize" },
{ type: "label", name: "viewType" }, { type: "label", name: "viewType" },
{ type: "label", name: "mapRootNoteId" }, { type: "label", name: "mapRootNoteId" },
{ type: "label", name: "mapExcludeRelation" },
{ type: "label", name: "mapIncludeRelation" },
{ type: "label", name: "bookmarkFolder" }, { type: "label", name: "bookmarkFolder" },
{ type: "label", name: "sorted" }, { type: "label", name: "sorted" },
{ type: "label", name: "sortDirection" }, { type: "label", name: "sortDirection" },