From 50a19ab0a268a78e4a032f10ab983589a1214b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 14 May 2022 20:03:34 +0400 Subject: [PATCH] Translate to FR commentaire schema --- src/api/commentaire/content-types/commentaire/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/commentaire/content-types/commentaire/schema.json b/src/api/commentaire/content-types/commentaire/schema.json index 236a677..a60f2b9 100644 --- a/src/api/commentaire/content-types/commentaire/schema.json +++ b/src/api/commentaire/content-types/commentaire/schema.json @@ -12,11 +12,11 @@ }, "pluginOptions": {}, "attributes": { - "kontni": { + "contenu": { "type": "richtext", "required": true }, - "sentAt": { + "date": { "type": "datetime", "required": true },