Skip to content
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

Configurable Block Features #17252

Closed
Horttcore opened this issue Aug 29, 2019 · 4 comments
Closed

Configurable Block Features #17252

Horttcore opened this issue Aug 29, 2019 · 4 comments
Labels
[Feature] Block API API that allows to express the block paradigm. [Feature] Extensibility The ability to extend blocks or the editing experience [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement. [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues.

Comments

@Horttcore
Copy link

Is your feature request related to a problem? Please describe.
Gutenberg core blocks getting more features with each release.
As I'm developing client websites I have the need for removing some block features i.e. cover resizable feature. Authors will only mess with the content.
This is also the same for many other blocks.

Describe the solution you'd like
Adding the possibility to configure block features i.e.
remove_block_feature('core/cover', 'resizable')

Current solution
At the moment I have to recreate a lot of core blocks just to strip away features, my client don't need.

@mcsf mcsf added [Feature] Extensibility The ability to extend blocks or the editing experience [Type] Enhancement A suggestion for improvement. [Feature] Block API API that allows to express the block paradigm. [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues. labels Aug 29, 2019
@mcsf
Copy link
Contributor

mcsf commented Aug 29, 2019

Cross-referencing #8352.

@mtias, @youknowriad, something for your consideration.

@gziolo
Copy link
Member

gziolo commented Aug 29, 2019

Can we move this discussion to #15450?

@gziolo gziolo added the [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed label Aug 29, 2019
@mcsf
Copy link
Contributor

mcsf commented Sep 3, 2019

Can we move this discussion to #15450?

Probably. There's symmetry with Limit number of columns in Columns block (#12861)

@mcsf
Copy link
Contributor

mcsf commented Nov 12, 2019

Closing in favour of #15450

@mcsf mcsf closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Block API API that allows to express the block paradigm. [Feature] Extensibility The ability to extend blocks or the editing experience [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement. [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Projects
None yet
Development

No branches or pull requests

3 participants