Remove the excerpt from the blocks
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Oct 2015 12:24:07 +0000 (08:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Oct 2015 12:24:07 +0000 (08:24 -0400)
models/block.php

index cda8830..e613a75 100644 (file)
@@ -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',