Skip to content

Commit

Permalink
Block Library: Fix Column block schema min, max typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jan 6, 2020
1 parent 2c1e3be commit a1475ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/column/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"width": {
"type": "number",
"min": 0,
"max": 100
"minimum": 0,
"maximum": 100
}
}
}

0 comments on commit a1475ee

Please sign in to comment.