32 lines
No EOL
635 B
JSON
32 lines
No EOL
635 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "woocommerce/product-gallery-thumbnails",
|
|
"version": "1.0.0",
|
|
"title": "Thumbnails",
|
|
"description": "Display the Thumbnails of a product.",
|
|
"category": "woocommerce",
|
|
"keywords": [
|
|
"WooCommerce"
|
|
],
|
|
"usesContext": [
|
|
"postId",
|
|
"thumbnailsPosition",
|
|
"thumbnailsNumberOfThumbnails",
|
|
"productGalleryClientId",
|
|
"mode",
|
|
"cropImages"
|
|
],
|
|
"textdomain": "woocommerce",
|
|
"ancestor": [
|
|
"woocommerce/product-gallery"
|
|
],
|
|
"supports": {
|
|
"spacing": {
|
|
"margin": true,
|
|
"__experimentalDefaultControls": {
|
|
"margin": true
|
|
}
|
|
}
|
|
}
|
|
} |