Skip to content

Commit

Permalink
Pullquote to quote transform: carry over the formats of the value att
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 29, 2022
1 parent 19a5111 commit f3cac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/quote/v2/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const transforms = {
query: {
content: {
type: 'string',
source: 'text',
source: 'html',
},
},
} ).map( ( { content } ) =>
Expand Down

0 comments on commit f3cac07

Please sign in to comment.