Skip to content

Commit

Permalink
a2z-pagination parts: add group layout inherit true #72
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 7, 2022
1 parent 6e641c1 commit d6a690c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions block-template-parts/a2z-pagination-block.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- wp:paragraph { "layout":{"contentSize":"80%","wideSize":"90%"} } -->
<p>[bw_terms taxonomy=block_letters post_type=block]</p>
<!-- /wp:paragraph -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>[bw_terms taxonomy=block_letters post_type=block]</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
8 changes: 5 additions & 3 deletions block-template-parts/a2z-pagination-oik-plugins.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- wp:paragraph -->
<p>[bw_terms taxonomy=letters post_type=oik-plugins]</p>
<!-- /wp:paragraph -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>[bw_terms taxonomy=letters post_type=oik-plugins]</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
8 changes: 5 additions & 3 deletions block-template-parts/a2z-pagination-oik-themes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- wp:paragraph -->
<p>[bw_terms taxonomy=letters post_type=oik-themes]</p>
<!-- /wp:paragraph -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>[bw_terms taxonomy=letters post_type=oik-themes]</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

0 comments on commit d6a690c

Please sign in to comment.