-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed as not planned
Closed as not planned
Copy link
Labels
[Feature] BlocksOverall functionality of blocksOverall functionality of blocks[Status] StaleGives the original author opportunity to update before closing. Can be reopened as needed.Gives the original author opportunity to update before closing. Can be reopened as needed.[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
In block.json setting the allowJustification to false in the following way:
{
"supports": {
"layout": {
"default": {
"type": "flex"
},
"allowVerticalAlignment": true,
"allowJustification": false,
"allowOrientation": false,
"allowInheriting": false
}
}
}
Doesn't result in a hidden Justification settings UI:

Step-by-step reproduction instructions
Add layout support to any block in the following way:
{
"supports": {
"layout": {
"default": {
"type": "flex"
},
"allowVerticalAlignment": true,
"allowJustification": false,
"allowOrientation": false,
"allowInheriting": false
}
}
}
Note the Justification settings UI is present in the Block settings sidebar.
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Metadata
Metadata
Assignees
Labels
[Feature] BlocksOverall functionality of blocksOverall functionality of blocks[Status] StaleGives the original author opportunity to update before closing. Can be reopened as needed.Gives the original author opportunity to update before closing. Can be reopened as needed.[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended