Thanks
In this case, I will just add a new extension for registering all configs
used in our in-process hooks.
On Sun, Dec 3, 2017 at 2:04 AM, Yuya Nishihara wrote:
> On Thu, 30 Nov 2017 11:00:30 -0500, Olivier Trempe wrote:
> > First, I understand that the new configitems.loadconfigtable is ca
On Thu, 30 Nov 2017 11:00:30 -0500, Olivier Trempe wrote:
> First, I understand that the new configitems.loadconfigtable is called for
> each activated extension and expects to find a configtable object within
> the extension module to inject the extension's configs into the ui's known
> configs. I
Hi,
First, I understand that the new configitems.loadconfigtable is called for
each activated extension and expects to find a configtable object within
the extension module to inject the extension's configs into the ui's known
configs. I had to step into the code to find out about it and it is not