I need to disable some options such as "Show preview pan" option for some skins I am developing. How can I do this? The options I need to disable is not limited to "Show preview pan", also some individual options for some skins only. How this can be achieved?
there is a config option 'dont_override' which will hide options from the settings pane. to do it per skin though you'd either need to put some conditions on your config file or use a plugin to change that option per skin i think.