public function type_category_feed($item, &$options)
{
// textarea in features instead of text like e.g. by title, sku, price
$item['editclass'] = 'autogrow';
$item['editfilter'] = 'html';
return $this->commonColumn($item, $options);
}