From 53ae428e5343f07e7362d14b71f61121b34d3b98 Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Fri, 13 Nov 2020 11:16:01 +0100 Subject: [PATCH] unhides 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 acbc9d4b17..556e475f2b 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",