From ba5def74bb93e0c97b0d11c13a0e8f51255959bb Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Wed, 26 Jul 2017 08:49:46 +0100 Subject: [PATCH] More Block: It should only be used once --- blocks/library/more/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blocks/library/more/index.js b/blocks/library/more/index.js index 04a83c29076e1..30c45470d91ca 100644 --- a/blocks/library/more/index.js +++ b/blocks/library/more/index.js @@ -20,8 +20,7 @@ registerBlockType( 'core/more', { category: 'layout', - attributes: { - }, + useOnce: true, edit( { attributes, setAttributes, className, focus, setFocus } ) { const { text, noTeaser } = attributes;