Skip to content

Commit 3ff8562

Browse files
committed
Move Schema and Version to top of theme.json.
1 parent 2b47aa6 commit 3ff8562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"version": 2,
3+
"$schema": "https://schemas.wp.org/trunk/theme.json",
24
"customTemplates": [
35
{
46
"name": "blank",
@@ -631,7 +633,5 @@
631633
"name": "footer",
632634
"title": "Footer"
633635
}
634-
],
635-
"version": 2,
636-
"$schema": "https://schemas.wp.org/trunk/theme.json"
636+
]
637637
}

0 commit comments

Comments
 (0)