1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

unhides richtext component

This commit is contained in:
kevmodrome 2020-11-13 11:16:01 +01:00
parent d1e0aa2600
commit 53ae428e53

View file

@ -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",