hides said non-working RichText component
This commit is contained in:
parent
24f9ee9d62
commit
b394dbd88d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue