Creating categories

On the top of the config file you will see the examples where you can create as many categories as you want, to your liking.

Config.Categories = { -- ['categoryID'] = 'Category Label'
    ['compacts'] = 'Compacts',
    ['coupes'] = 'Coupes',
    ['sedans'] = 'Sedans',
    ['sports'] = 'Sports',
    ['sportsclassic'] = 'Sport Classic',
    ['super'] = 'Super',
    ['muscle'] = 'Muscle',
    ['offroad'] = 'Off Road',
    ['suv'] = 'SUV',
    ['vans'] = 'Vans',
    ['motorcycles'] = 'Motorcycles'
}

Last updated

Was this helpful?