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": { "traductions": {
"type": "component", "type": "component",
"repeatable": false, "component": "trad.traductions",
"component": "trad.traductions" "repeatable": false
}, },
"streamVideo": { "streamVideo": {
"type": "component", "type": "component",
"repeatable": true, "component": "url.liens",
"component": "url.liens" "repeatable": true
}, },
"streamAudio": { "streamAudio": {
"type": "component", "type": "component",
"repeatable": true, "component": "store.album",
"component": "store.album" "repeatable": true
}, },
"commentaires": { "commentaires": {
"type": "relation", "type": "relation",
@@ -88,8 +88,8 @@
}, },
"difference": { "difference": {
"type": "component", "type": "component",
"repeatable": true, "component": "difference.paroles-diff",
"component": "difference.paroles-diff" "repeatable": true
}, },
"gadeEmbed": { "gadeEmbed": {
"type": "string" "type": "string"
@@ -118,6 +118,13 @@
"videos", "videos",
"files" "files"
] ]
},
"pawol": {
"type": "media",
"multiple": false,
"allowedTypes": [
"files"
]
} }
} }
} }
+1
View File
@@ -548,6 +548,7 @@ export interface ApiParoleParole extends Struct.CollectionTypeSchema {
Schema.Attribute.Private; Schema.Attribute.Private;
musicBrainzUrl: Schema.Attribute.String; musicBrainzUrl: Schema.Attribute.String;
okiMizikID: Schema.Attribute.Integer; okiMizikID: Schema.Attribute.Integer;
pawol: Schema.Attribute.Media<'files'>;
prioriteArtistes: Schema.Attribute.String; prioriteArtistes: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime; publishedAt: Schema.Attribute.DateTime;
slug: Schema.Attribute.String & Schema.Attribute.Unique; slug: Schema.Attribute.String & Schema.Attribute.Unique;