Disable Synchrony with System Property in Confluence Plugin SDK

christoffer posted the solution to the problem here

<systemPropertyVariables>
  <atlassian.darkfeature.site-wide.synchrony.opt-in.disable>true</atlassian.darkfeature.site-wide.synchrony.opt-in.disable>
  <atlassian.darkfeature.site-wide.shared-drafts.disable>true</atlassian.darkfeature.site-wide.shared-drafts.disable>
</systemPropertyVariables>
1 Like