From d19cfbd748ed0de691924923065028c7a8e2d0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Fauchi=C3=A9?= Date: Mon, 25 Sep 2023 13:27:35 -0400 Subject: [PATCH] =?UTF-8?q?edit:=20ajustements=20du=20mod=C3=A8le=20de=20d?= =?UTF-8?q?onn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/schemas/data-schema.json | 7 +++++-- front/src/schemas/ui-schema-editor.json | 2 +- graphql/data/defaultsData.js | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/front/src/schemas/data-schema.json b/front/src/schemas/data-schema.json index c369627dd..1a33f80a2 100644 --- a/front/src/schemas/data-schema.json +++ b/front/src/schemas/data-schema.json @@ -205,13 +205,16 @@ "type": "object", "properties": { "title_f": { - "type": "string" + "type": "string", + "title": "Title" }, "url": { - "type": "string" + "type": "string", + "title": "Article URL" }, "lang": { "$ref": "#/definitions/lang" + "title": "Language" } } } diff --git a/front/src/schemas/ui-schema-editor.json b/front/src/schemas/ui-schema-editor.json index 52d5cf7b8..00948e735 100644 --- a/front/src/schemas/ui-schema-editor.json +++ b/front/src/schemas/ui-schema-editor.json @@ -111,7 +111,7 @@ } }, "translationOf": { - "ui:title": "Traductions de", + "ui:title": "Translation of", "items": { "url": { "ui:widget": "uri" diff --git a/graphql/data/defaultsData.js b/graphql/data/defaultsData.js index 51c44b28c..2b35831e0 100644 --- a/graphql/data/defaultsData.js +++ b/graphql/data/defaultsData.js @@ -47,11 +47,11 @@ lang: fr orig_lang: '' translations: - lang: '' - titre: '' + title: '' url: '' articleslies: - url: '' - titre: '' + title: '' auteur: '' reviewers: [] keyword_fr_f: ''