From 250ecafe7ed1e9e2a5af4082b700f69ff41957ad Mon Sep 17 00:00:00 2001 From: Sukhendu Sekhar Guria Date: Tue, 21 Jan 2025 10:19:56 +0530 Subject: [PATCH] Schema: Add author properties to theme.json --- schemas/json/theme.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 4eec377e3a94b9..1090309ab0f2b3 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -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",