Skip to content

Commit

Permalink
Block Library: Fix incorrect attributes definitions (#36140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Nov 2, 2021
1 parent 447ca93 commit c5e695d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/column/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"type": "array"
},
"templateLock": {
"type": "string",
"enum": [ "all", "insert", false ]
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/cover/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"type": "array"
},
"templateLock": {
"type": "string",
"enum": [ "all", "insert", false ]
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"default": "div"
},
"templateLock": {
"type": "string",
"enum": [ "all", "insert", false ]
}
},
Expand Down

0 comments on commit c5e695d

Please sign in to comment.