From 26a400f4f6236a73992d9d970bc66dff2b5db8e0 Mon Sep 17 00:00:00 2001 From: "Nahid F. Mohit" Date: Fri, 1 Feb 2019 01:04:58 -0800 Subject: [PATCH] Introduce left and right float alignment options to latest posts block (#8814) --- packages/block-library/src/latest-posts/edit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-library/src/latest-posts/edit.js b/packages/block-library/src/latest-posts/edit.js index 650d257603e18d..f6bc6953f2955a 100644 --- a/packages/block-library/src/latest-posts/edit.js +++ b/packages/block-library/src/latest-posts/edit.js @@ -161,7 +161,6 @@ class LatestPostsEdit extends Component { onChange={ ( nextAlign ) => { setAttributes( { align: nextAlign } ); } } - controls={ [ 'center', 'wide', 'full' ] } />