Skip to content

Commit

Permalink
Merge pull request #143 from wordpress-mobile/feature/image-block-vol-02
Browse files Browse the repository at this point in the history
Image Block: Adding example block with image.
  • Loading branch information
etoledom authored Sep 14, 2018
2 parents f7459bd + 134e079 commit ebd45da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const initialHtml = `
<figure class="wp-block-image"><img alt=""/></figure>
<!-- /wp:image -->
<!-- wp:image -->
<figure class="wp-block-image"><img src="https://cldup.com/cXyG__fTLN.jpg" alt=""/></figure>
<!-- /wp:image -->
<!-- wp:title -->
Hello World
<!-- /wp:title -->
Expand Down

0 comments on commit ebd45da

Please sign in to comment.