Skip to content

Commit

Permalink
clarify description
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 19, 2024
1 parent 80e1b5f commit f53f565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
},
"backgroundSize": {
"type": "boolean",
"description": "Allow blocks to define a background position, size, and whether it repeats.",
"description": "Allow blocks to define values related to the size of a background image, including size, position, and repeat controls",
"default": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"default": false
},
"backgroundSize": {
"description": "Allow users to set a background position, size, and whether it repeats.",
"description": "Allow users to set values related to the size of a background image, including size, position, and repeat controls.",
"type": "boolean",
"default": false
}
Expand Down

0 comments on commit f53f565

Please sign in to comment.