mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 14:53:32 +00:00 
			
		
		
		
	set the correct default values for layout
+ increased the version number
This commit is contained in:
		
							parent
							
								
									7297a9b4a4
								
							
						
					
					
						commit
						55288bbbd4
					
				@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "fuse2",
 | 
			
		||||
  "version": "1.0.4",
 | 
			
		||||
  "version": "1.0.5",
 | 
			
		||||
  "license": "",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "ng": "ng",
 | 
			
		||||
 | 
			
		||||
@ -22,8 +22,8 @@ export class FuseConfigService
 | 
			
		||||
        // Set the default settings
 | 
			
		||||
        this.defaultSettings = {
 | 
			
		||||
            layout          : {
 | 
			
		||||
                navigation: 'top', // 'right', 'left', 'top', 'none'
 | 
			
		||||
                toolbar   : 'above', // 'above', 'below', 'none'
 | 
			
		||||
                navigation: 'left', // 'right', 'left', 'top', 'none'
 | 
			
		||||
                toolbar   : 'below', // 'above', 'below', 'none'
 | 
			
		||||
                footer    : 'below', // 'above', 'below', 'none'
 | 
			
		||||
                mode      : 'fullwidth' // 'boxed', 'fullwidth'
 | 
			
		||||
            },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user