'brand' => array(
'class' => 'class.category',
'name' => 'category_name',
'mode' => 'list',
'params' => array(
'category_type' => 'manufacturer',
'filters' => array(
'c.category_depth > 1'
),
'key' => 'category_id',
),
'url' => 'category&task=findList&category_type=manufacturer',
'options' => array(
'tree_url' => 'category&task=getTree&category_type=manufacturer&category_id={ID}',
'tree_key' => '{ID}',
),
),
This code defines how the brands selector works. Change the mode to "tree" instead of "list" and it will display like the categories selector.