fix: added author to media editor
This commit is contained in:
@@ -57,6 +57,7 @@ export interface MediaData {
|
||||
title?: string;
|
||||
alt?: string;
|
||||
caption?: string;
|
||||
author?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
tags: string[];
|
||||
|
||||
Reference in New Issue
Block a user