projects
/
WP-Plugins
/
glm-blocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9616086
)
Remove the excerpt from the blocks
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 23 Oct 2015 12:24:07 +0000
(08:24 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 23 Oct 2015 12:24:07 +0000
(08:24 -0400)
models/block.php
patch
|
blob
|
history
diff --git
a/models/block.php
b/models/block.php
index
cda8830
..
e613a75
100644
(file)
--- 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',