Disable markdown editor side-by-side mode
This commit is contained in:
parent
cd9fcf550a
commit
0419399dec
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export class FormField extends React.PureComponent {
|
||||||
this._element = SimpleMDE;
|
this._element = SimpleMDE;
|
||||||
this._type = "textarea";
|
this._type = "textarea";
|
||||||
this._extraElementProps.options = {
|
this._extraElementProps.options = {
|
||||||
hideIcons: ["guide", "heading", "image", "fullscreen"],
|
hideIcons: ["guide", "heading", "image", "fullscreen", "side-by-side"],
|
||||||
};
|
};
|
||||||
} else if (formFieldFileSelectorTypes.includes(this.props.type)) {
|
} else if (formFieldFileSelectorTypes.includes(this.props.type)) {
|
||||||
this._element = "input";
|
this._element = "input";
|
||||||
|
|
Loading…
Reference in a new issue