All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
META-INF.dirigible.dev-tools.help.module.json Maven / Gradle / Ivy
{
"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": "action",
"category": "Help",
"actionId": "help.report-issue",
"title": "Report a DevTools issue",
"className": "Help.ReportIssueActionDelegate",
"tags": "bug"
},
{
"type": "context-menu-item",
"location": "mainMenuHelp/default",
"actionId": "help.report-issue",
"order": 11
},
{
"type": "late-initialization",
"className": "Help.HelpLateInitialization"
}
],
"dependencies": [
"ui",
"host"
],
"scripts": [],
"modules": [
"help.js",
"help-legacy.js",
"HelpImpl.js",
"ReleaseNoteView.js",
"ReleaseNoteText.js"
],
"resources": [
"releaseNote.css"
]
}