rebase from live enviornment
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"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" ],
|
||||
"textdomain": "woocommerce",
|
||||
"ancestor": [ "woocommerce/product-gallery" ],
|
||||
"supports": {
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"margin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user