mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +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",
|
"name": "fuse2",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"license": "",
|
"license": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
|
|
@ -22,8 +22,8 @@ export class FuseConfigService
|
||||||
// Set the default settings
|
// Set the default settings
|
||||||
this.defaultSettings = {
|
this.defaultSettings = {
|
||||||
layout : {
|
layout : {
|
||||||
navigation: 'top', // 'right', 'left', 'top', 'none'
|
navigation: 'left', // 'right', 'left', 'top', 'none'
|
||||||
toolbar : 'above', // 'above', 'below', 'none'
|
toolbar : 'below', // 'above', 'below', 'none'
|
||||||
footer : 'below', // 'above', 'below', 'none'
|
footer : 'below', // 'above', 'below', 'none'
|
||||||
mode : 'fullwidth' // 'boxed', 'fullwidth'
|
mode : 'fullwidth' // 'boxed', 'fullwidth'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user