75 lines
No EOL
1.3 KiB
JSON
75 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "woocommerce/product-button",
|
|
"version": "1.0.0",
|
|
"title": "Add to Cart Button",
|
|
"description": "Display a call to action button which either adds the product to the cart, or links to the product page.",
|
|
"category": "woocommerce-product-elements",
|
|
"keywords": [
|
|
"WooCommerce"
|
|
],
|
|
"usesContext": [
|
|
"query",
|
|
"queryId",
|
|
"postId"
|
|
],
|
|
"textdomain": "woocommerce",
|
|
"attributes": {
|
|
"productId": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"textAlign": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"width": {
|
|
"type": "number"
|
|
},
|
|
"isDescendentOfSingleProductBlock": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"isDescendentOfQueryLoop": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": [
|
|
"wide",
|
|
"full"
|
|
],
|
|
"color": {
|
|
"background": false,
|
|
"link": true
|
|
},
|
|
"interactivity": true,
|
|
"html": false,
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true
|
|
}
|
|
},
|
|
"ancestor": [
|
|
"woocommerce/all-products",
|
|
"woocommerce/single-product",
|
|
"core/post-template",
|
|
"woocommerce/product-template"
|
|
],
|
|
"styles": [
|
|
{
|
|
"name": "fill",
|
|
"label": "Fill",
|
|
"isDefault": true
|
|
},
|
|
{
|
|
"name": "outline",
|
|
"label": "Outline"
|
|
}
|
|
],
|
|
"viewScript": [
|
|
"wc-product-button-interactivity-frontend"
|
|
],
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
} |