Add Wysiwyg Category Controller

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