Skip to content

Commit

Permalink
Remove scope
Browse files Browse the repository at this point in the history
  • Loading branch information
david-szabo97 committed Apr 6, 2021
1 parent f482414 commit 22cd6f9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/e2e-tests/plugins/allowed-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
'test-allowed-patterns/lone-heading',
array(
'title' => 'Test: Single heading',
'scope' => array(
'inserter' => true,
),
'content' => '<!-- wp:heading --><h2>Hello!</h2><!-- /wp:heading -->',
)
);
Expand All @@ -22,9 +19,6 @@
'test-allowed-patterns/lone-paragraph',
array(
'title' => 'Test: Single paragraph',
'scope' => array(
'inserter' => true,
),
'content' => '<!-- wp:paragraph --><p>Hello!</p><!-- /wp:paragraph -->',
)
);
Expand All @@ -33,9 +27,6 @@
'test-allowed-patterns/paragraph-inside-group',
array(
'title' => 'Test: Paragraph inside group',
'scope' => array(
'inserter' => true,
),
'content' => '<!-- wp:group --><div class="wp-block-group"><!-- wp:paragraph --><p>Hello!</p><!-- /wp:paragraph --></div><!-- /wp:group -->',
)
);

0 comments on commit 22cd6f9

Please sign in to comment.