Remove support for custom logos
Summary: - These don't fit anywhere in the new design. - Even if we figure out how to fit them in, 220px logos definitely won't fit on the 320px iPhone screen so anyone who has a custom logo will have to rework them anyway. - Kill it for now, and once we get the new design in and working maybe we can restore it somehow. Test Plan: Loaded local install, no logo. Grepped for config. Reviewers: btrahan, vrana Reviewed By: vrana CC: aran Maniphest Tasks: T1569 Differential Revision: https://secure.phabricator.com/D3101
This commit is contained in:
@@ -56,15 +56,6 @@ return array(
|
||||
'security.hmac-key' => '[D\t~Y7eNmnQGJ;rnH6aF;m2!vJ8@v8C=Cs:aQS\.Qw',
|
||||
|
||||
|
||||
// -- Customization --------------------------------------------------------- //
|
||||
|
||||
// If you want to use a custom logo (e.g., for your company or organization),
|
||||
// copy 'webroot/rsrc/image/custom/example_template.png' to
|
||||
// 'webroot/rsrc/image/custom/custom.png' and set this to the URI you want it
|
||||
// to link to (like http://www.yourcompany.com/).
|
||||
'phabricator.custom.logo' => null,
|
||||
|
||||
|
||||
// -- Internationalization -------------------------------------------------- //
|
||||
|
||||
// This allows customizing texts used in Phabricator. The class must extend
|
||||
|
||||
Reference in New Issue
Block a user