All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.issues.module.json Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
      {
          "type": "view",
          "location": "drawer-view",
          "id": "issues-pane",
          "title": "Issues",
          "order": 100,
          "persistence": "closeable",
          "className": "Issues.IssuesPane",
          "experiment": "issuesPane"
      },
      {
        "type": "@Common.Revealer",
        "contextTypes": [
            "SDK.Issue"
        ],
        "destination": "Issues view",
        "className": "Issues.IssueRevealer"
      }
    ],
    "dependencies": ["platform", "ui", "host", "components", "sdk", "network"],
    "scripts": [],
    "modules": [
      "issues.js",
      "issues-legacy.js",
      "IssuesPane.js",
      "IssueRevealer.js"
    ],
    "resources": [
      "issuesPane.css"
    ]
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy