Possibility to use URL and SVG filetype as Plesk logo
Currently, it is only possible to upload a file in "Tools & Settings > Branding > Logo" for the plesk logo.
Following 2 things would be cool:
- Possibility to use a URL instead of a static file (we have a fileserver with our logo, when it changes we can just update it there and plesk would take the new one automatically)
- Possibility to use a SVG as logo.
Currently this is not changeable, the logo is defined in /opt/psa/admin/application/default/layouts/simplified.phtml:
<header class="page-simplified__header">
<div class="page-simplified__header-inner">
<div class="page-simplified__header-logo">
<?= $this->logo(); ?>
</div>

SVG files can be used. If you experience issues with uploading, you can instead click the "Logo URL" option to have the logo file loaded directly from a URL of your choice.
-- PD
-
vaelu commented
Ability to upload SVG logo is done, thanks Plesk! (PPPM-12339)
-
creoline GmbH commented
If the implementation of this ticket is done, a better MimeType exception could be implemented at the same time. Currently there is an error 500 when uploading an SVG logo.