mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-03 10:06:06 +00:00
set the correct default values for layout
+ increased the version number
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user