chore: Add internal feature flags for Chatwoot Cloud (#10902)

This PR introduces internal feature flags for testing purposes. These
flags will not be displayed on regular instances to prevent customer
confusion.

Additionally, a new feature flag, `contact_chatwoot_support_team`, has
been added for Chatwoot Cloud. This flag disables contact support for
third-party onboarded accounts, as support will be handled by the
original affiliate team.

Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2025-02-15 16:21:46 -08:00
committed by GitHub
parent ccf890d855
commit 3b141fca28
7 changed files with 53 additions and 14 deletions

View File

@@ -71,6 +71,7 @@
- name: response_bot
enabled: false
premium: true
chatwoot_internal: true
- name: message_reply_to
enabled: false
help_url: https://chwt.app/hc/reply-to
@@ -96,3 +97,6 @@
enabled: false
- name: report_v4
enabled: false
- name: contact_chatwoot_support_team
enabled: true
chatwoot_internal: true