Added categories to library items

This commit is contained in:
DrMint 2022-03-11 10:13:49 +01:00
parent b1b8f24a2e
commit f410b9409b
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@
"relation": "manyToMany", "relation": "manyToMany",
"target": "api::merch-item.merch-item", "target": "api::merch-item.merch-item",
"mappedBy": "library_items" "mappedBy": "library_items"
},
"categories": {
"type": "relation",
"relation": "oneToMany",
"target": "api::category.category"
} }
} }
} }