refactor: clear layout1

This commit is contained in:
2023-06-04 18:20:46 +01:00
parent 1236746ce9
commit d35f6b7da2
7 changed files with 4 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
const config = {
title: 'Layout 1 - Vertical',
title: 'Layout 1 - Dashboard',
defaults: {
mode: 'container',
containerWidth: 1570,
@@ -9,20 +9,6 @@ const config = {
folded: true,
position: 'left',
},
toolbar: {
display: true,
style: 'fixed',
},
footer: {
display: true,
style: 'fixed',
},
leftSidePanel: {
display: true,
},
rightSidePanel: {
display: true,
},
},
form: {
mode: {
@@ -47,7 +33,6 @@ const config = {
title: 'Container Width (px)',
type: 'number',
},
navbar: {
type: 'group',
title: 'Navbar',
@@ -98,54 +83,6 @@ const config = {
},
},
},
toolbar: {
type: 'group',
title: 'Toolbar',
children: {
display: {
title: 'Display',
type: 'switch',
},
style: {
title: 'Style',
type: 'radio',
options: [
{
name: 'Fixed',
value: 'fixed',
},
{
name: 'Static',
value: 'static',
},
],
},
},
},
footer: {
type: 'group',
title: 'Footer',
children: {
display: {
title: 'Display',
type: 'switch',
},
style: {
title: 'Style',
type: 'radio',
options: [
{
name: 'Fixed',
value: 'fixed',
},
{
name: 'Static',
value: 'static',
},
],
},
},
},
},
};