Skip to content

Commit

Permalink
Add code to test overriding multiple attributes in pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jan 4, 2024
1 parent 4ed5b01 commit 1c1978f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"filter": {
"duotone": true
},
"__experimentalBlockBindings": true,
"__experimentalBorder": {
"color": true,
"radius": true,
Expand Down
1 change: 1 addition & 0 deletions packages/patterns/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export const PATTERN_SYNC_TYPES = {
// TODO: This should not be hardcoded. Maybe there should be a config and/or an UI.
export const PARTIAL_SYNCING_SUPPORTED_BLOCKS = {
'core/paragraph': { content: __( 'Content' ) },
'core/image': { title: __( 'title' ), alt: __( 'Alt' ) },
};

0 comments on commit 1c1978f

Please sign in to comment.