Skip to content

Commit

Permalink
Issue #44 - replace layout contentSize and wideSize with inherit true
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Apr 10, 2021
1 parent 0867a3a commit b3211f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion block-template-parts/page-content.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:group {"backgroundColor":"background","className":"page","layout":{"contentSize":"80%","wideSize":"90%"}} -->
<!-- wp:group {"backgroundColor":"background","className":"page"} -->
<div class="wp-block-group page has-background-background-color has-background"><!-- wp:post-title /-->

<!-- wp:post-content /--></div>
Expand Down
14 changes: 8 additions & 6 deletions block-templates/archive-oik-plugins.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<div class="WP_DEBUG">archive-oik-plugins.html</div>
<!-- wp:html -->
<div class="WP_DEBUG">archive-oik-plugins.html 0720</div>
<!-- /wp:html -->

<!-- wp:template-part {"slug":"header","theme":"fizzie"} /-->
<!-- wp:template-part {"slug":"header","theme":"fizzie", "align":"full","layout":{"inherit":true}, "tagName":"header" } /-->

<!-- wp:template-part {"slug":"a2z-pagination-oik-plugins","theme":"fizzie"} /-->
<!-- wp:template-part {"slug":"a2z-pagination-oik-plugins","theme":"fizzie","layout":{"inherit":true}} /-->

<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs"} /-->
<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs", "layout":{"inherit":true} } /-->

<!-- wp:template-part {"slug":"archive-query","theme":"fizzie","tagName":"section","className":"archive"} /-->
<!-- wp:template-part {"slug":"archive-query","theme":"fizzie","tagName":"section","className":"archive","layout":{"inherit":true}} /-->

<!-- wp:template-part {"slug":"search","theme":"fizzie"} /-->
<!-- wp:template-part {"slug":"search","theme":"fizzie","layout":{"inherit":true}} /-->

<!-- wp:template-part {"slug":"page-footer","theme":"fizzie"} /-->

Expand Down

0 comments on commit b3211f7

Please sign in to comment.