Add note to addon-backgrounds docs Readme

addParameter should be called before configure
This commit is contained in:
Paul Grau 2019-06-11 15:31:20 +09:00
parent 56fea53356
commit 9b7d48436e

View File

@ -51,6 +51,8 @@ addParameters({
{ name: 'facebook', value: '#3b5998' }, { 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: If you want to override backgrounds for a single story or group of stories, pass the `backgrounds` parameter: