Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure a platform Announcement like described above

  2. Add this snippet to the OrganizationCustom Script:

Code Block
languagehtml
/*
** Maintenance Mode Script **
**/
<style>
  .kt-button {
    display:none;
  }
  body{
    pointer-events: none;
  }
</style>

...