Skip to content

Commit

Permalink
Change isToolshown type from String to Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
apapadopoulou committed Jun 26, 2021
1 parent c4b1ecf commit d15199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/features-and-behavior.md
Expand Up @@ -23,7 +23,7 @@ The following table details how to use the API values:
| **showPanel** | Boolean |Display panel that shows addon configurations |`true` |
| **panelPosition** | String/Object |Where to show the addon panel |`bottom` or `right` |
| **enableShortcuts** | Boolean |Enable/disable shortcuts |`true` |
| **isToolshown** | String |Show/hide tool bar |`true` |
| **isToolshown** | Boolean |Show/hide tool bar |`true` |
| **theme** | Object |Storybook Theme, see next section |`undefined` |
| **selectedPanel** | String |Id to select an addon panel |`storybook/actions/panel` |
| **initialActive** | String |Select the default active tab on Mobile |`sidebar` or `canvas` or `addons` |
Expand Down

0 comments on commit d15199c

Please sign in to comment.