Translate to FR paroles schema

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-14 20:03:47 +04:00
parent 50a19ab0a2
commit 58c90d09c3
@@ -12,15 +12,15 @@
},
"pluginOptions": {},
"attributes": {
"tit": {
"titre": {
"type": "string",
"required": true
},
"transkripsyon": {
"transcription": {
"type": "richtext",
"required": true
},
"lanne": {
"annee": {
"type": "integer"
},
"slug": {
@@ -30,13 +30,13 @@
"okiMizikID": {
"type": "integer"
},
"eksplisit": {
"explicitLyrics": {
"type": "boolean"
},
"forceSlug": {
"type": "boolean"
},
"tradiksyonOtomatik": {
"traductionAuto": {
"type": "boolean"
},
"artistes": {
@@ -55,7 +55,7 @@
"relation": "oneToOne",
"target": "plugin::users-permissions.user"
},
"kouveti": {
"couverture": {
"type": "media",
"multiple": false,
"required": false,
@@ -63,17 +63,17 @@
"images"
]
},
"tradiksyon": {
"traductions": {
"type": "component",
"repeatable": false,
"component": "trad.traductions"
},
"lyen": {
"streamVideo": {
"type": "component",
"repeatable": true,
"component": "url.liens"
},
"kouteyAchtey": {
"streamAudio": {
"type": "component",
"repeatable": true,
"component": "store.album"