Active
Project:
Category
Version:
6.x-2.0-rc2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 16:11 UTC
Updated:
4 Dec 2009 at 16:11 UTC
The number of rows for textarea for the description of the taxonomy term by default is 5, but in category module taxonomy term is a node and it is not enough for work with node text.
At editing with the WySWIG editor there is no possibility to change allowed textarea height, and 5 rows it is not enough height.
In category.module should be
$form['body_field']['body']['#rows'] = 20; //increase textarea height from 5