update theme.json schema

This commit is contained in:
Aadil Ayub 2024-06-12 13:58:39 +05:00
parent 15d49c575c
commit c7e5ca8fd8

View File

@ -1,6 +1,4 @@
{ {
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"customTemplates": [ "customTemplates": [
{ {
"name": "page-brochure", "name": "page-brochure",
@ -461,5 +459,7 @@
"fontWeight": "400", "fontWeight": "400",
"lineHeight": "1.6" "lineHeight": "1.6"
} }
} },
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
} }