Add getGroup to ConfigOptions

Summary: Adds core and apps grouping to configuration options, makes it somewhat easier to browse config options.

Test Plan: Set each option, review list. Breakdown is nearly 50/50 apps/core.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11722
This commit is contained in:
Chad Little
2015-02-09 13:10:56 -08:00
parent 4af3a37d6c
commit ae7dc8b9d2
46 changed files with 196 additions and 12 deletions

View File

@@ -15,6 +15,10 @@ final class PhabricatorFilesConfigOptions
return 'fa-file';
}
public function getGroup() {
return 'apps';
}
public function getOptions() {
$viewable_default = array(
'image/jpeg' => 'image/jpeg',