Skip to content

Commit

Permalink
Revert "update expected html for file block (#41300)"
Browse files Browse the repository at this point in the history
This reverts commit a046a61.
  • Loading branch information
Siobhan committed May 26, 2022
1 parent 2daf775 commit d8fbfbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ exports.coverHeightWithRemUnit = `<!-- wp:cover {"customOverlayColor":"#ffffff",
<!-- /wp:cover -->`;

exports.fileBlockPlaceholder = `<!-- wp:file {"id":3,"href":"https://wordpress.org/latest.zip"} -->
<div class="wp-block-file"><a href="https://wordpress.org/latest.zip">WordPress.zip</a><a href="https://wordpress.org/latest.zip" class="wp-block-file__button wp-element-button" download>Download</a></div>
<div class="wp-block-file"><a href="https://wordpress.org/latest.zip">WordPress.zip</a><a href="https://wordpress.org/latest.zip" class="wp-block-file__button" download>Download</a></div>
<!-- /wp:file -->`;

exports.audioBlockPlaceholder = `<!-- wp:audio {"id":5} -->
Expand Down

0 comments on commit d8fbfbd

Please sign in to comment.