Remove deprecated nav component props
This commit is contained in:
parent
6082783992
commit
3b01c6dd54
|
@ -1198,12 +1198,7 @@ export default {
|
||||||
children: [],
|
children: [],
|
||||||
properties: {
|
properties: {
|
||||||
design: { ...all },
|
design: { ...all },
|
||||||
settings: [
|
settings: [{ label: "Logo URL", key: "logoUrl", control: Input }],
|
||||||
{ label: "Logo URL", key: "logoUrl", control: Input },
|
|
||||||
{ label: "Title", key: "title", control: Input },
|
|
||||||
{ label: "Color", key: "color", control: Input },
|
|
||||||
{ label: "Background", key: "backgroundColor", control: Input },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue