What is the procedure of updating a custom panel plugin (React) when the current plugin is already used in a dashboard?
Do you just have to replace the source in the same plugin directory and build it? Do you just have to use the same plugin.json? Will any IDs change?
Hi. Yes you only need to update the built code in the plugin directory. The plugin id should remain the same.
1 Like
Thanks for your reply
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.