mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export function getHelpUrlForFeature(featureName) {
 | 
						|
  const { helpUrls } = window.chatwootConfig;
 | 
						|
  return helpUrls[featureName];
 | 
						|
}
 |