diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index e3f14dd..3716ce8 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -82,6 +82,9 @@ "type": "relation", "relation": "oneToMany", "target": "api::commentaire.commentaire" + }, + "prioriteArtistes": { + "type": "string" } } }