This commit is contained in:
@@ -10,7 +10,12 @@ export class UpdateShopBackgroundDto {
|
|||||||
@ApiPropertyOptional({ example: 'https://example.com/background.jpg', description: 'Background image URL' })
|
@ApiPropertyOptional({ example: 'https://example.com/background.jpg', description: 'Background image URL' })
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsString()
|
@IsString()
|
||||||
bgUrl?: string;
|
bgUrl?: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({ example: '#000000', description: 'Menu color' })
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
menuColor?: string;
|
||||||
|
|
||||||
@ApiPropertyOptional({ example: '0.5', description: 'Background opacity' })
|
@ApiPropertyOptional({ example: '0.5', description: 'Background opacity' })
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
|||||||
Reference in New Issue
Block a user