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