Skip to content

Commit

Permalink
UX Squished TinyMCE Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
muskie9 committed May 17, 2019
1 parent a8b42b1 commit 9995192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/BlogPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function getCMSFields()
*/
$fields->insertAfter('Content', $uploadField);

$summary = HtmlEditorField::create('Summary', false);
$summary = HtmlEditorField::create('Summary', 'Summary');
$summary->setRows(5);
$summary->setDescription(_t(
__CLASS__ . '.SUMMARY_DESCRIPTION',
Expand Down

0 comments on commit 9995192

Please sign in to comment.