feat: added field "title" and switched to it to free up caption for its normal use
This commit is contained in:
@@ -64,6 +64,7 @@ export function createMockMedia(overrides?: Partial<MediaData>): MediaData {
|
||||
size: 1024 * 100, // 100KB
|
||||
width: 800,
|
||||
height: 600,
|
||||
title: 'Test Image Title',
|
||||
alt: 'Test image',
|
||||
caption: 'A test image caption',
|
||||
createdAt: now,
|
||||
|
||||
Reference in New Issue
Block a user