Opened 2 years ago
Closed 6 weeks ago
#61505 closed enhancement (maybelater)
Add support for positioning child blocks inside a Grid block.
| Reported by: | isabel_brison | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.6 |
| Severity: | normal | Keywords: | gutenberg-merge has-patch |
| Cc: | Focuses: |
Description
It should be possible to position a block in a specific grid cell inside a Grid block or block with grid layout.
The following Gutenberg PRs are relevant to this feature:
https://github.com/WordPress/gutenberg/pull/59483
https://github.com/WordPress/gutenberg/pull/60652
https://github.com/WordPress/gutenberg/pull/62777
Change History (12)
This ticket was mentioned in PR #6910 on WordPress/wordpress-develop by @isabel_brison.
2 years ago
#1
- Keywords has-patch added
@noisysocks commented on PR #6910:
2 years ago
#3
This feature won't land in 6.7 so no need to commit this just yet.
@peterwilsoncc commented on PR #6910:
2 years ago
#4
I've create a PR in the Gutenberg repo to relocate the changelog notes, https://github.com/WordPress/gutenberg/pull/64991
@peterwilsoncc commented on PR #6910:
18 months ago
#5
This has a few extra PRs listed against it in the merge ticket https://github.com/WordPress/gutenberg/issues/68712
As this hasn't changed since September, it will need an update. cc @Mamaduka
@Mamaduka commented on PR #6910:
18 months ago
#6
@peterwilsoncc, I think we need to bump this to the next major release again.
I checked with @tellthemachines; these features are still behind the experimental flag and not ready for prime time.
@peterwilsoncc commented on PR #6910:
18 months ago
#7
@Mamaduka Thanks George, should I move the backport file the the changelog 6.9 folder? The PHP in the gutenberg plugin isn't in the experimental folder so it doesn't appear I can delete the file until it's ready to merge.
@Mamaduka commented on PR #6910:
18 months ago
#8
@peterwilsoncc, here's relocation PR: https://github.com/WordPress/gutenberg/pull/69068.
This ticket was mentioned in Slack in #core-editor by ella. View the logs.
10 months ago
@wildworks commented on PR #6910:
6 weeks ago
#10
I would like to confirm the status of this PR. The current contents of wp_get_layout_style() and gutenberg_get_layout_style() are almost the same, so I believe it is no longer necessary to apply this PR. What do you think?
@isabel_brison commented on PR #6910:
6 weeks ago
#11
Thanks for checking @t-hamano! Yes I think we can close this one.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/61505
Syncs changes from the following Gutenberg PRs:
https://github.com/WordPress/gutenberg/pull/59483
https://github.com/WordPress/gutenberg/pull/60652
https://github.com/WordPress/gutenberg/pull/62777
### Note: this changeset should only be committed once the feature is stabilised in Gutenberg!