-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Users can create reusable 'column' block. #10679
Comments
Deleted my comment since I misread ”column” as ”columns”, sorry! |
Makes sense to disable this for "column". |
Should it be tied to |
Disabling Add to Reusable Blocks when |
We talked about adding I'd be 👌 with adding
|
I think you mean falsy? Anyway, I would prefer a separate |
Yes, I do 🙂 |
Let's add this, but I'm not sure about the support name. |
Describe the bug
Since #10545 was merged it's now easy for a user to select a column in a columns block. It's also really easy to turn that selected column into a reusable block.
That reusable block can't really be used anywhere, which perhaps makes it worthless, but also it causes layout issues with the columns (see screenshot).
I'm not sure if this has always been possible or if it's a regression. If the former, I wonder if we need a
supports.reusable
setting in the block api to prevent this?To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either a) the column should not be allowed to be added as a reusable block, or b) the columns should maintain their widths
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: