feat: update default column informations

This commit is contained in:
2024-03-21 14:53:08 +07:00
parent cb565ff35b
commit dd7155a3a6
19 changed files with 90 additions and 44 deletions

View File

@@ -86,8 +86,10 @@ export interface LumeColumn {
content: URL | string;
description?: string;
author?: string;
logo?: URL | string;
cover?: URL | string;
logo?: string;
cover?: string;
coverRetina?: string;
featured?: boolean;
}
export interface EventColumns {