Skip to content

Commit

Permalink
Fix social links deprecation (#34639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored and getsource committed Sep 9, 2021
1 parent 731659c commit 2988c07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/social-links/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ const deprecated = [
type: 'string',
},
},
supports: {
align: [ 'left', 'center', 'right' ],
anchor: true,
__experimentalExposeControlsToChildren: true,
},
isEligible: ( { layout } ) => ! layout,
migrate: migrateWithLayout,
save( props ) {
Expand Down

0 comments on commit 2988c07

Please sign in to comment.