Disable categories in Itemtab?
Hey

I was wondering if there is an option to disable the categories in the itemtab,so it doenst show the categories like components, weapons,...
i just want display the items for sale in the itemtab, so players dont have to click on the tab components to see a list of all the components.

is there a way to disable this?
Thanks in advance!

Aaron
go to: oxide\config\ServerRewards.json
and edit the config there:
"Active categories (global)": {
    "Show commands tab": true,
    "Show exchange tab": false,
    "Show items tab": true,
    "Show kits tab": false,
    "Show seller tab": true,
    "Show transfer tab": true​

If you want disable a TAB turn it to "false"
so what about to disable subcategories liki "ammunition", "weapon" etc and show only components? How we can do that?