Add user relation oneToMany with parole

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-19 23:59:32 +04:00
parent d4004c86dd
commit 11b74cc38d
@@ -65,6 +65,11 @@
}, },
"canAutoTranslate": { "canAutoTranslate": {
"type": "boolean" "type": "boolean"
},
"paroles": {
"type": "relation",
"relation": "oneToMany",
"target": "api::parole.parole"
} }
} }
} }