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
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.
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:
Follow #233 as an example of how to do that
The text was updated successfully, but these errors were encountered: