Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
assets
/
client
/
blocks
/
product-summary
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "woocommerce/product-summary", "version": "1.0.0", "icon": "page", "title": "Product Summary", "description": "Display a short description about a product.", "attributes": { "productId": { "type": "number", "default": 0 }, "isDescendentOfQueryLoop": { "type": "boolean", "default": false }, "isDescendentOfSingleProductTemplate": { "type": "boolean", "default": false }, "isDescendentOfSingleProductBlock": { "type": "boolean", "default": false }, "isDescendantOfAllProducts": { "type": "boolean", "default": false }, "showDescriptionIfEmpty": { "type": "boolean", "default": false }, "showLink": { "type": "boolean", "default": false }, "summaryLength": { "type": "number", "default": 0 }, "linkText": { "type": "string", "default": "" } }, "usesContext": [ "query", "queryId", "postId" ], "keywords": [ "WooCommerce" ], "textdomain": "woocommerce", "apiVersion": 3, "$schema": "https://schemas.wp.org/trunk/block.json" }