Add prioriteArtistes to parole schema

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-22 00:18:14 +04:00
parent 0bf3c0096e
commit ac45f2f5e2
@@ -82,6 +82,9 @@
"type": "relation", "type": "relation",
"relation": "oneToMany", "relation": "oneToMany",
"target": "api::commentaire.commentaire" "target": "api::commentaire.commentaire"
},
"prioriteArtistes": {
"type": "string"
} }
} }
} }