...
If you want to remove the announcement at a later stage, you need to deselect the “show” option
Block platform usage entirely (“Maintenance Mode“)
Sometimes is might be needed to block all platform usage entirely (“Maintenance Mode“). While this is not supported with the Platform Announcements feature, there is a Workaround available to prevent users from using the platform when they see the Platform Announcement.
To enable a maintenance mode
Configure a platform Announcement like described above
Add this snipped to the Organization → Custom Script:
Code Block |
---|
<style>
.kt-button {
display:none;
}
body{
pointer-events: none;
}
</style> |
To disable a maintenance mode
Remove the snipped again from the Custom Script.
Disable the platform announcement