Button 2: Add name for default image block styles, so it doesn't say 'null'
@@ -9,6 +9,7 @@
wp.blocks.registerBlockStyle( 'core/image', {
isDefault: true,
+ name: 'default', // Class will be turned into '.is-style-default', though no styles needed.
label: 'Default'
} );