Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bootstrap sources defined in the server
  • Loading branch information
SantosGuillamot committed Jul 22, 2024
commit 235c59221fcfcaae00e9a1769b17ded0951998ca
5 changes: 4 additions & 1 deletion packages/edit-post/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* WordPress dependencies
*/
import { store as blocksStore } from '@wordpress/blocks';
import {
store as blocksStore,
privateApis as blocksPrivateApis,
} from '@wordpress/blocks';
import {
registerCoreBlocks,
__experimentalRegisterExperimentalCoreBlocks,
Expand Down
5 changes: 4 additions & 1 deletion packages/edit-site/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* WordPress dependencies
*/
import { store as blocksStore } from '@wordpress/blocks';
import {
store as blocksStore,
privateApis as blocksPrivateApis,
} from '@wordpress/blocks';
import {
registerCoreBlocks,
__experimentalGetCoreBlocks,
Expand Down