diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index e03f335..e3f14dd 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -77,6 +77,11 @@ "type": "component", "repeatable": true, "component": "store.album" + }, + "commentaires": { + "type": "relation", + "relation": "oneToMany", + "target": "api::commentaire.commentaire" } } }