From d15199c012d540eae0822e9fc4aefd2240759ef9 Mon Sep 17 00:00:00 2001 From: Angeliki Papadopoulou <56366807+apapadopoulou@users.noreply.github.com> Date: Sat, 26 Jun 2021 16:59:38 +0300 Subject: [PATCH] Change isToolshown type from String to Boolean --- docs/configure/features-and-behavior.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/features-and-behavior.md b/docs/configure/features-and-behavior.md index 0e929c5df223..4d419ef78979 100644 --- a/docs/configure/features-and-behavior.md +++ b/docs/configure/features-and-behavior.md @@ -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` |