Plugin config as dict, not for RPC. :return: dict
(self)
| 181 | return self._convertConfigFormat(self.core.config.plugin) |
| 182 | |
| 183 | def getPluginConfigDict(self): |
| 184 | """Plugin config as dict, not for RPC. |
| 185 | |
| 186 | :return: dict |
| 187 | """ |
| 188 | return self.core.config.plugin |
| 189 | |
| 190 | |
| 191 | @permission(PERMS.STATUS) |