How can I add a Plugin to the right side panel

How can I add my custom plugin to be selectable from the right side panel?
Best Answers
-
Hi,
Yes, you can! Simply add "selectableFromDataset" key inside your recipe.json, as explained in https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view.
Note that since DSS 7.0 there is also an additional "selectableFromFolder" key.
Hope it helps,
Alex
-
That's the icon key in plugin.json. After changing it you will need to reload the plugin on the plugin development page. And finally refresh your browser tab on the flow.
Answers
-
Hi,
You need to add
<span class="pre">selectableFromDataset</span>
in the recipe descriptor.Please see https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view for details
-
Additionally, how do you change the icon on the sidebar? I've changed it on the recipe, but the panel still shows the puzzle piece.
Thanks