Skip to content

Commit

Permalink
Deploying to gh-pages from @ a740a38 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Nov 7, 2024
1 parent ac35592 commit 4b83f89
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,29 @@
"intents": [],
"images": [],
"tags": ["developer", "view"]
},
{
"appId": "openfin-warn-before-closing",
"name": "openfin-warn-before-closing",
"title": "Example Warn Before Closing App",
"description": "An example app from our container starter: https://github.com/built-on-openfin/container-starter/tree/main/how-to/use-platform/warn-before-closing-dialog that makes the platform aware if there are unsaved changes (platform needs enableBeforeUnload to be set to true in the manifest and needs to override getUserDecisionForBeforeUnload.",
"manifest": {
"url": "https://built-on-openfin.github.io/container-starter/main/use-platform-warn-before-closing-dialog/html/view.html",
"customData": {},
"api": {},
"fdc3InteropApi": "2.0"
},
"manifestType": "inline-view",
"icons": [
{
"src": "https://built-on-openfin.github.io/workspace-starter/dev/john/platform-get-user-decision-for-beforeunload/workspace-platform-starter/common/images/icon-blue.png"
}
],
"contactEmail": "[email protected]",
"supportEmail": "[email protected]",
"publisher": "OpenFin",
"intents": [],
"images": [],
"tags": ["developer", "view"]
}
]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"preventQuitOnLastWindowClosed": true,
"appLogsTimezone": "utc",
"enableAppLogging": false,
"enableBeforeUnload": true,
"logManagement": {
"enabled": false
},
Expand Down

0 comments on commit 4b83f89

Please sign in to comment.