HEX
Server: Apache/2.4.65 (Debian)
System: Linux wordpress-7cb4c6b6f6-hg958 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/woocommerce/assets/client/blocks/product-specifications/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-specifications",
	"version": "1.0.0",
	"title": "Product Specifications",
	"description": "Display product weight, dimensions, and attributes.",
	"category": "woocommerce",
	"keywords": [ "attributes", "weight", "dimensions", "additional information" ],
	"textdomain": "woocommerce",
	"ancestor": [
		"woocommerce/single-product",
		"woocommerce/product-template",
		"core/post-template"
	],
	"attributes": {
		"showWeight": {
			"type": "boolean",
			"default": true
		},
		"showDimensions": {
			"type": "boolean",
			"default": true
		},
		"showAttributes": {
			"type": "boolean",
			"default": true
		}
	},
	"usesContext": [ "postId", "postType" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	}
}