From ac45f2f5e21356670d81a2e2a7e4cb9809d7a44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 22 May 2022 00:18:14 +0400 Subject: [PATCH] Add prioriteArtistes to parole schema --- src/api/parole/content-types/parole/schema.json | 3 +++ 1 file changed, 3 insertions(+) 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" } } }