woocommerce/plugins/woocommerce-blocks/assets/js/blocks/classic-shortcode/block.json

34 lines
625 B
JSON
Raw Normal View History

{
"name": "woocommerce/classic-shortcode",
"version": "1.0.0",
"title": "Classic Shortcode",
"description": "Renders classic WooCommerce shortcodes.",
"category": "woocommerce",
"keywords": [
"WooCommerce"
],
"supports": {
"align": true,
"html": false,
"multiple": false,
"reusable": false,
"inserter": true
},
"attributes": {
"shortcode": {
"type": "string",
"default": "cart",
"enum": [
"cart",
"checkout"
]
},
"align": {
"type": "string",
"default": "wide"
}
},
2023-12-09 13:44:54 +00:00
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}