adds options to navbar component
This commit is contained in:
parent
4ee546d2c7
commit
0aa9aece0b
|
@ -17,6 +17,7 @@ export default ({
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
height: 100%!important;
|
height: 100%!important;
|
||||||
|
font-family: Roboto !important;
|
||||||
}
|
}
|
||||||
.lay-__screenslot__text {
|
.lay-__screenslot__text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -349,7 +349,13 @@ export default {
|
||||||
"A component for handling the navigation within your app.",
|
"A component for handling the navigation within your app.",
|
||||||
icon: "ri-navigation-fill",
|
icon: "ri-navigation-fill",
|
||||||
children: [],
|
children: [],
|
||||||
properties: { design: { ...all } },
|
properties: {
|
||||||
|
design: { ...all },
|
||||||
|
settings: [
|
||||||
|
{ label: "Logo URL", key: "logoUrl", control: Input },
|
||||||
|
{ label: "Title", key: "title", control: Input },
|
||||||
|
{ label: "Background", key: "backgroundColor", control: Input }],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue