From 9ae66a1a6b8eeccfb1ac8427579baf3bb85fa661 Mon Sep 17 00:00:00 2001 From: Mitul Date: Thu, 21 Jan 2016 11:01:46 +0530 Subject: [PATCH] Added Editor into the Content I have implemented WYSIWYYG editor. So user can format the content into the blog. --- Block/Adminhtml/Post/Edit/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Block/Adminhtml/Post/Edit/Form.php b/Block/Adminhtml/Post/Edit/Form.php index 870aa39..ecac29b 100644 --- a/Block/Adminhtml/Post/Edit/Form.php +++ b/Block/Adminhtml/Post/Edit/Form.php @@ -110,6 +110,7 @@ protected function _prepareForm() 'label' => __('Content'), 'title' => __('Content'), 'style' => 'height:36em', + 'wysiwyg' => true, 'required' => true ] );