I need to create an extra style for WP Gutenberg Gallery block with a custom look and feel for front-end.
I'm trying to create custom style using wp.blocks.registerBlockStyle(). But for my goal, I need to use a custom save function.
Can I do it? Or maybe exist any another way to solve the problem?