luigi
                                
                                
                                
                                    luigi copied to clipboard
                            
                            
                            
                        Add showLabel option for top navigation categories
Currently it is not possible to show both label and icon on a category shown in the top navigation. Add an option 'showLabel' to make this possible:
{
	category: {
		label: 'Management',
		'icon': 'some-icon',
                 'showLabel': true
	},
	...
}