Rename Add To Cart Form to Add To Cart Options (https://github.com/woocommerce/woocommerce-blocks/pull/9238)
This commit is contained in:
parent
1dc7c953eb
commit
1d0ff02f8f
|
@ -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" ],
|
||||
|
|
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue