根据我的问题,我想删除一些默认的工具栏选项,如字体系列或表情符号,并且只保留文本样式选项。怎么做 ?
对于我的编辑。
<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 },
}}
/>