plugin.json 587 B

12345678910111213141516
  1. {
  2. "jupyter.lab.setting-icon": "elyra:pipeline",
  3. "jupyter.lab.setting-icon-label": "Elyra Pipeline Editor",
  4. "title": "Elyra Pipeline Editor",
  5. "description": "Elyra Pipeline Editor Configuration.",
  6. "properties": {
  7. "doubleClickToOpenProperties": {
  8. "title": "Double-click on pipeline node opens properties.",
  9. "description": "If enabled, double-clicking a node opens the node's properties. If disabled (the default), the node's source file is opened.",
  10. "type": "boolean",
  11. "default": false
  12. }
  13. },
  14. "additionalProperties": false,
  15. "type": "object"
  16. }