Skip to content

Commit

Permalink
bumped audio block id to see if the full test suite on iOS will pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-alexander committed Feb 2, 2021
1 parent b8217cf commit 56f6c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ exports.fileBlockPlaceholder = `<!-- wp:file {"id":3,"href":"https://wordpress.o
<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":4} -->
exports.audioBlockPlaceholder = `<!-- wp:audio {"id":5} -->
<figure class="wp-block-audio"><audio controls src="https://cldup.com/59IrU0WJtq.mp3"></audio></figure>
<!-- /wp:audio -->`;

0 comments on commit 56f6c82

Please sign in to comment.