-
Notifications
You must be signed in to change notification settings - Fork 0
make the AJ branding optional in the brightspace widgets #114
Description
Some customers may not want to see the 'powered by atomic jolt' text in the search widgets. We should add a configuration to both widget placements to allow you to disable the branding.
QA instructions:
For the nav widget, this should be tested in conjunction with #115.
Enable the widget with no branding, and make sure things look correct in both collapsed and expanded forms. The search box position will be adjusted so that it's still centered vertically in the nav.
Shrink your browser down to mobile size, the nav is moved into the collapsible menu. open it and make sure the widget looks right with and without branding.
For the desktop widget, I've added directions to the install docs. Edit the source of the widget, and add or edit the 'showBranding' option. I've already added it to our instance. It can be set to 'on' or 'off'. If the showBranding option isn't set at all, the default behavior is to show branding.
I've added the directions to install docs on how to disable branding in both widgets