Skip to content

Commit

Permalink
Update URL in GIF with .org reference (#36456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz authored Nov 13, 2021
1 parent 8676191 commit 48b187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/themes/theme-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ It can be difficult to remember the theme.json settings and properties while you

Code editors can pick up the schema and can provide help like tooltips, autocomplete, or schema validation in the editor. To use the schema in Visual Studio Code, add `"$schema": "https://schemas.wp.org/trunk/theme.json"` to the beginning of your theme.json file.

![Example using validation with schema](https://developer.wordpress.org/files/2021/10/schema-validation.gif)
![Example using validation with schema](https://developer.wordpress.org/files/2021/11/theme-json-schema-updated.gif)


## Frequently Asked Questions
Expand Down

0 comments on commit 48b187f

Please sign in to comment.