Skip to content

Commit

Permalink
Precise that Kaoto editors must be closed and reopened on settings to be
Browse files Browse the repository at this point in the history
effective

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jan 9, 2025
1 parent ecd2fe3 commit 7507639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
"kaoto.catalog.url": {
"type": "string",
"default": null,
"markdownDescription": "URL to a Kaoto catalog. For instance `https://raw.githubusercontent.com/KaotoIO/catalogs/main/catalogs/index.json`. Documentation to generate your own set of catalog is available [here](https://github.com/KaotoIO/kaoto/tree/main/packages/catalog-generator). It requires to reopen the kaoto editors to be effective.",
"markdownDescription": "URL to a Kaoto catalog. For instance `https://raw.githubusercontent.com/KaotoIO/catalogs/main/catalogs/index.json`. Documentation to generate your own set of catalog is available [here](https://github.com/KaotoIO/kaoto/tree/main/packages/catalog-generator). It requires to reopen the Kaoto editors to be effective.",
"scope": "window"
},
"kaoto.nodeLabel": {
"type": "string",
"default": "description",
"markdownDescription": "Node label, which will be used for nodes in the canvas. Can be either `description` or `id`. If `description` is selected, it will be displayed only if it is available, otherwise `id` will be displayed by default.",
"markdownDescription": "Node label, which will be used for nodes in the canvas. Can be either `description` or `id`. If `description` is selected, it will be displayed only if it is available, otherwise `id` will be displayed by default. It requires to reopen the Kaoto editors to be effective.",
"enum": [
"description",
"id"
Expand All @@ -156,7 +156,7 @@
"kaoto.nodeToolbarTrigger": {
"type": "string",
"default": "onHover",
"markdownDescription": "Choose when to open the Node toolbar. Can be either `onHover` or `onSelection`. If `onHover` is selected, the toolbar will be automatically open upon hovering a node, otherwise, it will be open when selecting a node",
"markdownDescription": "Choose when to open the Node toolbar. Can be either `onHover` or `onSelection`. If `onHover` is selected, the toolbar will be automatically open upon hovering a node, otherwise, it will be open when selecting a node. It requires to reopen the Kaoto editors to be effective.",
"enum": [
"onHover",
"onSelection"
Expand All @@ -165,7 +165,7 @@
"kaoto.enableDragAndDrop": {
"type": "boolean",
"default": false,
"markdownDescription": "Control whether to enable drag and drop feature",
"markdownDescription": "Control whether to enable drag and drop feature. It requires to reopen the Kaoto editors to be effective.",
"tags": [
"experimental"
]
Expand Down

0 comments on commit 7507639

Please sign in to comment.