From 3b01c6dd54c5eaad277b65536179be9ff5025eeb Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 14 Oct 2020 17:08:12 +0100 Subject: [PATCH] Remove deprecated nav component props --- .../components/userInterface/temporaryPanelStructure.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 7914e1a43a..869b125af7 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -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 }], }, }, {