feat: add pawol
Déploiement API PROD / build (push) Successful in 2m1s
Déploiement API PROD / deploy (push) Successful in 46s

This commit is contained in:
2026-06-02 02:54:56 +04:00
parent f7dcad115d
commit b565224fcd
2 changed files with 16 additions and 8 deletions
@@ -65,18 +65,18 @@
},
"traductions": {
"type": "component",
"repeatable": false,
"component": "trad.traductions"
"component": "trad.traductions",
"repeatable": false
},
"streamVideo": {
"type": "component",
"repeatable": true,
"component": "url.liens"
"component": "url.liens",
"repeatable": true
},
"streamAudio": {
"type": "component",
"repeatable": true,
"component": "store.album"
"component": "store.album",
"repeatable": true
},
"commentaires": {
"type": "relation",
@@ -88,8 +88,8 @@
},
"difference": {
"type": "component",
"repeatable": true,
"component": "difference.paroles-diff"
"component": "difference.paroles-diff",
"repeatable": true
},
"gadeEmbed": {
"type": "string"
@@ -118,6 +118,13 @@
"videos",
"files"
]
},
"pawol": {
"type": "media",
"multiple": false,
"allowedTypes": [
"files"
]
}
}
}
+1
View File
@@ -548,6 +548,7 @@ export interface ApiParoleParole extends Struct.CollectionTypeSchema {
Schema.Attribute.Private;
musicBrainzUrl: Schema.Attribute.String;
okiMizikID: Schema.Attribute.Integer;
pawol: Schema.Attribute.Media<'files'>;
prioriteArtistes: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
slug: Schema.Attribute.String & Schema.Attribute.Unique;