According to the Update notes, if a plugin has options, we should be able to click on the options tab to set the options, however, none of the options tabs are working for the plugins I have.
I expect that this will require adding a new API to existing plugins and I have several plugins that I would like to add support for this to. Unfortunately, I haven't seen any documentation on how to do this.
According to the Update notes, if a plugin has options, we should be able to click on the options tab to set the options, however, none of the options tabs are working for the plugins I have.
The options present under this tab are not compiled automatically by the plugin manager, the author needs to create and assign whatever options to this tab. Until the authors of whichever plugins you're using get around to doing that, you'll have to make do with their options they've presented elsewhere.
Originally Posted by VincentAC
I expect that this will require adding a new API to existing plugins and I have several plugins that I would like to add support for this to. Unfortunately, I haven't seen any documentation on how to do this.