webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Add config.yaml UI option to disable printing from replay banner #815

Closed tw4l closed 1 year ago

tw4l commented 1 year ago

Description

This PR adds a ui.disable_printing option to config.yaml which if set to any value with hide the new print replay iframe content button in the pywb 2.8 replay banner.

The second commit in this PR also modifies the VueUI.main() constructor to accept a JSON config object, to make the code a bit more readable and ease the addition of any future config options.

Motivation and Context

Commit https://github.com/webrecorder/pywb/commit/98be48d6e4f90116a9d07c6b979cdccf24c64036 adds a print button the replay banner but in some deployments (e.g. reading rooms) pywb administrators may want to disable this option.

Types of changes

Checklist: