Translate to FR artiste schema
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user