diff --git a/packages/js/email-editor/src/private-apis/index.ts b/packages/js/email-editor/src/private-apis/index.ts index 812fee78aa..df7728564d 100644 --- a/packages/js/email-editor/src/private-apis/index.ts +++ b/packages/js/email-editor/src/private-apis/index.ts @@ -11,7 +11,7 @@ import { store as coreStore } from '@wordpress/core-data'; const { unlock } = __dangerousOptInToUnstableAPIsOnlyForCoreModules( 'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', - '@wordpress/edit-post' // The module name must be in the list of allowed, so for now I used the package name of the post editor + '@wordpress/edit-site' // The module name must be in the list of allowed, so for now I used the package name of the post editor ); /**