57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "woocommerce/order-confirmation-status",
|
|
"version": "1.0.0",
|
|
"title": "Order Status",
|
|
"description": "Display a \"thank you\" message, or a sentence regarding the current order status.",
|
|
"category": "woocommerce",
|
|
"keywords": [ "WooCommerce" ],
|
|
"supports": {
|
|
"multiple": false,
|
|
"align": [ "wide", "full" ],
|
|
"html": false,
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"color": {
|
|
"background": true,
|
|
"text": true,
|
|
"gradients": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": true,
|
|
"margin": true,
|
|
"__experimentalDefaultControls": {
|
|
"margin": false,
|
|
"padding": false
|
|
}
|
|
}
|
|
},
|
|
"attributes": {
|
|
"align": {
|
|
"type": "string",
|
|
"default": "wide"
|
|
},
|
|
"className": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"textdomain": "woo-gutenberg-products-block",
|
|
"apiVersion": 2,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
}
|