Skip to content

Commit

Permalink
Schema: Add author properties to theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Jan 21, 2025
1 parent e68767f commit 250ecaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,18 @@
"description": "Description of the global styles variation.",
"type": "string"
},
"author": {
"description": "Name of the theme author.",
"type": "string"
},
"authorURI": {
"description": "URI to the theme author's WordPress profile or website.",
"type": "string"
},
"styleURI": {
"description": "URI to the theme's documentation or repository.",
"type": "string"
},
"blockTypes": {
"description": "List of block types that can use the block style variation this theme.json file represents.",
"type": "array",
Expand Down

0 comments on commit 250ecaf

Please sign in to comment.