File "attributes.ts"

Full Path: /home/warrior1/public_html/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/attributes.ts
File size: 214 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { __ } from '@wordpress/i18n';

export const blockAttributes = {
	heading: {
		type: 'string',
		default: __( 'Filter by attribute', 'woo-gutenberg-products-block' ),
	},
};