hides said non-working RichText component

This commit is contained in:
kevmodrome 2020-11-13 11:14:34 +01:00
parent 24f9ee9d62
commit b394dbd88d
No known key found for this signature in database
GPG Key ID: 828D8FE4D235B551
1 changed files with 19 additions and 19 deletions

View File

@ -188,25 +188,25 @@ export default {
], ],
}, },
}, },
{ // {
_component: "@budibase/standard-components/richtext", // _component: "@budibase/standard-components/richtext",
name: "Rich Text", // name: "Rich Text",
description: // description:
"A component that allows the user to enter long form text.", // "A component that allows the user to enter long form text.",
icon: "ri-edit-box-line", // icon: "ri-edit-box-line",
properties: { // properties: {
design: { ...all }, // design: { ...all },
settings: [ // settings: [
{ label: "Label", key: "label", control: Input }, // { label: "Label", key: "label", control: Input },
{ // {
label: "Type", // label: "Type",
key: "type", // key: "type",
control: OptionSelect, // control: OptionSelect,
options: ["text", "password"], // options: ["text", "password"],
}, // },
], // ],
}, // },
}, // },
{ {
_component: "@budibase/standard-components/datepicker", _component: "@budibase/standard-components/datepicker",
name: "Date Picker", name: "Date Picker",