Remove unneeded custom configuration options
This commit is contained in:
@@ -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.')),
|
||||
|
||||
Reference in New Issue
Block a user