1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +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", _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",