From: Steve Sutton Date: Fri, 23 Oct 2015 12:24:07 +0000 (-0400) Subject: Remove the excerpt from the blocks X-Git-Tag: v1.2.2^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b5bd54cb0909a8a57a96144bc66b438c04c6ba56;p=WP-Plugins%2Fglm-blocks.git Remove the excerpt from the blocks --- diff --git a/models/block.php b/models/block.php index cda8830..e613a75 100644 --- a/models/block.php +++ b/models/block.php @@ -104,7 +104,7 @@ class glm_models_block 'show_in_nav_menus' => false, 'can_export' => true, 'menu_position' => 5, - 'supports' => array('thumbnail', 'title', 'editor', 'excerpt', 'page-attributes'), + 'supports' => array('thumbnail', 'title', 'editor', 'page-attributes'), 'has_archive' => false, 'menu_icon' => 'dashicons-exerpt-view', 'capability_type' => 'page',