remove heading option in editor

This commit is contained in:
Le Long 2017-06-16 01:43:10 +02:00
parent 506ff274fb
commit aff9dc0b65

View file

@ -126,6 +126,9 @@ export class FormField extends React.PureComponent {
(isError ? "form-field__input--error" : "")
}
name={this.props.name}
options={{
hideIcons: ["heading"],
}}
{...otherProps}
>
{this.props.children}