Skip to content

Commit

Permalink
Merge pull request #941 from EcrituresNumeriques/940-metadonnees
Browse files Browse the repository at this point in the history
Ajustements du modèle de données
  • Loading branch information
antoinentl authored Sep 25, 2023
2 parents b976386 + f434c0b commit 312ea7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions front/src/schemas/data-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"$ref": "#/definitions/lang",
"title": "Language"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion front/src/schemas/ui-schema-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"translationOf": {
"ui:title": "Traductions de",
"ui:title": "Translation of",
"items": {
"url": {
"ui:widget": "uri"
Expand Down
4 changes: 2 additions & 2 deletions graphql/data/defaultsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ lang: fr
orig_lang: ''
translations:
- lang: ''
titre: ''
title: ''
url: ''
articleslies:
- url: ''
titre: ''
title: ''
auteur: ''
reviewers: []
keyword_fr_f: ''
Expand Down

0 comments on commit 312ea7d

Please sign in to comment.