From 75076395edfcd724000f6f1f88bda3d8890e64b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 8 Jan 2025 17:17:35 +0100 Subject: [PATCH] Precise that Kaoto editors must be closed and reopened on settings to be effective MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e40c933..0ceb46f 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" @@ -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" ]