product gallery block: add preview (https://github.com/woocommerce/woocommerce-blocks/pull/11247)
This commit is contained in:
parent
0691226cd3
commit
8bb98fd9d9
|
@ -23,7 +23,6 @@
|
||||||
"hoverZoom": "hoverZoom",
|
"hoverZoom": "hoverZoom",
|
||||||
"fullScreenOnClick": "fullScreenOnClick"
|
"fullScreenOnClick": "fullScreenOnClick"
|
||||||
},
|
},
|
||||||
"usesContext": [ "postId" ],
|
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"thumbnailsPosition": {
|
"thumbnailsPosition": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -62,5 +61,6 @@
|
||||||
"default": "standard"
|
"default": "standard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"viewScript": "wc-product-gallery-frontend"
|
"viewScript": "wc-product-gallery-frontend",
|
||||||
|
"example": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue