Skip to content

Commit

Permalink
Merge pull request #15377 from apapadopoulou/documentation/change-api…
Browse files Browse the repository at this point in the history
…-value-type

Documentation: Change isToolshown type from String to Boolean
  • Loading branch information
jonniebigodes committed Jun 28, 2021
2 parents 2b21edb + d15199c commit efed4b1
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 efed4b1

Please sign in to comment.