Skip to content

Commit

Permalink
Try adding template-lock all to patterns (#57661)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jan 9, 2024
1 parent 9d632c5 commit 50f3bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export default function ReusableBlockEdit( {
} );

const innerBlocksProps = useInnerBlocksProps( blockProps, {
templateLock: 'all',
layout,
renderAppender: innerBlocks?.length
? undefined
Expand Down

0 comments on commit 50f3bf0

Please sign in to comment.