From 3304e7d58973ed1f1f1707ce772c28c7ad4e0580 Mon Sep 17 00:00:00 2001 From: fcarraUniSa Date: Tue, 17 Feb 2026 14:25:39 +0100 Subject: [PATCH] Update constants.ts --- constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index 9663f5f..e57184a 100644 --- a/constants.ts +++ b/constants.ts @@ -61,7 +61,10 @@ export const INITIAL_SETTINGS: AppSettings = { maxSupervisors: 2, aiKnowledgeAgentEnabled: true, maxAiGeneratedArticles: 10, - maxAgents: 10 + maxAgents: 10, + attachmentsEnabled: true, + maxFileSizeMb: 5, + allowedFileTypes: 'jpg,png,pdf' }, aiConfig: { provider: AiProvider.GEMINI,