Skip to content

Commit 489b840

Browse files
Bundled Themes: Update schema version in style variation files.
This ensures that settings and styles are properly handled by code editors that support schema. Reference: [https://developer.wordpress.org/block-editor/reference-guides/theme-json-reference/theme-json-v2/#json-schema Theme.json Version 2 Reference: JSON Schema]. Follow-up to [58403]. Props poena, umeshsinghin. Fixes #61789. git-svn-id: https://develop.svn.wordpress.org/trunk@58835 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c3e1d3a commit 489b840

File tree

20 files changed

+20
-17
lines changed

20 files changed

+20
-17
lines changed

src/wp-content/themes/twentytwentyfour/styles/ember.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Ember",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/fossil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Fossil",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/ice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Ice",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/maelstrom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Maelstrom",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Mint",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/onyx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Onyx",
55
"settings": {

src/wp-content/themes/twentytwentyfour/styles/rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Rust",
55
"settings": {

src/wp-content/themes/twentytwentythree/styles/aubergine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Aubergine",
55
"settings": {

src/wp-content/themes/twentytwentythree/styles/block-out.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Block out",
55
"settings": {

src/wp-content/themes/twentytwentythree/styles/canary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
33
"version": 2,
44
"title": "Canary",
55
"settings": {

0 commit comments

Comments
 (0)