show markdown guide
I need this :)
This commit is contained in:
parent
1c41b7d77a
commit
2a49a2b889
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class FormField extends React.PureComponent {
|
|||
this._type = "textarea";
|
||||
this._extraElementProps.options = {
|
||||
placeholder: this.props.placeholder,
|
||||
hideIcons: ["guide", "heading", "image", "fullscreen", "side-by-side"],
|
||||
hideIcons: ["heading", "image", "fullscreen", "side-by-side"],
|
||||
};
|
||||
} else if (formFieldFileSelectorTypes.includes(this.props.type)) {
|
||||
this._element = "input";
|
||||
|
|
Loading…
Reference in a new issue