-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Gutenberg 10.6 #23
Comments
Check if the support is in v10.6.0-rc.1. If so, make the change before 12th May. |
I applied 10.6.0-rc.1. Note: I hadn't created |
All that was necessary it seems was to open Global Styles and change the Font family from Default to Open Sans,sans serif |
When using the template editor for a post, in order to check the styling for the table block, I noted the following problems:
So how can I style the table block using Global styles? |
I raised an issue on Gutenberg. WordPress/gutenberg#31789 |
Pragmatic solution is to copy/cobble the CSS from |
It looks like I've got to implement a number of changes for Gutenberg 10.6
Switch to theme.json
In Gutenberg 10.6, the theme JSON file no longer be experimental.
It's been restructured.
We'll need a
theme.json
file for Gutenberg 10.6 and above with"version": 1
.And
experimental-theme.json
for earlier versions of Gutenberg, though this won't be maintained.See https://github.com/WordPress/gutenberg/blob/trunk/docs/how-to-guides/themes/theme-json.md
Implement post-terms blocks for post categories and tags
There have been other changes.
post-tags
andpost-hierarchical-terms
have become two variations ofpost-terms
.Fix horizontal menu styling
The menu when looking at a single-post was:
It's now.:
or is it? The fonts have gone tits up again. Must've been my attempt to put templateParts into
theme.json
without anything else!The text was updated successfully, but these errors were encountered: