= pre-deployment
[-] inform community of print styles update (Olga, Chris)
[-] ensure styles are documented on mediawiki (Olga, Nirzar)
[] ensure instrumentation has been on for at least 2 weeks {T169730} (do not deploy prior to October 9)
= develper notes
Current config looks like this:
```
$wgVectorExperimentalPrintStyles = true;
$wgPrintLogo = [
'imageWidth' => $wgMinervaCustomLogos['copyright-width'],
'imageHeight' => $wgMinervaCustomLogos['copyright-height'],
'displayWidth' => $wgMinervaCustomLogos['copyright-width'],
'displayHeight' => $wgMinervaCustomLogos['copyright-height'],
'url' => $wgMinervaCustomLogos['copyright'],
];
```
= acceptance criteria
[] Deploy new print styles for desktop on all projects
[] Ensure styles are also applied to pdfs using Electron, if not - open the appropriate task
[] Record event on the [[ https://www.mediawiki.org/wiki/Reading/Web/Release_timeline | release timeline ]]
= post sign off
[] Create a new task to remove $wgVectorExperimentalPrintStyles from the Vector extension