UX Squished TinyMCE Editor

resolves #485
This commit is contained in:
Nic Horstmeier 2019-05-16 21:23:10 -05:00
parent a8b42b151a
commit 9995192d61
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class BlogPost extends Page
*/
$fields->insertAfter('Content', $uploadField);
$summary = HtmlEditorField::create('Summary', false);
$summary = HtmlEditorField::create('Summary', 'Summary');
$summary->setRows(5);
$summary->setDescription(_t(
__CLASS__ . '.SUMMARY_DESCRIPTION',