We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29428d commit f15ef35Copy full SHA for f15ef35
src/blocks.js
@@ -45,10 +45,6 @@ const importAllAndRegister = r => {
45
settings.keywords = settings.keywords.map( keyword => __( keyword, i18n ) ) // eslint-disable-line @wordpress/i18n-no-variables
46
}
47
48
- // Allow renaming of all blocks.
49
- settings.supports = settings.supports || {}
50
- settings.supports.renaming = true
51
-
52
// Register the block.
53
if ( ! getBlockType( name ) ) {
54
registerBlockType( name, settings )
0 commit comments