Skip to content

Commit

Permalink
Pass block ancestor
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 10, 2024
1 parent 97ba112 commit 8552a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,7 @@ const buildBlockTypeItem =
category: blockType.category,
keywords: blockType.keywords,
parent: blockType.parent,
ancestor: blockType.ancestor,
variations: inserterVariations,
example: blockType.example,
utility: 1, // Deprecated.
Expand Down

0 comments on commit 8552a54

Please sign in to comment.