【发布时间】:2020-11-14 05:34:54
【问题描述】:
根据我的问题,我想删除一些默认的工具栏选项,例如字体系列或表情符号,并且只保留文本样式选项。该怎么做?
为了我的编辑。
<Editor
editorState={editorState}
wrapperClassName="demo-wrapper"
onEditorStateChange={this.onEditorStateChange}
toolbar={{
inline: { inDropdown: true },
list: { inDropdown: true },
textAlign: { inDropdown: true },
link: { inDropdown: true },
history: { inDropdown: true },
}}
/>
【问题讨论】:
标签: reactjs editor rich-text-editor draftjs react-draft-wysiwyg