From 2aaac56f70a42e241e52d1089c248ba7fd15551f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 14 May 2022 20:03:03 +0400 Subject: [PATCH] Translate to FR artiste schema --- src/api/artiste/content-types/artiste/schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index 2fb195b..159f0ab 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -15,16 +15,16 @@ "alias": { "type": "string" }, - "prenon": { + "prenom": { "type": "string" }, - "non": { + "nom": { "type": "string" }, - "biyografi": { + "biographie": { "type": "richtext" }, - "nesans": { + "naissance": { "type": "date" }, "slug": { @@ -46,7 +46,7 @@ "relation": "oneToOne", "target": "plugin::users-permissions.user" }, - "foto": { + "photo": { "type": "media", "multiple": false, "required": false,