update theme.json schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-06-12 12:46:01 +05:00
parent 3f5f9e3123
commit 15d49c575c

View File

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