You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Now that this PR WordPress/gutenberg#29335 landed on Gutenberg. Any theme with an experimental-theme.json will be impacted.
Here are the changes that need to be made for these themes If they do support "wide/full" alignments:
Remove the old theme support flag.
Remove all alignments CSS from your theme's CSS files.
Define the default "layout" config in theme.json (this is going to be used as a default layout style for the post editor). and update the FSE templates to inherit the default layout where necessary.