Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/option/PhabricatorUIConfigOptions.php
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | return array( | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| "Customize the logo image and text which appears in the main ". | "Customize the logo image and text which appears in the main ". | ||||
| "site header:\n\n". | "site header:\n\n". | ||||
| " - **Logo Image**: Upload a new 80 x 80px image to replace the ". | " - **Logo Image**: Upload a new 80 x 80px image to replace the ". | ||||
| "Phabricator logo in the site header.\n\n". | "Phabricator logo in the site header.\n\n". | ||||
| " - **Wordmark**: Choose new text to display next to the logo. ". | " - **Wordmark**: Choose new text to display next to the logo. ". | ||||
| "By default, the header displays //Phabricator//.\n\n")), | "By default, the header displays //Phabricator//.\n\n")), | ||||
| $this->newOption('ui.favicons', 'wild', array()) | |||||
| ->setSummary(pht('Customize favicons.')) | |||||
| ->setDescription(pht('Customize favicons.')) | |||||
| ->setLocked(true), | |||||
| $this->newOption('ui.footer-items', $footer_type, array()) | $this->newOption('ui.footer-items', $footer_type, array()) | ||||
| ->setSummary( | ->setSummary( | ||||
| pht( | pht( | ||||
| 'Allows you to add footer links on most pages.')) | 'Allows you to add footer links on most pages.')) | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| "Allows you to add a footer with links in it to most ". | "Allows you to add a footer with links in it to most ". | ||||
| "pages. You might want to use these links to point at legal ". | "pages. You might want to use these links to point at legal ". | ||||
| Show All 12 Lines | |||||