Dealing with adding a new instance parameter in a custom plugin

We’ve our custom plugin attached to our Project, and we want to modify the plugin to have a new instance parameter. To do that currently we’ are removing the the plugin, and attach the plugin with a new parameter, but this will make all fields attached to this plugin reset to the default editor. So we should update all the fields editor type again with the new plugin. Is there a better way of doing this? So that fields can keep referencing the plugin.

no sorry @henok.tesfaye this is the way to go now :frowning:

I’m turning this into a feature request, as I think it would be useful to change