Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
[Store Customization] Update the "Footer with 3 Menus" pattern to rem…
Browse files Browse the repository at this point in the history
…ove the last 2 menus (#11980)

* Remove the last 2 menus

* Rename pattern to reflect new situation
  • Loading branch information
albarin authored Nov 30, 2023
1 parent 6960ae6 commit 6a85140
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions patterns/footer-with-3-menus.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Footer with 3 Menus
* Title: Footer with menus
* Slug: woocommerce-blocks/footer-with-3-menus
* Categories: WooCommerce
* Block Types: core/template-part/footer
Expand All @@ -24,18 +24,6 @@
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}}} /-->
</div>
<!-- /wp:column -->

<!-- wp:column -->
<div class="wp-block-column">
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}}} /-->
</div>
<!-- /wp:column -->

<!-- wp:column -->
<div class="wp-block-column">
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}}} /-->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
Expand Down

0 comments on commit 6a85140

Please sign in to comment.