fix: added author to media editor

This commit is contained in:
2026-02-15 17:00:41 +01:00
parent 07f1d8e525
commit 63820fdc78
36 changed files with 93 additions and 35 deletions

View File

@@ -57,6 +57,7 @@ export interface MediaData {
title?: string;
alt?: string;
caption?: string;
author?: string;
createdAt: string;
updatedAt: string;
tags: string[];