pywb
pywb copied to clipboard
Specifying a logo for the replay top frame / banner should be configurable
Is your feature request related to a problem? Please describe.
We would like our logo to appear in the replay banner, but the documentation does not describe how to add a logo to that banner. logoImg, used in default_banner.js to write the banner, is not included as a key in banner.html's banner_info object.
Describe the solution you'd like
Provide a configuration to add a logo image file, similar to how default_locale and locales can be set via config.yaml.
Describe alternatives you've considered
We overrode banner.html in order to add a logoImg but would prefer to minimize any overriding of templates.