feat: author support and UI support for multi-category
This commit is contained in:
@@ -14,6 +14,7 @@ export interface ProjectMetadata {
|
||||
description?: string;
|
||||
dataPath?: string; // Custom path for project data
|
||||
mainLanguage?: string; // Main language for AI-generated content (ISO code, e.g., 'en', 'de', 'es')
|
||||
defaultAuthor?: string; // Default author for new posts and media
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user