Rename Add To Cart Form to Add To Cart Options (https://github.com/woocommerce/woocommerce-blocks/pull/9238)

This commit is contained in:
Luigi Teschio 2023-04-27 19:05:50 +02:00 committed by GitHub
parent 1dc7c953eb
commit 1d0ff02f8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "woocommerce/add-to-cart-form",
"version": "1.0.0",
"title": "Add to Cart form",
"title": "Add to Cart Options",
"description": "Display a button so the customer can add a product to their cart. Options will also be displayed depending on product type. e.g. quantity, variation.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],

View File

@ -20,7 +20,7 @@ import {
} from '../../utils.js';
const block = {
name: 'Add to Cart form',
name: 'Add to Cart Options',
slug: 'woocommerce/add-to-cart-form',
class: '.wc-block-add-to-cart-form',
};