Use the global registry for block editor

We need this to be able to access the store from control

[MAILPOET-2463]
This commit is contained in:
Pavel Dohnal
2020-01-09 10:26:03 +01:00
committed by Rostislav Wolný
parent 3f3637877c
commit 2d98e26281

View File

@@ -52,6 +52,7 @@ export default () => {
onInput={changeFormBlocks}
onChange={changeFormBlocks}
settings={editorSettings}
useSubRegistry={false}
>
<div className="edit-post-layout__content">
<Notices />