Published by editor also publish my staging design

Hi,

I just solve my problem by hiding the Publish button from Editors with this embed code:

<style>
  /**
  * Staging Improvements
  */

  .w-editor-publish-controls .w-editor-publish {
    display: none !important;
  }
</style>

With this way, only Designers can publish website to staging or production.

Everything’s under control now.

I hope it helps.

3 Likes