Merge branch 'master' into skeleton

This commit is contained in:
Sercan Yemen 2017-09-11 12:59:36 +03:00
commit 6ae3e154c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fuse2", "name": "fuse2",
"version": "1.0.4", "version": "1.0.5",
"license": "", "license": "",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",

View File

@ -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'
}, },