#51760 closed enhancement (fixed)
Block Editor: port custom-spacing theme support
Reported by: | oandregal | Owned by: | oandregal |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The property custom-spacing
was deemed stable so it's ready to be ported to WordPress core during the 5.7 cycle, when trunk is open.
Change History (15)
#1
@
4 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 5.7
- Version trunk deleted
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
4 years ago
This ticket was mentioned in Slack in #core by lukecarbis. View the logs.
4 years ago
#6
@
4 years ago
:wave: @noisysocks this needs two things:
- PR for wordpress-develop at https://github.com/WordPress/wordpress-develop/pull/951
- PR for Gutenberg 9.9 at https://github.com/WordPress/gutenberg/pull/28548
#8
@
4 years ago
This is ready to go with the patch included. I can commit it tomorrow unless @noisysocks beats me to it 😃
#10
@
4 years ago
Done. I think GB28548 needs some work though as that wasn't working for me when I tested it.
This ticket was mentioned in Slack in #core-editor by gziolo. View the logs.
4 years ago
#12
@
4 years ago
I pushed a fix and https://github.com/WordPress/gutenberg/pull/28548 is working fine now. Will be part of Gutenberg 9.9RC.
This ticket was mentioned in Slack in #core-editor by nosolosw. View the logs.
4 years ago
#15
@
4 years ago
Thank you so much for doing this and if it's okay can you also make
div.block-editor-block-list__insertion-point.is-vertical
clickable and add the missing plus when you mouse over the top of the first block? It's missing now so impossible to add blocks before the first block. Thank you so much for making the accessibility option in WordPress heaps better with every update.
Hi @nosolosw. Are you able to add a patch for this? Not sure which PHP code needs to be copied over 🙂