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 b3211f7 commit cf884c3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
9 changes: 4 additions & 5 deletions block-templates/archive-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<div class="WP_DEBUG">archive-block.html</div>
<!-- /wp:html -->

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

<!-- wp:template-part {"slug":"a2z-pagination-block","theme":"fizzie","align":"wide","layout":{"contentSize":"80%","wideSize":"90%"}} /-->
<!-- wp:template-part {"slug":"a2z-pagination-block","theme":"fizzie","layout":{"inherit": true}} /-->

<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs","align":"wide","layout":{"contentSize":"80%","wideSize":"90%"}} /-->
<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs","layout":{"inherit": true }} /-->

<!-- wp:template-part {"slug":"archive-query","theme":"fizzie","tagName":"section","className":"archive", "layout":{"contentSize":"80%","wideSize":"90%"}} /-->

<!-- wp:template-part {"slug":"search","theme":"fizzie","layout":{"contentSize":"80%","wideSize":"90%"}} /-->

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

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

Expand Down
2 changes: 1 addition & 1 deletion block-templates/archive-oik-plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="WP_DEBUG">archive-oik-plugins.html 0720</div>
<!-- /wp:html -->

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

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

Expand Down
11 changes: 6 additions & 5 deletions block-templates/archive-oik-themes.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<div class="WP_DEBUG">archive-oik-themes.html</div>

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

<!-- wp:template-part {"slug":"a2z-pagination-oik-themes","theme":"fizzie"} /-->

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions block-templates/front-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

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

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

<!-- wp:template-part {"slug":"page-content","theme":"fizzie","layout":{"inherit":true} } /-->
<!-- wp:template-part {"slug":"page-content","theme":"fizzie","align":"wide","layout":{"inherit":true} } /-->

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

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

Expand Down

0 comments on commit cf884c3

Please sign in to comment.