Skip to content

Commit

Permalink
Add image block support for pattern overrides (#57909)
Browse files Browse the repository at this point in the history
* Add image block support for pattern overrides

* Hide the crop controls in content only mode

* Revert "Hide the crop controls in content only mode"

This reverts commit 2cf4c3c.
  • Loading branch information
talldan committed Jan 17, 2024
1 parent aec6947 commit 05b6bd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/patterns/src/constants.js
Expand Up @@ -28,4 +28,9 @@ export const PARTIAL_SYNCING_SUPPORTED_BLOCKS = {
text: __( 'Text' ),
url: __( 'URL' ),
},
'core/image': {
url: __( 'URL' ),
title: __( 'Title' ),
alt: __( 'Alt Text' ),
},
};

0 comments on commit 05b6bd7

Please sign in to comment.