Remove unneeded custom configuration options

This commit is contained in:
2015-12-18 19:55:22 +05:00
parent 0d04beb777
commit 95f7da61a9

View File

@@ -221,26 +221,10 @@ final class PhabricatorCoreConfigOptions
->setLocked(true)
->setDescription(
pht('Custom HTML file to show on the main Phabricator dashboard.')),
$this->newOption('report_guidelines.file', 'string', null)
->setLocked(true)
->setDescription(
pht('Custom HTML file to show when reporting new bug.')),
$this->newOption('patch_guidelines.file', 'string', null)
->setLocked(true)
->setDescription(
pht('Custom HTML file to show when submitting new patch.')),
$this->newOption('diff_guidelines.file', 'string', null)
->setLocked(true)
->setDescription(
pht('Custom HTML file to show when submitting new diff.')),
$this->newOption('design_guidelines.file', 'string', null)
->setLocked(true)
->setDescription(
pht('Custom HTML file to show when submitting new Design.')),
$this->newOption('todo_guidelines.file', 'string', null)
->setLocked(true)
->setDescription(
pht('Custom HTML file to show when submitting new To Do.')),
$this->newOption('phabricator.cache-namespace', 'string', 'phabricator')
->setLocked(true)
->setDescription(pht('Cache namespace.')),