-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Remove the subheading block #29627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the subheading block #29627
Conversation
|
Oh yeah, it's time. Could we potentially move it to the block directory, so sites that actually use it have an option to install it as a plugin? |
|
Size Change: -671 B (0%) Total Size: 1.4 MB
ℹ️ View Unchanged
|
|
I'm not sure it's worth adding to the block directory personally, it's a lot of work (setup a repo, plugin, move the code...) and the block itself, doesn't really add much value. |
|
Can't we add a deprecation and convert it to a paragraph, adding a |
|
No, we can't add such deprecation, at least not at the moment since we don't support cross blocks deprecations. |
mtias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to remove
In a galaxy far far away, sometimes like more than three years ago, Gutenberg used to have a block called "Subheading", this block doesn't exist anymore, or more exactly, this block is deprecated and hidden, so users are not allowed to use it. This block never made its way into WP as stable, it was kept hidden since then.
This PR tries to remove that block because:
There's another block (text columns) in a similar situation, I wanted to start with this one first and we can see if it's something we want to expand to other blocks (or other deprecated versions of blocks that were never merged in Core)