Skip to content

Commit

Permalink
Group: Fix the 'double div' deprecation 'templateLock ' attribute (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Mar 22, 2023
1 parent 83088ab commit 030be65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/group/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ const deprecated = [
default: 'div',
},
templateLock: {
type: 'string',
type: [ 'string', 'boolean' ],
enum: [ 'all', 'insert', false ],
},
},
supports: {
Expand Down

0 comments on commit 030be65

Please sign in to comment.