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 <noreply@anthropic.com>
This commit is contained in:
Martin Porwoll 2026-03-02 15:44:51 +00:00
parent d39cb1cd23
commit 29bb3d4ecc

View file

@ -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%' },
},