Match Figma profile, blocks, auth, and archive backend
هذا الالتزام موجود في:
@@ -22,6 +22,18 @@ export class CreateReelDto {
|
||||
@Length(0, 2200)
|
||||
content?: string;
|
||||
|
||||
@ApiPropertyOptional({ maxLength: 2200, description: 'Text displayed above reel media' })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@Length(0, 2200)
|
||||
contentTop?: string;
|
||||
|
||||
@ApiPropertyOptional({ maxLength: 2200, description: 'Text displayed below reel media' })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@Length(0, 2200)
|
||||
contentBottom?: string;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Reel video URL (if not uploading videoFile)' })
|
||||
@IsOptional()
|
||||
@IsUrl({ require_tld: false })
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم