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