Fix layout shell editor geometry - #1543
Merged
Merged
Conversation
This was referenced Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InnerBlockslayer withuseInnerBlocksPropsand flattening only that marker; authored wrapper boxes and nested native block carriers remain intact.positiondeclarations into.editor-styles-wrapperwith editor-specific specificity, so Gutenberg core positioning defaults cannot replace authored absolute/relative geometry.InnerBlocks.Content.Real Gutenberg Evidence
The #1540 issue workflow exercised the generated Latonia Hope import in a real Gutenberg desktop canvas across Home, About, Gallery, and Resumes. The workflow verified each route after save/reload and performed representative text, media, and link selection/edit/save/reload operations. This change retains the hero absolute-background/content sibling geometry at the matched 1160px content viewport while keeping the frontend output unchanged.
Verification
composer --working-dir=php-transformer testnpm testinphp-transformer/tools/visual-paritygit diff --checkCloses #1540.
Post-merge regression hardening is tracked in #1546 and #1547.
AI Assistance
OpenAI GPT-5.6 Terra through OpenCode reviewed the full trunk diff, implementation topology, test coverage, CI failure, and finalized publication. It made the minimal CI correction required for the transformer-backed browser test, ran verification, and updated this PR. Chris Huber directed the work and remains responsible for the change.