Developer Request: Installing A Site Plugin On A Specific Site Branch
Collecting votes
Currently it is not possible to install a site plugin on a specific branch using
addSitePlugin(). The API installs the plugin at the overall site level.Developers would like the ability to install a plugin on a selected branch, so they can:
- Install new or experimental versions of a plugin on a test branch without affecting the main production branch.
- Maintain different plugin configurations or versions per branch, such as staging vs. production.
- Safely validate checkout or other plugin behavior in a controlled branch before rolling it out broadly.
In the meantime you can work around this by creating separate test sites for plugin testing instead of relying on
addSitePlugin() for branch-specific installation.We are always working to update and improve our products, and your feedback is greatly appreciated.


