diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index 4005d4b..e03f335 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -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"