We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0340bb1 commit 9caf4a8Copy full SHA for 9caf4a8
1 file changed
app/ModelSerializers/Marketplace/MarketPlaceVideoSerializer.php
@@ -22,7 +22,7 @@ class MarketPlaceVideoSerializer extends SilverStripeSerializer
22
protected static $array_mappings = [
23
'Name' => 'name:json_string',
24
'Description' => 'description:json_string',
25
- 'YouTubeID' => 'youtube_id;:json_string',
+ 'YouTubeID' => 'youtube_id:json_string',
26
"TypeId" => "type_id:json_int",
27
"Length" => "length:json_int",
28
];
0 commit comments