Skip to content

Commit

Permalink
download & download-theme: add group layout inherit true #72
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 8, 2022
1 parent f6112a1 commit 9dd63f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion block-template-parts/download-theme.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<!-- wp:shortcode -->[oikth_download theme=.]<!-- /wp:shortcode -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:shortcode -->[oikth_download theme=.]<!-- /wp:shortcode --></div>
<!-- /wp:group -->
5 changes: 4 additions & 1 deletion block-template-parts/download.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<!-- wp:shortcode -->[oikp_download plugin=.]<!-- /wp:shortcode -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:shortcode -->[oikp_download plugin=.]<!-- /wp:shortcode --></div>
<!-- /wp:group -->

0 comments on commit 9dd63f0

Please sign in to comment.