Skip to content

Commit

Permalink
Legacy custom html widget should have option to transform to custom h…
Browse files Browse the repository at this point in the history
…tml block (#32862)
  • Loading branch information
spacedmonkey authored and noisysocks committed Jun 22, 2021
1 parent 15e4984 commit deced48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/src/blocks/legacy-widget/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const legacyWidgetTransforms = [
},
{
block: 'core/html',
widget: 'html',
widget: 'custom_html',
transform: ( { content } ) => ( {
content,
} ),
Expand Down

0 comments on commit deced48

Please sign in to comment.