-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhide Banner when using sppkg #686
Comments
Check out the following file: line 18, "hiddenFromToolbox": true, Set this to false, this will allow the banner to be visible within the toolbox so it may be added to webpages. Once you set to false, from the react-banner folder, you will need to then run: gulp bundle --ship And finally upload the generated sppkg to your app catalog |
Thank you. |
When I run gulp bundle --ship I get Error - sass - src\webparts\banner\components\Banner.module.scss(1,9): error Error: Can't find stylesheet to import. |
How do you update the sppkg to make it so the banner webpart is visible when using instead of hidden by default?
The text was updated successfully, but these errors were encountered: