From 29bb3d4eccbe782396e9eeb7708eb67ca4b3226a Mon Sep 17 00:00:00 2001 From: Martin Porwoll Date: Mon, 2 Mar 2026 15:44:51 +0000 Subject: [PATCH] feat: add whatsapp_system_prompt category to CommunityTemplates Allows the WhatsApp bot system prompt to be managed and edited in the CMS admin panel. Co-Authored-By: Claude Opus 4.6 --- src/collections/CommunityTemplates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collections/CommunityTemplates.ts b/src/collections/CommunityTemplates.ts index 4e58e8f..5908f98 100644 --- a/src/collections/CommunityTemplates.ts +++ b/src/collections/CommunityTemplates.ts @@ -58,6 +58,7 @@ export const CommunityTemplates: CollectionConfig = { { label: 'Negatives Feedback', value: 'negative_feedback' }, { label: 'Spam-Antwort', value: 'spam_response' }, { label: 'Begrüßung', value: 'welcome' }, + { label: 'WhatsApp System Prompt', value: 'whatsapp_system_prompt' }, ], admin: { width: '50%' }, },