From d1e0aa2600ecd152d9cf02fae851fd130c9c0514 Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Fri, 13 Nov 2020 11:14:34 +0100 Subject: [PATCH] hides said non-working RichText component --- .../userInterface/temporaryPanelStructure.js | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 556e475f2b..acbc9d4b17 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -188,25 +188,25 @@ export default { ], }, }, - { - _component: "@budibase/standard-components/richtext", - name: "Rich Text", - description: - "A component that allows the user to enter long form text.", - icon: "ri-edit-box-line", - properties: { - design: { ...all }, - settings: [ - { label: "Label", key: "label", control: Input }, - { - label: "Type", - key: "type", - control: OptionSelect, - options: ["text", "password"], - }, - ], - }, - }, + // { + // _component: "@budibase/standard-components/richtext", + // name: "Rich Text", + // description: + // "A component that allows the user to enter long form text.", + // icon: "ri-edit-box-line", + // properties: { + // design: { ...all }, + // settings: [ + // { label: "Label", key: "label", control: Input }, + // { + // label: "Type", + // key: "type", + // control: OptionSelect, + // options: ["text", "password"], + // }, + // ], + // }, + // }, { _component: "@budibase/standard-components/datepicker", name: "Date Picker",