Skip to content

Commit

Permalink
Add field to customize the offline page during app maintenance (#968)
Browse files Browse the repository at this point in the history
The `offline_page_url` allows users to customize the offline page when an app is in maintenance mode or when an app is archived.
  • Loading branch information
blesswinsamuel authored Jan 20, 2025
1 parent 5e84ded commit 414fbb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/resources/apps/models/app_maintenance_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ properties:
type: boolean
description: Indicates whether the app should be archived. Setting this to true implies that enabled is set to true. Note that this feature is currently in closed beta.
example: true
offline_page_url:
type: string
description: A custom offline page to display when maintenance mode is enabled or the app is archived.
example: https://example.com/offline.html

0 comments on commit 414fbb9

Please sign in to comment.