Added categories to library items
This commit is contained in:
parent
b1b8f24a2e
commit
f410b9409b
|
@ -127,6 +127,11 @@
|
|||
"relation": "manyToMany",
|
||||
"target": "api::merch-item.merch-item",
|
||||
"mappedBy": "library_items"
|
||||
},
|
||||
"categories": {
|
||||
"type": "relation",
|
||||
"relation": "oneToMany",
|
||||
"target": "api::category.category"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue