From 22cd6f9752f292956d4138159cbfaf81c07f77f6 Mon Sep 17 00:00:00 2001 From: David Szabo Date: Tue, 6 Apr 2021 14:00:15 +0200 Subject: [PATCH] Remove scope --- packages/e2e-tests/plugins/allowed-patterns.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/e2e-tests/plugins/allowed-patterns.php b/packages/e2e-tests/plugins/allowed-patterns.php index a0ccd0f00bacc7..b598cb6c0b82e7 100644 --- a/packages/e2e-tests/plugins/allowed-patterns.php +++ b/packages/e2e-tests/plugins/allowed-patterns.php @@ -11,9 +11,6 @@ 'test-allowed-patterns/lone-heading', array( 'title' => 'Test: Single heading', - 'scope' => array( - 'inserter' => true, - ), 'content' => '

Hello!

', ) ); @@ -22,9 +19,6 @@ 'test-allowed-patterns/lone-paragraph', array( 'title' => 'Test: Single paragraph', - 'scope' => array( - 'inserter' => true, - ), 'content' => '

Hello!

', ) ); @@ -33,9 +27,6 @@ 'test-allowed-patterns/paragraph-inside-group', array( 'title' => 'Test: Paragraph inside group', - 'scope' => array( - 'inserter' => true, - ), 'content' => '

Hello!

', ) );