diff --git a/schemas/json/theme.json b/schemas/json/theme.json index e05bea75c2d61b..4a37c50c1eb285 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -1087,7 +1087,7 @@ "type": "object", "properties": { "name": { - "description": "Filename ,without extension, of the template in the block-templates folder.\nGutenberg plugin required.", + "description": "Filename, without extension, of the template in the block-templates folder.\nGutenberg plugin required.", "type": "string" }, "title": { @@ -1117,6 +1117,10 @@ "description": "Filename, without extension, of the template in the block-template-parts folder.\nGutenberg plugin required.", "type": "string" }, + "title": { + "description": "Title of the template, translatable.\nGutenberg plugin required.", + "type": "string" + }, "area": { "description": "The area the template part is used for. Block variations for `header` and `footer` values exist and will be used when the area is set to one of those.\nGutenberg plugin required.", "type": "string",