Skip to content

Commit

Permalink
Restore outerHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszarate committed Dec 23, 2021
1 parent 1b49d40 commit 638456d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function ( $raw_block ) {
'innerContent' => $block['innerContent'],
'innerHTML' => $block['innerHTML'],
'name' => $block['blockName'],
'outerHTML' => $block['innerHTML'],
]
);

Expand Down

0 comments on commit 638456d

Please sign in to comment.