remove heading option in editor
This commit is contained in:
parent
506ff274fb
commit
aff9dc0b65
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ export class FormField extends React.PureComponent {
|
||||||
(isError ? "form-field__input--error" : "")
|
(isError ? "form-field__input--error" : "")
|
||||||
}
|
}
|
||||||
name={this.props.name}
|
name={this.props.name}
|
||||||
|
options={{
|
||||||
|
hideIcons: ["heading"],
|
||||||
|
}}
|
||||||
{...otherProps}
|
{...otherProps}
|
||||||
>
|
>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
|
Loading…
Reference in a new issue