Skip to content

Commit

Permalink
[Group]: Remove Quote transform
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 8, 2023
1 parent 3303a45 commit 4811699
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/block-library/src/quote/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ const transforms = {
);
},
},
{
type: 'block',
blocks: [ 'core/group' ],
transform: ( { anchor }, innerBlocks ) =>
createBlock( 'core/quote', { anchor }, innerBlocks ),
},
{
type: 'prefix',
prefix: '>',
Expand Down

0 comments on commit 4811699

Please sign in to comment.