Skip to content

Commit

Permalink
TT1-Blocks: Update Query block in index template to use displayLayout…
Browse files Browse the repository at this point in the history
… instead of layout
  • Loading branch information
andrewserong committed Nov 23, 2021
1 parent 304e6ef commit 3285913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt1-blocks/block-templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- wp:group {"tagName":"main"} -->
<main class="wp-block-group">
<!-- wp:query {"queryId":1,"query":{"perPage":"10","pages":"100","offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true},"layout":{"type":"list"}} -->
<!-- wp:query {"queryId":1,"query":{"perPage":"10","pages":"100","offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true},"displayLayout":{"type":"list"}} -->
<div class="wp-block-query">
<!-- wp:post-template -->

Expand Down

0 comments on commit 3285913

Please sign in to comment.