From 1997e789023e3c2cd4c574fd16640e2a895c8e2b Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 1 Jun 2017 15:48:09 -0400 Subject: [PATCH] Remove alignment controls from list block --- blocks/library/list/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/library/list/index.js b/blocks/library/list/index.js index 80bec7d99f42c5..a1d43c3741bc4e 100644 --- a/blocks/library/list/index.js +++ b/blocks/library/list/index.js @@ -130,7 +130,6 @@ registerBlockType( 'core/list', { value={ values } focus={ focus } onFocus={ setFocus } - showAlignments className="blocks-list" /> ); },