Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/option/PhabricatorCoreConfigOptions.php
Show First 20 Lines • Show All 245 Lines • ▼ Show 20 Lines | return array( | ||||
'href' => $applications_app_href, | 'href' => $applications_app_href, | ||||
), | ), | ||||
pht('Applications application')))) | pht('Applications application')))) | ||||
->setDescription( | ->setDescription( | ||||
pht('Array containing list of uninstalled applications.')), | pht('Array containing list of uninstalled applications.')), | ||||
$this->newOption('phabricator.application-settings', 'wild', array()) | $this->newOption('phabricator.application-settings', 'wild', array()) | ||||
->setLocked(true) | ->setLocked(true) | ||||
->setDescription( | ->setDescription( | ||||
pht('Customized settings for Phabricator applications.')), | pht('Customized settings for applications.')), | ||||
$this->newOption('phabricator.cache-namespace', 'string', 'phabricator') | $this->newOption('phabricator.cache-namespace', 'string', 'phabricator') | ||||
->setLocked(true) | ->setLocked(true) | ||||
->setDescription(pht('Cache namespace.')), | ->setDescription(pht('Cache namespace.')), | ||||
$this->newOption('phabricator.silent', 'bool', false) | $this->newOption('phabricator.silent', 'bool', false) | ||||
->setLocked(true) | ->setLocked(true) | ||||
->setBoolOptions( | ->setBoolOptions( | ||||
array( | array( | ||||
pht('Run Silently'), | pht('Run Silently'), | ||||
▲ Show 20 Lines • Show All 73 Lines • Show Last 20 Lines |