-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Overview
WordPress 6.6 introduced theme.json version 3. Our theme currently uses version 2 and should be updated to stay current.
What needs to change
Bump "version" from 2 to 3 in theme.json.
Why no other changes are needed
The only breaking change in v3 is how default font size presets are handled. In v3, WordPress merges its default font sizes with the theme's, causing conflicts in the block editor. Adding "defaultFontSizes": false suppresses the WP defaults and ensures only the theme's custom sizes (small, medium, large, x-large, xx-large) are used.
Acceptance Criteria
-
theme.jsonversion is set to3 - Font sizes render correctly in the block editor
- No unexpected preset values appear in the typography controls
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels