Jump to content

CMS category description - add TinyMce


IgorSB

Recommended Posts

I can't find solutions for add TinyMce editor for CMS category description for 1.7.6.5. I have made changes by following this article:

 

classes/CMSCategory.php
'description' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml'),

controllers/admin/AdminCmsCategoriesController.php

array(
'type' => 'textarea',
'label' => $this->trans('Description', array(), 'Admin.Global'),
'name' => 'description',
'autoload_rte' => true,
..............

And there is no changes in admin, even if try change 'label' => $this->trans('Description... to 'label' => $this->trans('DescriptionTestChange ...

Cached cleared in var/

Also with override no luck.

Please, does someone have solution?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...