block variation change block preview image
-
Hi,
I would like to change the block preview image, for my Gallery Block Variation.
Is it possible ?
I found this with ‘example>attributes’ digging the internet but it’s not working.wp.blocks.registerBlockVariation(
'core/gallery',
{
...custom stuff...
example: {
attributes: {
cover: "https://www.mywebsite.com/wp-content/themes/mytheme/assets/blockpreview.jpg",
},
viewportWidth: 800
},
isDefault: true
}
);
Thank you for help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘block variation change block preview image’ is closed to new replies.