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

Commit

Permalink
Remove cart classic template
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Sep 13, 2023
1 parent 8e48c09 commit f052aab
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions assets/js/blocks/classic-template/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,29 +86,6 @@ export const TEMPLATES: TemplateDetails = {
),
placeholder: PLACEHOLDERS.archiveProduct,
},
'page-cart': {
type: TYPES.cart,
// Title shows up in the list view in the site editor.
title: __( 'Cart Page Placeholder', 'woo-gutenberg-products-block' ),
// Description in the site editor.
description: __(
'Renders classic cart page content inside the template.',
'woo-gutenberg-products-block'
),
placeholder: PLACEHOLDERS.cart,
},
'page-checkout': {
type: TYPES.checkout,
title: __(
'Checkout Page Placeholder',
'woo-gutenberg-products-block'
),
description: __(
'Renders classic checkout page content inside the template.',
'woo-gutenberg-products-block'
),
placeholder: PLACEHOLDERS.checkout,
},
'checkout-header': {
type: TYPES.checkoutHeader,
title: __( 'Checkout Header', 'woo-gutenberg-products-block' ),
Expand Down

0 comments on commit f052aab

Please sign in to comment.