From 20c4581c0a7bf6d951bcbdc3d3d596666f54f49e Mon Sep 17 00:00:00 2001 From: Raphael Wegmueller Date: Sat, 14 Dec 2024 11:46:15 +0100 Subject: [PATCH 1/2] chore: add pinned property to schema [skip ci] --- tools/sidekick/config.schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/sidekick/config.schema.json b/tools/sidekick/config.schema.json index eff18e4d..32d5f143 100644 --- a/tools/sidekick/config.schema.json +++ b/tools/sidekick/config.schema.json @@ -59,9 +59,13 @@ }, "paletteRect": { "type": "string", - "description": "he dimensions and position of a palette box", + "description": "The dimensions and position of a palette box", "dependentRequired": ["isPalette"] }, + "pinned": { + "type": "boolean", + "description": "Render the plugin in the bar (true, default) or the menu (false)", + }, "title": { "type": "string", "description": "The button text" From d161647703a6b9fa0025c0c3e17ec0074333d62a Mon Sep 17 00:00:00 2001 From: Raphael Wegmueller Date: Sat, 14 Dec 2024 11:47:31 +0100 Subject: [PATCH 2/2] chore: syntax [skip ci] --- tools/sidekick/config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.schema.json b/tools/sidekick/config.schema.json index 32d5f143..343f7fd8 100644 --- a/tools/sidekick/config.schema.json +++ b/tools/sidekick/config.schema.json @@ -64,7 +64,7 @@ }, "pinned": { "type": "boolean", - "description": "Render the plugin in the bar (true, default) or the menu (false)", + "description": "Render the plugin in the bar (true, default) or the menu (false)" }, "title": { "type": "string",