feat: add pawol
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user