Add user relation oneToMany with parole
This commit is contained in:
@@ -65,6 +65,11 @@
|
||||
},
|
||||
"canAutoTranslate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"paroles": {
|
||||
"type": "relation",
|
||||
"relation": "oneToMany",
|
||||
"target": "api::parole.parole"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user