mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			400 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			400 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const FEATURE_FLAGS = {
 | 
						|
  AGENT_BOTS: 'agent_bots',
 | 
						|
  AGENT_MANAGEMENT: 'agent_management',
 | 
						|
  AUTOMATIONS: 'automations',
 | 
						|
  CANNED_RESPONSES: 'canned_responses',
 | 
						|
  CUSTOM_ATTRIBUTES: 'custom_attributes',
 | 
						|
  INBOX_MANAGEMENT: 'inbox_management',
 | 
						|
  INTEGRATIONS: 'integrations',
 | 
						|
  LABELS: 'labels',
 | 
						|
  MACROS: 'macros',
 | 
						|
  TEAM_MANAGEMENT: 'team_management',
 | 
						|
  VOICE_RECORDER: 'voice_recorder',
 | 
						|
};
 |