From 45867a01e402a6f149fcf86d180e513b8c9f89ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 15 May 2022 00:13:55 +0400 Subject: [PATCH] Alias artiste required --- src/api/artiste/content-types/artiste/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index 65b74e3..c018806 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -13,7 +13,8 @@ "pluginOptions": {}, "attributes": { "alias": { - "type": "string" + "type": "string", + "required": true }, "prenom": { "type": "string"