{
"name": "woocommerce/checkout-express-payment-block",
"version": "1.0.0",
"title": "Express Checkout",
"description": "Provide an express payment option for your customers.",
"category": "woocommerce",
"supports": {
"align": false,
"html": false,
"multiple": false,
"reusable": false,
"inserter": false,
"lock": false
},
"attributes": {
"className": {
"type": "string",
"default": ""
},
"lock": {
"type": "object",
"default": {
"remove": true,
"move": true
}
}
},
"parent": [ "woocommerce/checkout-fields-block" ],
"textdomain": "woo-gutenberg-products-block",
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2
}
/**
* External dependencies
*/
import { registerBlockType } from '@wordpress/blocks';
import { Icon, grid } from '@wordpress/icons';
import '@woocommerce/atomic-blocks';
/**
* Internal dependencies
*/
import metadata from './block.json';
import deprecated from './deprecated';
import edit from './edit';
import save from './save';
import defaults from './defaults';
const { name } = metadata;
export { metadata, name };
const settings = {
icon: {
src: (
),
},
edit,
// Save the props to post content.
save,
deprecated,
defaults,
};
registerBlockType( name, settings );
https://diyafah-kwt.com/post-sitemap.xml
2024-12-01T22:00:40+00:00
https://diyafah-kwt.com/category-sitemap.xml
2024-12-01T22:00:40+00:00
https://diyafah-kwt.com/post_tag-sitemap.xml
2024-12-01T22:00:40+00:00
https://diyafah-kwt.com/author-sitemap.xml
2024-07-05T23:32:01+00:00