1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Remove deprecated nav component props

This commit is contained in:
Andrew Kingston 2020-10-14 17:08:12 +01:00
parent 645d53bddc
commit d63a375599

View file

@ -1198,12 +1198,7 @@ export default {
children: [],
properties: {
design: { ...all },
settings: [
{ 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 },
],
settings: [{ label: "Logo URL", key: "logoUrl", control: Input }],
},
},
{