show markdown guide

I need this :)
This commit is contained in:
btzr-io 2017-10-15 19:05:25 -06:00 committed by Jeremy Kauffman
parent 1c41b7d77a
commit 2a49a2b889

View file

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