diff --git a/tools/sidekick/config.schema.json b/tools/sidekick/config.schema.json index eff18e4d..343f7fd8 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"