mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 18:34:13 +00:00
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:
parent
d39cb1cd23
commit
29bb3d4ecc
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ export const CommunityTemplates: CollectionConfig = {
|
||||||
{ label: 'Negatives Feedback', value: 'negative_feedback' },
|
{ label: 'Negatives Feedback', value: 'negative_feedback' },
|
||||||
{ label: 'Spam-Antwort', value: 'spam_response' },
|
{ label: 'Spam-Antwort', value: 'spam_response' },
|
||||||
{ label: 'Begrüßung', value: 'welcome' },
|
{ label: 'Begrüßung', value: 'welcome' },
|
||||||
|
{ label: 'WhatsApp System Prompt', value: 'whatsapp_system_prompt' },
|
||||||
],
|
],
|
||||||
admin: { width: '50%' },
|
admin: { width: '50%' },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue