Topic/Where to specify PDF export template?

Where to specify PDF export template?

Created 4 years and 5 months ago MLR

Version: 3.1

Question: Where can I specify the template path for PDF export? In the ConfigManager, I only see the option "Hide Namespace prefix in PDF for BlueSpiceUEModulePDF

Answer: The corresponding option has not made it into configuration management. In general, it is discussed internally which settings should all be customizable via the web interface.

The path to the PDF template as well as the default template can be set in the LocalSettings.php:

$bsgUEModulePDFTemplatePath = "/path/to/directory";

$bsgUEModulePDFDefaultTemplate = "Foldername-of-the-template";

https://github.com/wikimedia/mediawiki-extensions-BlueSpiceUEModulePDF/blob/master/extension.json#L77-L82