File "attributes.js"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.js
File size: 181 bytes
MIME-type: text/plain
Charset: utf-8

export const blockAttributes = {
	showFormElements: {
		type: 'boolean',
		default: false,
	},
	productId: {
		type: 'number',
		default: 0,
	},
};

export default blockAttributes;