feat: add feature flag
This commit is contained in:
@@ -35,6 +35,7 @@ export const FEATURE_FLAGS = {
|
||||
CHATWOOT_V4: 'chatwoot_v4',
|
||||
REPORT_V4: 'report_v4',
|
||||
CONTACT_CHATWOOT_SUPPORT_TEAM: 'contact_chatwoot_support_team',
|
||||
CHAT_PRESERVE_USER_SCROLL: 'chat_preserve_user_scroll',
|
||||
};
|
||||
|
||||
export const PREMIUM_FEATURES = [
|
||||
|
||||
@@ -154,3 +154,6 @@
|
||||
display_name: Contact Chatwoot Support Team
|
||||
enabled: true
|
||||
chatwoot_internal: true
|
||||
- name: chat_preserve_user_scroll
|
||||
display_name: Preserve User Scroll on Chat
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user