Skip to content

Commit

Permalink
Enable readonly post content
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 22, 2019
1 parent 6bc9cf8 commit edd9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/post-content/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function PostContentEdit( { clientId } ) {

return (
<InnerBlocks
templateLock={ false }
templateLock="readonly"
allowedBlocks={ allowedBlocks }
renderAppender={ ! hasInnerBlocks && InnerBlocks.ButtonBlockAppender }
/>
Expand Down

0 comments on commit edd9eeb

Please sign in to comment.