[wp-trac] [WordPress Trac] #61789: Bundled themes: Update schema version in style variation files
WordPress Trac
noreply at wordpress.org
Tue Jul 30 11:42:42 UTC 2024
#61789: Bundled themes: Update schema version in style variation files
-------------------------------------------------+-------------------------
Reporter: poena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.7
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: good-first-bug has-patch changes- | Focuses:
requested |
-------------------------------------------------+-------------------------
Changes (by poena):
* keywords: good-first-bug has-patch => good-first-bug has-patch changes-
requested
Comment:
Hi @umeshsinghin thank you for the pull request.
The schema needs to be
{{{
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
}}}
not
{{{
"$schema": "https://schemas.wp.org/wp/6.6/theme.json",
}}}
This is because the themes are using Theme.json version 2.
6.5 is that latest schema for version 2.
It also needs to be added to Twenty Twenty-Two.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61789#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list