From d6944fa0ae228b8d2c67735fad1909ecef899b5a Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 11 Jun 2019 11:03:31 +0200 Subject: [PATCH] documentation: Add note to addon-backgrounds docs Readme. #6915 (#7026) documentation: Add note to addon-backgrounds docs Readme. #6915 --- addons/backgrounds/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/backgrounds/README.md b/addons/backgrounds/README.md index 68bb8db52c1a..db9cde1aa464 100644 --- a/addons/backgrounds/README.md +++ b/addons/backgrounds/README.md @@ -51,6 +51,8 @@ addParameters({ { name: 'facebook', value: '#3b5998' }, ], }); + +// should be before configure() ``` If you want to override backgrounds for a single story or group of stories, pass the `backgrounds` parameter: