Translate to FR artiste schema

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-14 20:03:03 +04:00
parent f041260e4a
commit 2aaac56f70
@@ -15,16 +15,16 @@
"alias": { "alias": {
"type": "string" "type": "string"
}, },
"prenon": { "prenom": {
"type": "string" "type": "string"
}, },
"non": { "nom": {
"type": "string" "type": "string"
}, },
"biyografi": { "biographie": {
"type": "richtext" "type": "richtext"
}, },
"nesans": { "naissance": {
"type": "date" "type": "date"
}, },
"slug": { "slug": {
@@ -46,7 +46,7 @@
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
}, },
"foto": { "photo": {
"type": "media", "type": "media",
"multiple": false, "multiple": false,
"required": false, "required": false,