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

Commit

Permalink
Render the single product title as an h1 (#9748)
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin authored Jun 7, 2023
1 parent c378f92 commit 7cfe0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/classic-template/single-product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const getBlockifiedTemplate = () =>
createBlock( 'core/column', {}, [
createBlock( 'core/post-title', {
__woocommerceNamespace: PRODUCT_TITLE_VARIATION_NAME,
level: 1,
} ),
createBlock( 'woocommerce/product-rating' ),
createBlock( 'woocommerce/product-price', {
Expand Down

0 comments on commit 7cfe0fb

Please sign in to comment.