feat: notion feature flag

This commit is contained in:
Shivam Mishra
2025-06-23 20:48:39 +05:30
parent afc5a9539c
commit b58f462b88
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ class Integrations::App
account.feature_enabled?('shopify_integration') && GlobalConfigService.load('SHOPIFY_CLIENT_ID', nil).present?
when 'leadsquared'
account.feature_enabled?('crm_integration')
when 'notion'
account.feature_enabled?('notion_integration') && GlobalConfigService.load('NOTION_CLIENT_ID', nil).present?
else
true
end
+4 -1
View File
@@ -168,4 +168,7 @@
enabled: true
- name: crm_integration
display_name: CRM Integration
enabled: false
enabled: false
- name: notion_integration
display_name: Notion Integration
enabled: false