Add Wysiwyg Category Controller

This commit is contained in:
Cédric Mouleyre
2013-05-17 12:00:43 +03:00
parent 2bfad8017e
commit 334c5d35fd
@@ -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,