Using the blacklist and whitelist options can be useful to limit some workshops, below is a list of available possible values to enter for each option
Remember not to use both options at the same time, as this will not work properly, as the blacklist excludes some options, while the whitelist will remove all other options that are not in the whitelist section.
Using the vehicleClasses option, you can make restrictions for the workshop only for dedicated vehicle classes - for example, tuning only for boats/planes/helicopters
The options that can be added to the indexedColors section can be identified in config.tuningmenu.lua in the Config.ColorsList using the name option.
The options that can be added to the menus section can be identified in config.tuningmenu.lua by the fact that redirection to them is done using selectOpen.
The options that can be added to the parts section can be identified in config.tuningmenu.lua by the fact that redirection to them is done using modType.
The options that can be added to the actions section can be identified in config.tuningmenu.lua by the fact that redirection to them is done using action.
menus = {
['visual'] = true, -- Menu Visuals
['mechanical'] = true, -- Menu Mechanicals
['body'] = true, -- Menu "Body" in "Visuals"
['inside'] = true, -- Menu "Inside" in "Visuals"
['paint'] = true, -- Menu "Paint" in "Visuals"
['wheels'] = true, -- Menu "Wheels" in "Visuals"
['licenseplate'] = true, -- Menu "License Plate" in "Visuals"
['xenon'] = true, -- Menu "Xenon" in "Visuals"
['color1'] = true, -- Menu "Primary Color" in "Visuals"
['color2'] = true, -- Menu "Secondary Color" in "Visuals"
['wheels_type'] = true, -- Menu "Wheels Type" in "Wheels"
},