blob: 1c98901d8d3012ecf813c683ea6c50f807781cb2 [file] [log] [blame]
{
"extensions": [
{
"type": "view",
"location": "drawer-view",
"id": "release-note",
"title": "What's New",
"persistence": "closeable",
"order": 1,
"className": "Help.ReleaseNoteView"
},
{
"type": "setting",
"category": "Appearance",
"title": "Show What's New after each update",
"settingName": "help.show-release-note",
"settingType": "boolean",
"defaultValue": true,
"options": [
{
"value": true,
"title": "Show What's New after each update"
},
{
"value": false,
"title": "Do not show What's New after each update"
}
]
},
{
"type": "action",
"category": "Help",
"actionId": "help.release-notes",
"title": "Release notes",
"className": "Help.ReleaseNotesActionDelegate"
},
{
"type": "context-menu-item",
"location": "mainMenuHelp/default",
"actionId": "help.release-notes",
"order": 10
},
{
"type": "late-initialization",
"className": "Help.HelpLateInitialization"
}
],
"dependencies": [
"ui",
"host"
],
"scripts": [
"Help.js",
"ReleaseNoteView.js",
"ReleaseNoteText.js"
],
"resources": [
"releaseNote.css"
]
}