Skip to content

Commit

Permalink
Move remaining descriptions to be first
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende authored and scruffian committed Jul 23, 2024
1 parent 00fa356 commit 293d347
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions schemas/json/font-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"type": "string"
},
"preview": {
"type": "string",
"description": "URL to a preview image of the font family."
"description": "URL to a preview image of the font family.",
"type": "string"
},
"fontFace": {
"description": "Array of font-face definitions.",
Expand All @@ -129,8 +129,8 @@
"additionalProperties": false
},
"categories": {
"type": "array",
"description": "Array of category slugs.",
"type": "array",
"items": {
"type": "string"
}
Expand Down
14 changes: 7 additions & 7 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2582,20 +2582,20 @@
"const": 3
},
"title": {
"type": "string",
"description": "Title of the global styles variation. If not defined, the file name will be used."
"description": "Title of the global styles variation. If not defined, the file name will be used.",
"type": "string"
},
"slug": {
"type": "string",
"description": "Slug of the global styles variation. If not defined, the kebab-case title will be used."
"description": "Slug of the global styles variation. If not defined, the kebab-case title will be used.",
"type": "string"
},
"description": {
"type": "string",
"description": "Description of the global styles variation."
"description": "Description of the global styles variation.",
"type": "string"
},
"blockTypes": {
"type": "array",
"description": "List of block types that can use the block style variation this theme.json file represents.",
"type": "array",
"items": {
"type": "string"
}
Expand Down

0 comments on commit 293d347

Please sign in to comment.