Skip to content

Commit

Permalink
More verbose schema descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 8, 2024
1 parent 72837e9 commit 3fd2d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@
"properties": {
"block": {
"type": "boolean",
"description": "Add a block specific class name"
"description": "Add the .wp-block-your-block-name class to the block's wrapper element"
},
"variation": {
"type": "boolean",
"description": "Add a variation specific class name"
"description": "Add the .wp-block-your-block-name-your-block-variation class to the block's wrapper element"
}
}
}
Expand Down

0 comments on commit 3fd2d0c

Please sign in to comment.