Skip to content

Commit

Permalink
Programmatically creating a group block will not default to the const…
Browse files Browse the repository at this point in the history
…rained layout type. It must be specified.
  • Loading branch information
ramonjd committed Aug 25, 2022
1 parent 6b7abd3 commit 6b46208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/e2e-tests/plugins/cpt-locking.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ function gutenberg_test_cpt_locking() {
'core/group',
array(
'templateLock' => false,
'layout' => array(
'type' => 'constrained',
),
),
array(
array(
Expand Down

0 comments on commit 6b46208

Please sign in to comment.