Merge pull request #440 from MrManchot/patch-8

Add Wysiwyg in Category Controller
This commit is contained in:
Vincent Augagneur
2013-05-20 02:28:57 -07:00
@@ -415,6 +415,7 @@ class AdminCategoriesControllerCore extends AdminController
'type' => 'textarea',
'label' => $this->l('Description:'),
'name' => 'description',
'autoload_rte' => true,
'lang' => true,
'rows' => 10,
'cols' => 100,