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