2023-07-03 14:21:31 +00:00
|
|
|
{
|
2023-08-02 07:09:51 +00:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
|
|
"apiVersion": 2,
|
2023-07-03 14:21:31 +00:00
|
|
|
"name": "woocommerce/product-gallery",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "Product Gallery",
|
|
|
|
"description": "Showcase your products relevant images and media.",
|
|
|
|
"category": "woocommerce",
|
2023-08-02 07:09:51 +00:00
|
|
|
"keywords": [ "WooCommerce" ],
|
2023-07-03 14:21:31 +00:00
|
|
|
"supports": {
|
|
|
|
"align": true,
|
2023-08-25 18:42:31 +00:00
|
|
|
"multiple": false,
|
|
|
|
"interactivity": true
|
2023-07-03 14:21:31 +00:00
|
|
|
},
|
|
|
|
"textdomain": "woo-gutenberg-products-block",
|
2023-09-21 19:35:25 +00:00
|
|
|
"usesContext": [ "postId" ],
|
2023-08-02 07:09:51 +00:00
|
|
|
"providesContext": {
|
|
|
|
"thumbnailsPosition": "thumbnailsPosition",
|
|
|
|
"thumbnailsNumberOfThumbnails": "thumbnailsNumberOfThumbnails",
|
2023-08-22 19:26:46 +00:00
|
|
|
"productGalleryClientId": "productGalleryClientId",
|
2023-08-28 16:32:45 +00:00
|
|
|
"nextPreviousButtonsPosition": "nextPreviousButtonsPosition",
|
2023-09-05 13:22:17 +00:00
|
|
|
"pagerDisplayMode": "pagerDisplayMode",
|
2023-10-02 12:36:48 +00:00
|
|
|
"hoverZoom": "hoverZoom",
|
2023-10-31 22:23:57 +00:00
|
|
|
"fullScreenOnClick": "fullScreenOnClick",
|
2023-11-02 20:05:20 +00:00
|
|
|
"mode": "mode",
|
2023-10-31 22:23:57 +00:00
|
|
|
"cropImages": "cropImages"
|
2023-08-02 07:09:51 +00:00
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"thumbnailsPosition": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "left"
|
|
|
|
},
|
|
|
|
"thumbnailsNumberOfThumbnails": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 3
|
|
|
|
},
|
2023-08-22 19:26:46 +00:00
|
|
|
"pagerDisplayMode": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "dots"
|
|
|
|
},
|
2023-08-02 07:09:51 +00:00
|
|
|
"productGalleryClientId": {
|
|
|
|
"type": "string",
|
|
|
|
"default": ""
|
2023-08-02 10:43:08 +00:00
|
|
|
},
|
|
|
|
"cropImages": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"hoverZoom": {
|
|
|
|
"type": "boolean",
|
2023-09-05 13:22:17 +00:00
|
|
|
"default": true
|
2023-08-02 10:43:08 +00:00
|
|
|
},
|
|
|
|
"fullScreenOnClick": {
|
|
|
|
"type": "boolean",
|
2023-09-15 08:54:49 +00:00
|
|
|
"default": true
|
2023-08-28 16:32:45 +00:00
|
|
|
},
|
|
|
|
"nextPreviousButtonsPosition":{
|
|
|
|
"type": "string",
|
|
|
|
"default": "insideTheImage"
|
2023-09-15 08:54:49 +00:00
|
|
|
},
|
|
|
|
"mode": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "standard"
|
2023-08-02 07:09:51 +00:00
|
|
|
}
|
2023-08-25 18:42:31 +00:00
|
|
|
},
|
2023-10-13 18:19:14 +00:00
|
|
|
"viewScript": "wc-product-gallery-frontend",
|
|
|
|
"example": {}
|
2023-07-03 14:21:31 +00:00
|
|
|
}
|