Add relation between paroles & commentaires

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-17 23:13:09 +04:00
parent e2ce85e4f6
commit 1f035acf13
@@ -77,6 +77,11 @@
"type": "component",
"repeatable": true,
"component": "store.album"
},
"commentaires": {
"type": "relation",
"relation": "oneToMany",
"target": "api::commentaire.commentaire"
}
}
}